Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: process definition load timeout error in jbpm console - resolved in 5.2 release ?" To view the discussion, visit: http://community.jboss.org/message/642588#642588 -------------------------------------------------------------- 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 [http://community.jboss.org/message/642588#642588] 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 [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
