Community
Participate
Working Groups
Build Identifier: 3.0.5p Changes done to Imported Utilities jar entries tru "Java EE Module Dependencies" page does not update the component file. Reproducible: Always Steps to Reproduce: 1.Create an EAR version 5.0 2.Import some utility jars to the ear ( by selection the "Copy Jars into an Existing EAR from external location") 3.Go to the EAR "Java EE Module Dependencies", try to check the "In Lib Dir" option, or try to uncheck the "JAR/Module" checkbox, the chick OK. 4.Open back the "Java EE Module Dependencies" page and notice that any change occurred.
Created attachment 204121 [details] Java EE Module Dependencies" page does not reflect changes in the component file for Imported Utilities jar entries
The fix for 357421, change the isPhysicallyAdded() method behavior, that´s why the entries are no longer gotten properly, this patch comments the usage of this method and it also handles some scenarios regarding to show or not entries physically added but not included in the component file.
approved
Committed to R3_0_5_patches