"thomas.diesler(a)jboss.com" wrote :
| Should the structure deployer also be Bundle-ClassPath aware or should it perhaps not
handle embedded jars at all?
|
Yes, it should be the structure deployer to handle this, not policy creation code.
See JARStructure and its addClassPath call, where includeRootManifestCP == true.
| // Add the manifest locations
| if (includeRootManifestCP && isLeaf(entry) == false)
| {
| try
| {
| VFSUtils.addManifestLocations(entry, paths);
| }
| catch(Exception e)
| {
| if (trace)
| log.trace("Failed to add manifest locations", e);
| }
| }
|
| ...
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259304#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...