1 Reply Latest reply on Oct 2, 2006 12:50 PM by xudien

    ejb deploy question?

    liu000jian

      Hello,

      Can anyone help me ,i have some ejb deploy question?

      The log like this:
      00:10:53,714 INFO [EjbModule] Deploying Path
      00:10:54,324 WARN [EjbModule] Could not load the org.jboss.resource.connectionm
      anager.CachedConnectionInterceptor interceptor for this container
      javax.management.InstanceNotFoundException: jboss.jca:service=CachedConnectionMa
      nager is not registered.

      thanks.

      jeffrey

        • 1. Re: ejb deploy question?
          xudien

          Hello,

          In your ebj-deployer.xml, look for EJBDeployer MBean and add the following depends

          <depends>jboss.jca:service=CachedConnectionManager</depends>


          at the end.

          Hopefully, it helps.

          Khang