You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2011/01/20 09:57:44 UTC

[jira] Commented: (GERONIMO-5680) Find a way to slove the wired bundle cache

    [ https://issues.apache.org/jira/browse/GERONIMO-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984098#action_12984098 ] 

Ivan commented on GERONIMO-5680:
--------------------------------

Some extra codes are need to add, or there will be issues after the first start.
-->
//init installed bundles
        for (Bundle bundle : bundleContext.getBundles()) {
            installed(bundle);
        }
<---

> 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
>            Assignee: Ivan
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5680-NEW.patch, GERONIMO-5680.patch
>
>
> 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.