0 Replies Latest reply on Sep 27, 2004 1:17 PM by thad

    CachedConnectionInterceptor not available error

    thad

      I'm deploying an EJB application on 3.2.5 in the deploy-hasingleton directory in the all config. The application right now consists of 5 stateless session beans and several hibernate classes as well as the hibernate service.

      When I deploy the app I'm getting the following error:


      [EjbModule] Could not load the org.jboss.resource.connectionmanager.CachedConnectionInterceptor interceptor for this container
      javax.management.InstanceNotFoundException: jboss.jca:service=CachedConnectionManager is not registered.


      This happens when the server attempts to deploy each of the EJBs and doesn't happen if I deploy the app in the deploy directory. When I open the management console the CachedConnectionManager services exists. but I can't tell from the logs if it gets started after the server tries to deploy my ejbs as a singleton app.

      Any ideas?

      Regards,

      Thad Smith