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
Expand all | Collapse all

How in import a customize class to Java Service in Integration Server

  • 1.  How in import a customize class to Java Service in Integration Server

    Posted Mon March 26, 2018 12:59 AM

    Hi folks, i designed a class in another project before. Now, i would like to import this class to Java Service. May i know where should i place the JAR file?

    Regards,
    Ronnie She Chien Wei


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How in import a customize class to Java Service in Integration Server

    Posted Mon March 26, 2018 02:37 PM

    Hi Ronnie,

    if the jar is only to be used in few services in one package the jar should be placed in the code/jars directory of this package.

    If it has native parts it should go to code/jars/static directory and the native part should be located under IntegrationServer/instances/default/lib directory and should be executable by all users.

    When native parts do not apply simply reload the package, when native parts are used, you will have to stop and restart the IS.

    When there are other packages using this jar, you can mark them to be dependent on the package containing the jar.
    IS will then take care that the packages are loaded and activated in correct order.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods