Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-660

BPEL Queries failing in process result

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.3
    • 1.4
    • None
    • None
    • ode-war.1.3.3 in tomcat

    Description

      When trying to execute the tutorial process shown here: http://www.ibm.com/developerworks/opensource/library/os-eclipse-bpel2.0/

      I ran into the following error:

      • <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      • <soapenv:Body>
      • <soapenv:Fault>
        <faultcode>soapenv:Server</faultcode>
        <faultstring xmlns:axis2ns21="http://docs.oasis-open.org/wsbpel/2.0/process/executable">axis2ns21:selectionFailure</faultstring>
        <detail />
        </soapenv:Fault>
        </soapenv:Body>

      It seems as though the error is thrown when trying to select the result string as the output in the Eclipse BPEL designer (M3). The following code is produced for the <bpel: to /> statement:

      <bpel:to part="payload" variable="output">
      <bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
      <![CDATA[tns:result]]>
      </bpel:query>
      </bpel:to>

      which causes the above error to be thrown. It seems to be the query statement causing the exception thought I can't narrow it down from there.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kbarlow Keith Barlow
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: