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.  Strange behavior in Designer - compile error -

    Posted 10/28/15 06:43 AM

    Hi
    I downloaded and installed wmSamples and noticed some strange behavior in the designer.

    wmSamples is using a logging class which isn’t visible in the Designer.
    When I open a java service all the

    util.Log.log(...);

    are red and can’t be found during compilation time.

    When I look in the explorer what is available in the directory structure. The Log.java and Log.class are both available under

    wmSample/code/classes/util/Log.class
    wmSample/code/source/util/Log.java

    In other words I can run the examples and the logging is working only in the designer I see the errors?

    Any advise?

    Regards Dirk


    project-explorer.png
    packages-directory.png


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


  • 2.  RE: Strange behavior in Designer - compile error -

    Posted 10/28/15 07:20 AM

    Joosen – Sometimes designer could not able to locate .classes which exist in jars. You can add jars as part of ‘add external jars’ option in designer so that you can resolve your issue.

    Thanks,


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


  • 3.  RE: Strange behavior in Designer - compile error -

    Posted 10/28/15 08:28 AM

    Hi,

    this is a known issue in Designer which can be ignored.

    Designer is not able to recognize remote imports as jars and dedicated classes.

    As the classes are present during runtime in IS the logic is still working.

    Regards,
    Holger


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