Community
Participate
Working Groups
If a EE5 or EE6 ear has a remapped lib folder, e.g. "foo", EAR libraries are not properly picking up the the classpath entries mapped to that folder. They only properly pick them up if the entry is proceeded with a '/', e.g. "/foo", but this is not required by the spec. The fix is to take advantage of the IPath.makeRelative() when doing the comparisons to compute which artifacts are indeed in the ear's remapped lib folder.
Created attachment 180449 [details] Patch for 3.2.2
Created attachment 180512 [details] updated patch Updates to handle doing nothing when the user sets the lib dir to be nothing, e.g. <library-directory></library-directory>
approved
Committed to R3_2_2_patches
code checked into 32M and HEAD for WP 3.2.3 and 3.3