6.5 SP1.
I have a process template with an automatic activity which configured to call a custom java method. This method is defined with Module name in its method_verb.
The process runs well on content server side but when I try to debug it inside Process Builder I get java.lang.Exception: Error in loading class <my module name> ... Caused by: java.lang.ClassNotFoundException: <my module name>
Seems like Process Builder knows nothing about modules deployment.
With no success I tried to:
- put my module jar into bpm\classes\custom folder
- add -Ddfc.development.bof.registry_file=... with property file defining my module to Process Builder's JVM commandline
Is it possible to make Process Builder behave the same way Method Server do when loading modules? If not is there a bug already reported?
Or maybe there is a way to hot-deploy jars into a Method Server (JBoss) without the use of modules so I'll be able to create "old-style" methods with class name in method verb?
I'll be very thankful for a solution which will help me to:
- have my workflow java methods classes hot-deployed to method server (without JBoss restrart)
- debug process templates in Process Builder