Its still defined in the jbossjca-service.xml so I need to drill into
whether the dependencies have changed.
Scott M Stark wrote:
I'm seeing the MEJB fail to deploy in the cts configuration due
to the
CachedConnectionInterceptor not being found. Was this dropped in the
current jca refactoring?
11:05:02,492 INFO [EjbModule] Deploying MEJB
11:05:02,965 WARN [EjbModule] Could not load the
org.jboss.resource.connectionmanager.CachedConnectionInterceptor
interceptor for this container
javax.management.InstanceNotFoundException:
jboss.jca:service=CachedConnectionManager is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527)
at
org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:559)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.<init>(CachedConnectionInterceptor.java:78)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at org.jboss.ejb.EjbModule.addInterceptors(EjbModule.java:986)
at org.jboss.ejb.EjbModule.initializeContainer(EjbModule.java:871)
at
org.jboss.ejb.EjbModule.createStatelessSessionContainer(EjbModule.java:668)
at org.jboss.ejb.EjbModule.createContainer(EjbModule.java:622)
at org.jboss.ejb.EjbModule.createService(EjbModule.java:376)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
at