webMethods

webMethods

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.  Designer and third party jar configuration

    Posted Tue January 28, 2014 03:46 AM

    Greetings,

    I have a kind of problem which starts to drive me nuts. I have some third party jar files for my package located under Integration_Server/packages/{package_name}/code/jars. This is working flawlessly however the SoftwreAG Designer (ver. 8.2) just won’t pick them up and thus making IntelliSense completely out of order. Not to mention the dozens of red underlines telling that the particular type cannot be found. The compilation is ok and runtime is fine but I just want to have the referenced jars to function as everything else does.

    Regards,
    Jozsef


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Designer and third party jar configuration

    Posted Tue January 28, 2014 04:38 AM

    You need to configure the build path in Designer.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Designer and third party jar configuration

    Posted Tue January 28, 2014 04:41 AM

    Can you help me where can i locate the buildpath? I look over the settings under Window->PReferences->SoftwareAG but I can’t seem to find it.

    @Edit:
    NEvermind, I found it. Thank you for your help!


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Designer and third party jar configuration

    Posted Tue January 28, 2014 06:15 AM

    The buildpath is a property of the associated Java Project (as with standard Jaba development), not preferences for the whole Designer.
    You should consider placing the jars into the jar directory of the package, not IS level. This allows better separation, as each package has it’s own classloader.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB