You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Eugen Zaicanu (JIRA)" <ji...@apache.org> on 2012/06/22 14:34:43 UTC

[jira] [Commented] (ODE-497) Unrecognized BPEL spec elements, messageExchanges and documentation

    [ https://issues.apache.org/jira/browse/ODE-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399288#comment-13399288 ] 

Eugen Zaicanu commented on ODE-497:
-----------------------------------

Does this imply that message exchanges are ignored in bpel processes? I have a process that uses a messageExchange to correlated an onEvent message with a reply. I am getting an error that the reply message is null, although it isn't. Also the stack trace below shows that there are 2 distinct mex.

ERROR {org.wso2.carbon.bpel.core.ode.integration.BPELProcessProxy} -  Error processing response for MEX {MyRoleMex#hqejbhcnphr7dpj66jpkqk [Client hqejbhcnphr7dpj66jpkqj] calling {http://orders}OrderPlacementService.cancelOrder(...)} {org.wso2.carbon.bpel.core.ode.integration.BPELProcessProxy}
java.lang.NullPointerException: Null message.
	at org.wso2.carbon.bpel.core.ode.integration.utils.SOAPUtils.checkForNullValuesInResponse(SOAPUtils.java:397)
	at org.wso2.carbon.bpel.core.ode.integration.utils.SOAPUtils.createSOAPResponse(SOAPUtils.java:70)
	at org.wso2.carbon.bpel.core.ode.integration.BPELProcessProxy.onResponse(BPELProcessProxy.java:410)
                
> Unrecognized BPEL spec elements, messageExchanges and documentation
> -------------------------------------------------------------------
>
>                 Key: ODE-497
>                 URL: https://issues.apache.org/jira/browse/ODE-497
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 2.0
>            Reporter: William McCusker
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: account.zip
>
>
> When attempting to compile the attached process two warnings are given, both for unrecognized elements in the BPEL dom. The elements are the BPEL documentation and messageExchanges elements. Both elements are described in the BPEL 2.0 spec Appendix E XML Schemas and should be recognized by the compiler.

--
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