Re: [Resin-interest] Is it possible to register an mbean in a webapp classloader

2008-03-26 Thread Scott Ferguson
I've marked this as http://bugs.caucho.com/view.php?id=2556 The bean should already be registered with the proper classloader context, but I'm not certain that it's invoked in the right context. -- Scott On Mar 26, 2008, at 1:16 PM, Joe Dane wrote: This may not help you much, but ...

[Resin-interest] Is it possible to register an mbean in a webapp classloader

2008-03-25 Thread Karl Goldstein
I have a Spring-managed MBean that I would like to register with the resin MBeanServer (the one bound to java:comp/env/jmx/MBeanServer in JNDI). This MBean defines some operations to query and update some metadata in the database, using Hibernate/JPA. The MBean registers fine and I can