| Summary: | Workbench do not show WebSphere 7 as a platform | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Sebastien Tardif <SebTardif> |
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | les.davis, tom.ware |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Added Websphere 7 platform support to the Workbench. The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |
Build Identifier: 2.0.2 Workbench do not show WebSphere 7 as a platform Only WebSphere 6.1 shows up. Looks like this file need to be updated or the thing should be designed to find available classes instead of hardcoding a list: C:\eclipseLinkSrc\2.0\trunk\utils\eclipselink.utils.workbench\scplugin\source\org\eclipse\persistence\tools\workbench\scplugin\SCPluginResourceBundle.java Extract: { "CustomServerPlatform", "Custom" }, { "NoServerPlatform", ""}, // Needs to be empty { "Oc4jPlatform", "OC4J" }, { "Oc4j_11_1_1_Platform", "OC4J 11.1.1" }, { "Oc4j_10_1_2_Platform", "OC4J 10.1.2" }, { "Oc4j_10_1_3_Platform", "OC4J 10.1.3" }, { "Oc4j_9_0_3_Platform", "OC4J 9.0.3" }, { "Oc4j_9_0_4_Platform", "OC4J 9.0.4" }, { "WebLogic_10_Platform", "WebLogic 10.0" }, { "WebLogic_9_Platform", "WebLogic 9.0"}, { "WebLogic_8_1_Platform", "WebLogic 8.1" }, { "WebLogic_7_0_Platform", "WebLogic 7.0" }, { "WebLogic_6_1_Platform", "WebLogic 6.1" }, { "WebSphere_4_0_Platform", "WebSphere 4.0" }, { "WebSphere_5_0_Platform", "WebSphere 5.0" }, { "WebSphere_5_1_Platform", "WebSphere 5.1" }, { "WebSphere_6_0_Platform", "WebSphere 6.0" }, { "WebSphere_6_1_Platform", "WebSphere 6.1" }, { "JBossPlatform", "JBoss" }, { "SunAS9Platform", "SunAS 9.0" }, { "SunAS9ServerPlatform", "SunAS 9.0" }, Reproducible: Always Steps to Reproduce: Try to create session and modify session in EclipseLink Workbench