Community
Participate
Working Groups
Build Identifier: WTP 3.2.3 In the Project Explorer view, if you change the deploy path of a mapped module archive to a directory which is not in the default root directory, you will see that the archive node will appear twice (once under the 'Utility JARs' node and once under the 'Modules' node). This behavior only occurs for EAR 1.2, 1.3 and 1.4 projects. The correct behavior should be to keep displaying the archive node under 'Modules' -> 'Binary' regardless of its deploy path. Reproducible: Always Steps to Reproduce: 1. Create an EAR 1.2, 1.3 or 1.4 2. Go to the EAR's properties -> Deployment Assembly page and add an archive (i.e. from the file system) 3. Add a folder to the deploy path of the archive (i.e. foo/TestEJB.jar) (The Project Explorer will show the node twice)
Created attachment 186521 [details] Proposed Patch Patch updates code to handle module archive with non root deploy paths and to continue displaying them as nodes under 'Modules' -> 'Binary'.
approve
Committed to R3_2_maintenance and HEAD for WTP 3.2.3 and WTP 3.3 M5