[jboss-user] [jBPM Users] - Re: Process Step Exception

2009-12-11 Thread kukeltje
anonymous wrote : I think that JBoss documentation on how to use jbpm from Web and enterprise applications really lacks details and a good tutorial. Partly yes, partly no. The issues are no different than with any other ready to use war/ear vs repackaging. If you find the time, you might write

[jboss-user] [jBPM Users] - Re: Process Step Exception

2009-12-11 Thread guancio
I got the same exception using jbpm 3.2 on JBoss 5. After 4 hours of investigation I've found that my development approach was not correct. The main cause of the problem was that I was trying to use the JBPM enterprise installation from a Web Application deployed on the same JBoss container. My