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: [EMAIL PROTECTED]
  | 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.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889712#3889712

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889712


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to