webMethods

webMethods

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.

 View Only
Expand all | Collapse all

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

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

    Posted Fri July 28, 2006 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 Mon July 31, 2006 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 Thu August 03, 2006 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