2 Replies Latest reply on Mar 3, 2009 5:28 AM by kconner

    Problem with JbossESB 4.5 + responseAsOgnlMap

    nagasrinivas

      Hi All,

      I am using JbossESB 4.5 server. In my project, my requirement is to communicate to external webservice via ESB. I have configured my 'jboss-esb.xml' accoringly. The action which i used is as follows :

      <property name="responseAsOgnlMap" value="true"/

      Here, my problem is that, i am able to send request to my external webservice. But, i am facing error while i am receaving the response from the webservice. I am getting empty map. Error is as follows :

      body: [ objects: {org.jboss.soa.esb.message.defaultEntry-set-stack=java.lang.Exception: setPayload stack trace for 'org.jboss.soa.esb.message.defaultEntry'., o
      rg.jboss.soa.esb.message.defaultEntry={}} ]

      Could any one help me to solve this issue.