Java Recompile issue in Designer 8.2

When i move the packages manually from Dev to QA, everytime i need to recompile couple of Java services in Designer 8.2 for successful functioning of services.

Is there any way that i can autocompile when packages are moved to the environment or any other soultion for this issue?

Hi BKS,
It looks like problem with designer it self to me. Did you check SAG? there might be some fix for this issue.

Hi,

Why not use Deployer for that. It will deploy all dependencies. Or you might be concerned about some services having compilation error symbol in designer ?.

-Niteesh

Read up on the Jcode utility in the Developers used guide. Write a flow service and use the executeOSCommand service to execute the Jcode bat file(with proper arguments) to compile a target service or pacakge.

Cheers,
Akshith