You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Paul McMahan (JIRA)" <ji...@apache.org> on 2007/11/14 18:48:44 UTC

[jira] Closed: (GERONIMO-2007) Avoid Classloader warnings generated by BasicProxyManager

     [ https://issues.apache.org/jira/browse/GERONIMO-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan closed GERONIMO-2007.
----------------------------------


> Avoid Classloader warnings generated by BasicProxyManager
> ---------------------------------------------------------
>
>                 Key: GERONIMO-2007
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2007
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.1
>            Reporter: Paul McMahan
>            Assignee: Joe Bohn
>             Fix For: 1.1.1
>
>         Attachments: GERONIMO-2007.patch
>
>
> Several views in the console create proxies for objects that implement interfaces not available in the console's classloader.   The warning messages look like:
> 08:56:26,315 WARN [BasicProxyManager] Could not load interface org.apache.geronimo.tomcat.TomcatWebContainer in provided ClassLoader for geronimo/tomcat/1.1-SNAPSHOT/car?ServiceModule=geronimo/tomcat/1.1-SNAPSHOT/car,j2eeType=GBean,name=TomcatWebContainer
> This warning message can be avoided by getting the classloader for the proxied object from the kernel and then using it to create the proxy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.