Re: [Resin-interest] configuration of beans for jmx

2010-10-13 Thread Jon Stevens
Ok, part 3: I've tried to register my bean with the MBeanServer manually, but I can't... [10-10-13 14:37:38.079] {main} mbeanserver: GlobalMBeanServer[] class: com.caucho.jmx.GlobalMBeanServer [10-10-13 14:37:38.080] {main} EXCEPTION?

Re: [Resin-interest] configuration of beans for jmx

2010-10-13 Thread Jon Stevens
Also, if I use: xmlns:foo="urn:java:com.foo.biz" (adding the :java:), then I get: [10-10-13 13:53:31.626] {main} WEB-INF/resin-web.xml:19: 'QName[resin:{urn:java:com.caucho.resin}JndiName]' cannot be instantiated because it does not map to a known class jon On Wed, Oct 13, 2010 at 1:38 PM, Jon

[Resin-interest] configuration of beans for jmx

2010-10-13 Thread Jon Stevens
Hey resin masters, I'm using Resin 4.0.10. I have a bean in my war file: @Named("MyBean") @Startup @Singleton @TransactionAttribute(TransactionAttributeType.REQUIRED) public class MyBean implements My, MyMXBean { @PostConstruct public void start() throws Exception { log.in