[ https://issues.apache.org/jira/browse/GERONIMO-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930705#action_12930705 ]
Jarek Gawor commented on GERONIMO-5680: --------------------------------------- Two ideas: 1) As a short term solution, update the BundleClassLoader to only search statically imported bundles. That is, don't consider dynamically wired bundles. That might require updating some of our deployers to add appropriate import-package statements to the deployed bundle. 2) Update the Geronimo deployment descriptor to specify what bundles should be searched when doing resource lookup. For example, in addition to <import-package/> add support for <import-resource/>. The bundles specified in <import-resource/> would be searched when doing lookup via BundleClassLoader. > Find a way to slove the wired bundle cache > ------------------------------------------ > > Key: GERONIMO-5680 > URL: https://issues.apache.org/jira/browse/GERONIMO-5680 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 3.0 > Reporter: Ivan > Fix For: 3.0 > > > http://www.apacheserver.net/wired-bundle-cache-problem-in-the-BundleClassLoader-at1043973.htm > The root cause is the dynamic import * is used, think that we should have a > way to replace it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.