[ https://issues.apache.org/jira/browse/ODE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126592#comment-13126592 ]
Dieter Roller commented on ODE-944: ----------------------------------- Here is what I got : INFO: Server startup in 7615 ms 15:56:00,316 DEBUG [BpelEngineImpl] Routed: svcQname {http://iaas.perfTest.org/w sdl/TTProcCVI/}TTProcCVIService --> [BpelProcess[{http://iaas.perfTest.org/TTPro cCVI/}TTProcCVI-2]] 15:56:00,328 DEBUG [MessageExchangeImpl] SET MEX property isTwoWay = true 15:56:00,339 DEBUG [MyRoleMessageExchangeImpl] invoke() EPR= null ==> BpelProces s[{http://iaas.perfTest.org/TTProcCVI/}TTProcCVI-2] 15:56:00,484 DEBUG [BpelEngineImpl] handleJobDetails: InvokeInternal event for m exid hqejbhcnphr6o5j0fr1cvu 15:56:00,522 DEBUG [BpelProcess] >> handleJobDetails(jobData=JobDetails( instanc eId: null mexId: hqejbhcnphr6o5j0fr1cvu processId: {http://iaas.perfTest.org/TTP rocCVI/}TTProcCVI-2 type: INVOKE_INTERNAL channel: null correlatorId: null corre lationKeySet: null retryCount: null inMem: false detailsExt: {})) 15:56:00,523 DEBUG [BpelProcess] InvokeInternal event for mexid hqejbhcnphr6o5j0 fr1cvu 15:56:00,600 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.my RoleSessionId = null 15:56:00,601 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.my RoleSessionId = null 15:56:00,601 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.pa rtnerRoleSessionId = null 15:56:00,602 DEBUG [BpelProcess] INPUTMSG: TTProcCVIPL.startTTProcCVI: MSG RCVD keys=[] mySessionId=null partnerSessionId=null 15:56:00,666 DEBUG [BpelProcess] INPUTMSG: TTProcCVIPL.startTTProcCVI: routing f ailed, CREATING NEW INSTANCE 15:56:00,720 DEBUG [BpelRuntimeContextImpl] BpelRuntimeContextImpl created for i nstance 1101. INDEXED STATE={} 15:56:00,809 DEBUG [BpelProcess] SELECT: PickResponseChannel#9: USING CORRELATOR TTProcCVIPL.startTTProcCVI 15:56:00,826 DEBUG [BpelProcess] SELECT: PickResponseChannel#9: CHECKING for NEW INSTANCE match 15:56:00,829 DEBUG [BpelProcess] INPUTMSGMATCH: Changing process instance state from ready to active 15:56:00,830 DEBUG [BpelProcess] SELECT: PickResponseChannel#9: FOUND match for NEW instance mexRef={MyRoleMex#hqejbhcnphr6o5j0fr1cvu [Client hqejbhcnphr6o5j0fr 1cvt] calling {http://iaas.perfTest.org/wsdl/TTProcCVI/}TTProcCVIService.startTT ProcCVI(...)} 15:56:00,961 DEBUG [BpelProcess] ProcessImpl completed with fault '{http://docs. oasis-open.org/wsbpel/2.0/process/executable}selectionFailure' 15:56:01,306 DEBUG [MyRoleMessageExchangeImpl] Received myrole mex response call back 15:56:01,306 DEBUG [MyRoleMessageExchangeImpl] Received myrole mex response call back 15:56:01,328 DEBUG [MyRoleMessageExchangeImpl] Releasing mex hqejbhcnphr6o5j0fr1 cvu > XPath Failure > -------------- > > Key: ODE-944 > URL: https://issues.apache.org/jira/browse/ODE-944 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.3.5 > Environment: Windows 7, Tomcat 7 > Reporter: Dieter Roller > > The following code snippet results in a selection failure. > <assign name="B"> > <copy> > <from> > <literal> > <![CDATA[<Field>4711</Field>]]> > </literal> > </from> > <to variable="Output" part="message"/> > </copy> > <copy> > <from variable="Input" part="messageTwoFields"> > <query>//Field1</query> > </from> > <to variable="Output" part="message"> > <query>//Field</query> > </to> > </copy> > </assign> -- 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