-1
One of our systems is showing the error below:
Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@437f90c8
This mistake has happened a lot, but we are not able to identify the reason.
Googling, I saw that on this link: https://access.redhat.com/solutions/1437663 probably has some response on the case, however, as it is a private forum, I could not see.
Has anyone ever been there?
javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@437f90c8 at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1361) at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1289) at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:261) at br.gov.frameworkdemoiselle.internal.proxy.QueryProxy.getResultList(QueryProxy.java:64)
We are using the Demoiselle 2.4.2 framework, with Jboss AS 7.1 and Postgre 9.x