0 Replies Latest reply on Mar 24, 2006 11:04 AM by jcash

    CachedConnectionManager is not registered.

    jcash

      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