Hi
I am getting the following error in my logs on JBoss 5.0.1 with JBPM. I can't for the life of me work out where this session is getting opened and not closed (wherever we use JMS we cleanup the collection inside a finally block).
2009-03-05 13:11:12,595 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] (WorkerThread#1[127.0.0.1:51191]) Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jms.JmsSession@11ed463
Can anyone offer any pointers as to how I should go about finding where the JmsSession was created so that I can see what went wrong?
Thanks in advance
Rich