[jboss-user] [jBPM] - Re: Drools, Spring integration and JTA in container

Mauricio Salatino do-not-reply at jboss.com
Mon Jan 24 09:58:47 EST 2011


Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the discussion

"Re: Drools, Spring integration and JTA in container"

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

--------------------------------------------------------------
Did you set the transaction manager in the Environment?
Environment env = KnowledgeBaseFactory.newEnvironment();
env.set( EnvironmentName.ENTITY_MANAGER_FACTORY, emf );
env.set( EnvironmentName.TRANSACTION_MANAGER,
         TransactionManagerServices.getTransactionManager() );
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110124/e2d5ced0/attachment.html 


More information about the jboss-user mailing list