When deploying session beans on JBoss I get the following exception:
| javax.management.InstanceNotFoundException: jboss.jca:service=CachedConnectionManager is not registered. | at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:509) | at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:535) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.<init>(CachedConnectionInterceptor.java:73) | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | ... | I am using JBoss 4.0.2 The session beans are fairly standard, and I am pretty sure that there is not a problem with them. Does anyone have any ideas on what could be wrong? Regards Jamie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932431#3932431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932431 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
