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.  compiling java service

    Posted Mon November 26, 2007 01:13 PM

    Hi,

    I am having a java service with source code, I moved that java services to another package, when I try to recompile it I am getting errors like

    C:\webMethods6\IntegrationServer\packages\SG001_JnJ_Common\code\source\SG001_JnJ_Common\Utils\File.java:231: cannot resolve symbol

    C:\webMethods6\IntegrationServer\packages\SG001_JnJ_Common\code\source\SG001_JnJ_Common\Utils\Date.java:552: incompatiable types found:java.util.date

    Can any body help me on this…

    Thanks,
    Nageswar.


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


  • 2.  RE: compiling java service

    Posted Mon November 26, 2007 06:20 PM

    for the first one, pls check whether, File.java service exists in the utils folder.


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


  • 3.  RE: compiling java service

    Posted Tue November 27, 2007 08:10 PM

    You have to make sure that the shared code is also copied (imports, shared code, etc) This is under the shared tab.

    H


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