Uploaded image for project: 'RiftSaw'
  1. RiftSaw
  2. RIFTSAW-388

selectionFailure issue : no initialization when declaring variables

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 2.3.0.CR1
    • ODE

    Description

      In BPEL excecution, can't get over copy in assign due to selectionFailure;
      Cause : initialization is not done when variables are declared.

      Extracts of the BPEL code :

      <scope name="ScopeWs">
      <variables>
      <variable name="Out" xmlns:tns="http://dolmen.ft.fr/" messageType="tns:Response"/>
      <variable name="In" xmlns:tns="http://dolmen.ft.fr/" messageType="tns:Request"/>
      </variables>
      <sequence name="SequenceWs">

      <assign name="Assign">
      <copy>
      <from variable="bpelId"/>
      <to>$In.parameters/Id</to>
      </copy>
      </assign>
      <invoke name="Invoke" partnerLink="WsPartnerLink" operation="invoke" xmlns:tns="http://dolmen.ft.fr/" portType="tns:Ws" inputVariable="In" outputVariable="Out"/>
      </sequence>
      </scope>

      Error :

      INFO [ASSIGN] Assignment Fault:

      {http://docs.oasis-open.org/wsbpel/2.0/process/executable}

      selectionFailure,lineNo=86,faultExplanation=No results for expression:

      {OXPath10Expression $In.parameters/Id}

      Patches for ODE are available : https://issues.apache.org/jira/browse/ODE-915
      Could it be possible to integrate theses patches to the latest version of Riftsaw ?
      We can't get our application of 200+ BPEL working without this.

      Attachments

        Activity

          People

            gary@brownuk.com Gary Brown
            corbin.vood Robin Caldairou (Inactive)
            Archiver:
            rhn-support-adandapa Aitik Dandapat

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty