Java service

Hi,

I have a new requirement wherein I have to edit a java service, there are
around 5 java services in a folder and I have to edit one of the java services.The source code of all the java services would reside in the .java file of that folder. So I got the .java file of that folder from the version control system and replaced with the old .java in the dev environment (after shutting down the IS) and then restarted the IS. After restart,the contents of the version control file are not reflecting in the java service. I am still seeing the contents of the old java service. Can anyone help me here?

Regards,
sdeshik

Each service stores its applicable fragment from the .java file. Replacing the .java is not sufficient. IIRC, the Developer User’s Guide has instructions for the steps to “install” a .java file from version control.