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?
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 ?.
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.