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.  unable to find BaseTemplate class in jars, reference while

    Posted 06/02/06 10:02 AM

    HI,

    I am writing custom adapter, while implementing WmManagedConnectFactory class, its not compiling as it says the reference of Com.wm.pkg.art.metadata.BaseTemplate is not found in classpath.

    i searched all jars (wmart.jar, wmartbundle.jar etc) but could not find this class.

    Can anybody let me know where can I find this class in jar provided by webMethods.

    Thanks
    Anand


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


  • 2.  RE: unable to find BaseTemplate class in jars, reference while

    Posted 08/22/07 03:24 AM

    Hi,

    I have the same problem. Did you ever find a solution to this?

    Best Regards
    Markus


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


  • 3.  RE: unable to find BaseTemplate class in jars, reference while

    Posted 08/01/11 12:17 PM

    Hi,
    Navigate to …\IntegrationServer\packages\WmART\code\classes

    In cmd prompt do

    jar cvf wmartfull.jar .

    Add wmartfull.jar in your classpath.

    BaseTemplate class file resides here…

    \IntegrationServer\packages\WmART\code\classes\com\wm\pkg\art\metadata

    Regards
    Karpaga


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