[jboss-user] [jBPM] - JBPM Hangs

Donald Walters do-not-reply at jboss.com
Thu Aug 12 08:32:59 EDT 2010


Donald Walters [http://community.jboss.org/people/dondragon2] created the discussion

"JBPM Hangs"

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

--------------------------------------------------------------
I have an application that integrated Spring Framework and JBPM. I was using version 4.3 before upgrading to version 4.4. Since upgrading to 4.4 the application seems to hang at the same position all the time.

@AutoWired
 
private ProcessEngine processEngine;

....

ExecutionService executionService = processEngine.getExecutionService();

ProcessInstance processInstance = executionService.startProcessInstanceByKey(workflowName, variables); <-----Hangs here with no output in log4j and no exception is thrown


It is very difficult to troubleshoot as There is no indication of what is actually taking place. is there an issue with this method in this version? How can I go about fixing this?

Thanks

--------------------------------------------------------------

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

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/20100812/e7514303/attachment.html 


More information about the jboss-user mailing list