0 Replies Latest reply on Aug 12, 2005 6:03 AM by cinimod

    [CashedConnectionManager] Closing connection for you...

    cinimod

      Hi,

      i am sending messages to a messagedriven bean that delegates them to a stateful session bean, that responds to the client by sending messages to the specific topic the client is also "connected" to.

      My messages are received correctly by the client but the jboss log tells me

       11:47:07,436 INFO [CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jms.JmsSession@1389244
      java.lang.Exception: STACKTRACE
       at org.jboss.resource.connectionmanager.CachedConnectionManager.register
      Connection(CachedConnectionManager.java:319)
       at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateC
      onnection(BaseConnectionManager2.java:477)
      


      i thought that the topicConnection should be closed, but i do this in the ejbRemove() method of the stateful session bean.

      Can you explain me why this log is output?

      Thanks for answers.