Hi Everybody,
I've seen that the ant task to deploy the examples processes copies the examples.jar into the %JBOSS_HOME%/server/default/deploy/jbpm/userlibs folder.
My questions are :
- How the jbpm engine uses examples.jar?
- If I modify a process, just by changing a java class used by the process, and then I deploy it, the new examples.jar replace the previous one.
How the first version of process finds the previous java class?
Thanks for your answer