I developed the process in eclipse. Let's say I generate a "process.jar" from eclipse. It contains the main file and also the handler class "ExtendedServiceTaskHandler.class".
If I just put "process.jar", instead of "com.sample.service.ExtendedServiceTaskHandler.jar", can it work?
Actually, I tried this way. It seems it doesn't work.
Does it mean we have to jar the handler class, then put it in war, instead of the project jar?
Thanks.