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.  Oracle Applications Adapter: Service generation problem

    Posted 06/13/03 06:42 AM

    I am trying to generate a service for the Oracle Applications Adapter (v2.0) against OA 11i (11.5.5) with wM6.0.1. When I attempt to generate the INVItem service I get the following error:

    java.lang.reflect.InvocationTargetException: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: wm/server/packages
    at wm.OracleApps.OAGenerateUtils.serviceExists(Unknown Source)
    at wm.OracleApps.OAGenerateUtils.validateServiceOverwrite(Unknown Source)
    at wm.OracleApps.OAGenerateUtils.generateB2BToOracle(Unknown Source)
    at wm.OracleApps.OAGenerate.generateService(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:294)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:339)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:119)
    at com.wm.app.b2b.server.ns.Namespace.invoke(Namespace.java:522)
    at com.wm.util.template.Reporter.invoke(Reporter.java:963)
    at com.wm.util.template.InvokeToken.eval(InvokeToken.java:75)
    at com.wm.util.template.TemplateToken.evalChild(TemplateToken.java(Compiled Code))
    at com.wm.util.template.SwitchToken.evalChild(SwitchToken.java:90)
    at com.wm.util.template.TemplateToken.eval(TemplateToken.java(Compiled Code))
    at com.wm.util.template.SwitchToken.eval(SwitchToken.java:58)
    at com.wm.util.template.TemplateToken.evalChild(TemplateToken.java(Compiled Code))
    at com.wm.util.template.TemplateToken.eval(TemplateToken.java(Compiled Code))
    at com.wm.util.template.Reporter.reportNoReset(Reporter.java:1299)
    at com.wm.util.template.Reporter.reportToOutput(Reporter.java:1274)
    at com.wm.util.template.Reporter.reportIData(Reporter.java:1163)
    at com.wm.app.b2b.server.HTTPDocHandler._process(HTTPDocHandler.java:484)
    at com.wm.app.b2b.server.HTTPDocHandler.process(HTTPDocHandler.java:106)
    at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:215)
    at com.wm.util.pool.PooledThread.run(PooledThread.java:105)
    at java.lang.Thread.run(Thread.java:498)

    Can anyone point me in the direction of a fix?

    Thanks


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


  • 2.  RE: Oracle Applications Adapter: Service generation problem

    Posted 06/13/03 07:25 AM

    Its a known issue.
    1-Open the Developer.
    2-CLick on OracleApps Package.
    3-Click on Pakcage Dependencies. Make OracleApps package dependent on WmRoot and version ..
    4-Reload the Oracle Apps Package.
    You will no longer get service generation problem.


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


  • 3.  RE: Oracle Applications Adapter: Service generation problem

    Posted 06/13/03 08:57 AM