Hi forum,
I have a process that on each human task has a create listener.
This listener basically is calling a java file that will call another jar file.
The question relies here, the jar file I'm calling is a bean that call a webservice. The problem is that every time I try do call the method that calls the webservice, it basically stops the process execution and doesn't do anything more. Not even throw an exception!
Could it have to do with the fact that Activiti is not supporting XMLSchema and XPath? I'm calling it through an independent Jar file! Would it also affect it?
Regards