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&...]