i know how to debug a java service in designer by generating a test harness and debugging it seperately by setting breakpoints but what i am trying to do is step into the java service while debugging my flow service. PFB the scenario. :roll:
Flow Service has 7 steps. 4 step is a java service. While debugging the flow service from step 3 i want to step into the java service at step 4… If there is a way to do this please let me know??
As you said, Flow service with 7 flow steps and 4th would be a java service.
When you start debugging the main flow service. it will start executing all the flow steps. when it comes to 4th flow steps which is java service. the debugging option(Step-In) will automatically disable from the tool bar
If you really want to debug the java service, than you’ve to add output variable and set the values inside the java service.
I think its good idea. but difficult to implement. Because. whenever if we do any changes in java service. while saving the same java service. It will start compiling from 1st character.