Problem with Java Service

Dear expert,

I have package called PKGJava that contain many java service.
for example test1,test2
when i edit the test1 code another java service in this package updated too.
when i lock for edit the test1 service then test2 service lock for edit too.

whats the problem ??

can any one help me ??

best regards,

Sriyanto
webMethods Developer

NeuronWorks Indonesia
www.neuronworks.net

All of the Java services in a folder are placed into a single .java file. They created as static methods in a single class which is the same name as the folder. Locking one service locks them all since all the methods are compiled when any one of them are saved.