IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Problem with Java Service

    Posted 11/22/06 03:12 AM

    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


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: Problem with Java Service

    Posted 11/22/06 07:02 AM

    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.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services