Marie MM [http://community.jboss.org/people/mariemm] created the discussion

"Re: In memory TaskClient without Mina or JMS"

To view the discussion, visit: http://community.jboss.org/message/603900#603900

--------------------------------------------------------------
I managed to find out where and when exactly it goes down with +JDBC commit 
failed java.sql.SQLException: You cannot commit during a managed transaction!+

When the *org.drools.persistence.jpa.processinstance.JPAWorkItemManager* is 
called and then it calls some function in 
*org.jbpm.task.service.TaskServiceSession* which has *doOperationInTransaction* 
(with commit()).

In JPAWorkItemManager it calls 
PersistenceContext context = ((PersistenceContextManager) env.get( 
EnvironmentName.PERSISTENCE_CONTEXT_MANAGER 
)).getCommandScopedPersistenceContext();
which propably doesn't like when there is later tx.commit(); (tx is 
RESOURCE_LOCAL transition)

Any further insight?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/603900#603900]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to