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

Problem in creating Adapter Connector

  • 1.  Problem in creating Adapter Connector

    Posted 04/26/07 07:41 AM

    hi All ,
    I am tryin gto make a customized adaptor taking help from WmADKUserGuide pdf

    I am gettin gfollowing error while making Connector :
    "
    Templates are not loaded properly for the following reason:

    com.webMethods.caffeine.utils.FormattedException: com.wm.app.b2b.server.ServiceException: [ART.118.5040] Adapter Runtime (Connection): Unable to get adapter service templates for connection com.wm.adapter.decAlphaAdapter:DecAlphaConnection.
    [ART.118.5048] Adapter Runtime (Connection): Unable to get adapter service templates for connection resource com.wm.adapter.decAlphaAdapter:DecAlphaConnection.
    "
    I have used {SampleAdapterConstants.Samp + ADKGLOBAL.RESOURCEBUNDLEKEY_GROUP, “Sample Connection Configuration Screen” } code for getContents () methode in SampleResourceBundle.java file .

    and

    defined certain parameters like Host , Port … in the createGroup() method in fillWmTemplateDescriptor():
    SampleConnector.java***
    public void fillWmTemplateDescriptor(WmTemplateDescriptor d, Locale l) throws
    AdapterException {

    d.createGroup(Sample AdapterConstants.Dec,
    new String[] {
    Sample AdapterConstants.HOST,
    Sample AdapterConstants.PORT,
    


    Can someone helo me on this .


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