Execution gets stuck before a state having execution listener

Hey Ben. You’re right. The problem was that the listener class was not found by the engine.

I have had this problem since a long time and it has not been fixed. I am forced to use external tasks instead of java class implementations, because camunda is unable to find my classes at run time. FYI ,I am deploying bpmns using REST api dynamically. I had posted a question long back on this and someone gave an explanation that if I dynamically deploy bpmns , they get saved else where that’s why it is not able to find my java classes. (something along these lines)

I would really appreciate if you can help me find a way to fix this. Currently I am not able to use java classes neither as an implementation nor as an event listener.

Link to my previous question: Exception while starting a new bpmn process instance
Thanks
Urvashi