Hi,
I was wondering if anyone else had these issues using JBoss 5.1 and jBPM 5.2. I am receiving these errors when tring jBPM service (please note that service works, but these errors are reported):
1. java.sql.SQLException: You cannot set autocommit during a managed transaction!
2. [CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6
3. org.jbpm.persistence.processinstance.ProcessInstanceInfo @PreUpdate public void update is never fired in JBoss
Also, please note that JUnit tests that I have using same code and same data (with exception of who provides transaction) works just fine.
Any help or suggestion is appriciated.
Thanks