LValue evaluation job failed after assign to const expression -------------------------------------------------------------
Key: ODE-572 URL: https://issues.apache.org/jira/browse/ODE-572 Project: ODE Issue Type: Bug Components: BPEL Runtime Affects Versions: 1.3.1 Reporter: Rafal Rusin Fix For: 1.3.1 Attachments: assign-lvalue-job-failed-fix.diff, assign-lvalue-job-failed-test.diff This accidently happened on an assign like this: <assign> <from>$var</from> <to>1</to> </assign> I did a test case + patch. I return selectionFailure fault in this case. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.