You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org> on 2012/06/01 15:59:23 UTC

[jira] [Created] (ODE-964) Correlation using custom soap header elements does not work

Sathwik Bantwal Premakumar created ODE-964:
----------------------------------------------

             Summary: Correlation using custom soap header elements does not work
                 Key: ODE-964
                 URL: https://issues.apache.org/jira/browse/ODE-964
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
            Reporter: Sathwik Bantwal Premakumar


Correlation using custom soap header elements does not work. The attached process provided confirms the bug.

Steps:
1) Deploy the process from the designer.
2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
3) Invoke the Receive_first_message request, the response will contain the correlation value.
4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287415#comment-13287415 ] 

Sathwik Bantwal Premakumar commented on ODE-964:
------------------------------------------------

The bpel runtime returns an error 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode">
         <faultcode>axis2ns1:Fault</faultcode>
         <faultstring>Unable to evaluate property alias "OMessageVarType#14({http://www.example.org/wsdlwithheader/}correlattionWithHeadersRequest)[header][{OXPath10Expression in/text()}]" to incoming message: No results for expression: 'in/text()'</faultstring>
         <detail>
            <Exception>org.apache.ode.axis2.OdeFault: Unable to evaluate property alias "OMessageVarType#14({http://www.example.org/wsdlwithheader/}correlattionWithHeadersRequest)[header][{OXPath10Expression in/text()}]" to incoming message: No results for expression: 'in/text()'
	at org.apache.ode.axis2.ODEService.onResponse(ODEService.java:346)
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:232)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:81)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:53)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.receive(ODEMessageReceiver.java:75)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
	at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
	at java.lang.Thread.run(Thread.java:662)</Exception>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>
                
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process from the designer.
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar updated ODE-964:
-------------------------------------------

    Attachment: 964.patch

Patch attached
                
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>         Attachments: 964.patch, Correlation-Header.zip
>
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar updated ODE-964:
-------------------------------------------

    Description: 
Correlation using custom soap header elements does not work. The attached process provided confirms the bug.

Steps:
1) Deploy the process
2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
3) Invoke the Receive_first_message request, the response will contain the correlation value.
4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.



  was:
Correlation using custom soap header elements does not work. The attached process provided confirms the bug.

Steps:
1) Deploy the process from the designer.
2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
3) Invoke the Receive_first_message request, the response will contain the correlation value.
4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.



    
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar updated ODE-964:
-------------------------------------------

    Attachment: Correlation-Header.zip
    
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>         Attachments: Correlation-Header.zip
>
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar updated ODE-964:
-------------------------------------------

    Attachment: ODE-964_testcase.patch

Testcase attached
                
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>         Attachments: 964.patch, Correlation-Header.zip, ODE-964_testcase.patch
>
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar resolved ODE-964.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4
    
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>             Fix For: 1.4
>
>         Attachments: 964.patch, Correlation-Header.zip, ODE-964_testcase.patch
>
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Sathwik Bantwal Premakumar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sathwik Bantwal Premakumar reopened ODE-964:
--------------------------------------------


Sorry, the patch needs to be reviewed. Reopening the ticket
                
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>              Labels: patch
>             Fix For: 1.4
>
>         Attachments: 964.patch, Correlation-Header.zip, ODE-964_testcase.patch
>
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (ODE-964) Correlation using custom soap header elements does not work

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-964:
---------------------------------

    Labels: patch  (was: )
    
> Correlation using custom soap header elements does not work
> -----------------------------------------------------------
>
>                 Key: ODE-964
>                 URL: https://issues.apache.org/jira/browse/ODE-964
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sathwik Bantwal Premakumar
>              Labels: patch
>             Fix For: 1.4
>
>         Attachments: 964.patch, Correlation-Header.zip, ODE-964_testcase.patch
>
>
> Correlation using custom soap header elements does not work. The attached process provided confirms the bug.
> Steps:
> 1) Deploy the process
> 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI
> 3) Invoke the Receive_first_message request, the response will contain the correlation value.
> 4) Copy the same value in the soap header section of correlationWithHeaders request and fire the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira