*** Description of problem: Currently the only format for the callbacks property inside the context is: callbackClass1,callbackClass2,...,callbackClassN. Please consider supporting also another common format which is: callbackClass1, callbackClass2, ..., callbackClassN. *** Additional info: Lookup is made in ClassCacheManager#buildCommandCallback(CommandContext, ClassLoader)
fixed by making sure the classnmes of the callback are trimmed jbpm master: https://github.com/droolsjbpm/jbpm/commit/e25e29e044db74869efef52ce132511b39693c34
Verified on 6.1.0.DR2