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.

 View Only
  • 1.  how to debug a java service outside webmethods

    Posted Fri November 14, 2008 11:53 AM

    Hi ALL,

    I have a problem can i run a java service(webMethods) in an IDE or using java compiler.If possible plz give me a solution.Also plz let me know how to debug a java service outside webMethods.

    Thanks
    ALL


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


  • 2.  RE: how to debug a java service outside webmethods

    Posted Fri November 14, 2008 01:31 PM

    There is an appendix in the Developer User’s Guide that shows how to to this using Eclipse. There’s also a very old post here on wMUsers covering this topic.

    Mark


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


  • 3.  RE: how to debug a java service outside webmethods

    Posted Tue November 25, 2008 11:30 AM

    you can see the old topics,there you can find,And as per my knowledge,you ncan not run the java service outside.


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


  • 4.  RE: how to debug a java service outside webmethods

    Posted Tue November 25, 2008 11:40 AM

    Hikalyan karnala,set this property

    watt.server.compile=C:[COLOR=red][/color]\jvm\win150\bin\javac -classpath {0} -d {1} {2}
    watt.server.compile.unicode=C:[COLOR=red][/color]\jvm\win150\bin\javac -encoding Unicode -classpath {0} -d {1} {2}


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


  • 5.  RE: how to debug a java service outside webmethods

    Posted Tue November 25, 2008 02:32 PM

    You can use Eclipse or another third-party IDE to develop and debug java services outside of IS. What is this basis of your “knowledge” that this is not the case? Can you provide details?


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