JBoss Community

Re: process definition load timeout error in jbpm console - resolved in 5.2 release ?

created by Maciej Swiderski in jBPM - View the full discussion

I believe you need to insert TransactionManager into Environment prior to loading the session.

 

InitialContext initialContext = new InitialContext();
environment.set(EnvironmentName.TRANSACTION_MANAGER, initialContext.lookup(\"java:/TransactionManager\"));

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community