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.  [ADA.680.1000] Input field: JMSDestination cannot be null or

    Posted 07/28/06 02:57 AM

    Hi gurus,

    when i am trying to post the msg to queue in webLogic (jms provider) using jms adapter.
    
    for that i am using 2 adapterservices
    
    1. MessageProducer    and       2. DoucmentToTextMessage
    

    using those two adapterservice in my flowservice to send messages.

    ofter run this flow service it give like this error

    [ADA.680.1000] Input field: JMSDestination cannot be null or empty

       for that i am done required mappings, but i don't  know how to map the  input parameter in messageProducer i.e JMSDestination(object data).
    

    can anyone help me to outof this problem.

    thanks in advance,
    Venkat


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


  • 2.  RE: [ADA.680.1000] Input field: JMSDestination cannot be null or

    Posted 07/31/06 04:29 AM

    Hi Venkat,

    create a String entry in the Pipeline containing the QueueLookUpName of the Destination and map this to the object input.

    It is nasty, but it works.
    You cannot directly set a value for the object input.

    Regards,
    Holger


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


  • 3.  RE: [ADA.680.1000] Input field: JMSDestination cannot be null or

    Posted 08/03/06 06:07 AM

    Hi Holger,

           i am tried like that and i got the result.
    

    thanks
    Venkat


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