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.  package com.wm.adapter.wmjdbc.services does not exist

    Posted 10/13/07 06:18 AM

    Hi,

    Do anyone have any idea about the problem (package com.wm.adapter.wmjdbc.services does not exist)?

    I create a jdbc connection using JAVA Service. I complied the code successfully before. But I don’t know what’s going wrong recently when I try to update the java code. The complie error come out.

    Complie Error:
    /apps/webMethods7/IntegrationServer/packages/TDS_Common_Test/code/source/TDS_Common_Test/DTTN/InConnector.java:206: package com.wm.adapter.wmjdbc.services does not exist
    java.sql.Connection con =(java.sql.Connection)IDataUtil.get(pipelineCursor,com.wm.adapter.wmjdbc.services.ExecuteService.PIPELINE_CONNECTION);

    Thanks,
    Doug


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: package com.wm.adapter.wmjdbc.services does not exist

    Posted 10/13/07 08:17 AM

    Did you delete or rename a folder in the package containing your java service? Package in the error message refers to a java package not an IS package.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: package com.wm.adapter.wmjdbc.services does not exist

    Posted 10/15/07 03:04 AM

    NO, I have not delete or remove the working folder. I also tried to create a new package and java service. I got the same complie error. :confused:


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods