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

2006-11-14 Thread Vamsavardhana Reddy (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2007?page=comments#action_12449629
 ] 

Vamsavardhana Reddy commented on GERONIMO-2007:
---

Do we need to consider this JIRA for 1.2 as well and apply the patch to trunk?

 Avoid Classloader warnings generated by BasicProxyManager
 -

 Key: GERONIMO-2007
 URL: http://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
 Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2006-11-14 Thread Anita Kulshreshtha (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2007?page=comments#action_12449666
 ] 

Anita Kulshreshtha commented on GERONIMO-2007:
--

This problem has been fixed by removing scope=provided from tomcat-deployer in 
webconsole-* configs.

 Avoid Classloader warnings generated by BasicProxyManager
 -

 Key: GERONIMO-2007
 URL: http://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
 Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2006-11-14 Thread Vamsavardhana Reddy (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2007?page=comments#action_12449668
 ] 

Vamsavardhana Reddy commented on GERONIMO-2007:
---

I am observing these warnings when I run CA portlet (GERONIMO-2413).  These 
warnings could be avoided by only after applying a fix similar to the one 
submitted by Paul.  PortletManager.getManagedBeans() is the method resulting in 
these warnings.

 Avoid Classloader warnings generated by BasicProxyManager
 -

 Key: GERONIMO-2007
 URL: http://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
 Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2006-11-14 Thread anita kulshreshtha
   Please see http://issues.apache.org/jira/browse/GERONIMO-2344
   This might have been a temporary solution..

Thanks
Anita

--- Vamsavardhana Reddy (JIRA) [EMAIL PROTECTED] wrote:

 [

http://issues.apache.org/jira/browse/GERONIMO-2007?page=comments#action_12449668
 ] 
 
 Vamsavardhana Reddy commented on GERONIMO-2007:
 ---
 
 I am observing these warnings when I run CA portlet (GERONIMO-2413). 
 These warnings could be avoided by only after applying a fix similar
 to the one submitted by Paul.  PortletManager.getManagedBeans() is
 the method resulting in these warnings.
 
  Avoid Classloader warnings generated by BasicProxyManager
  -
 
  Key: GERONIMO-2007
  URL:
 http://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
  Assigned To: 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.
 -
 If you think it was sent incorrectly contact one of the
 administrators:
 http://issues.apache.org/jira/secure/Administrators.jspa
 -
 For more information on JIRA, see:
 http://www.atlassian.com/software/jira
 
 
 



 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com


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

2006-07-24 Thread Joe Bohn (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2007?page=comments#action_12423168
 ] 

Joe Bohn commented on GERONIMO-2007:


Paul or Donald,
Can you add a scenario where these messages are generated?   I'd like to be 
able to recreate the problem so that I can validate the fix.

 Avoid Classloader warnings generated by BasicProxyManager
 -

 Key: GERONIMO-2007
 URL: http://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
 Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira