bundle classpath, ear lib classpath, and module manifest classpaths are all
mixed up
------------------------------------------------------------------------------------
Key: GERONIMO-5408
URL: https://issues.apache.org/jira/browse/GERONIMO-5408
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: dependencies
Affects Versions: 3.0
Reporter: David Jencks
Assignee: David Jencks
Fix For: 3.0
Something in EarContext general data is being used for both the lib classpath
and war manifest classpath. This causes a problem when an app client needs to
include the lib classpath but of course it can't get to the WEB-INF/classes dir
very well.
Each module should maintain its own list of classpath elements and when we come
to stuff one or more modules into a bundle we can coalesce the module lists
into the bundle classpath.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.