Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1.8
JBoss version : 4.0.1sp1
Got a simple question. (Hopefully):
I'm using the HibernateContext to manage sessions (or rather have it manage my sessions for me). I know that this class is supposed to close my Hibernate Session as well as commit my transaction in sync with the end of the JTA transaction that it is in.
However, I see the following message from my JBoss container:
[CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection
In other words: "Your mom does not work here...." :)
Is this something I should be concerned with? If so, how can I prevent it?
thanks! :)
[/b]