BPEL Fails to process Emails with empty Subject even though the mails are fetched from the INBOX
(Doc ID 2944909.1)
Last updated on AUGUST 12, 2024
Applies to:
Oracle SOA Suite - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
The UMS adapter is able fetch the email successfully from the email server but then the email is not delivered to the BPEL component or the BPEL component fails to process the email.
The issue happens only with the emails with empty subjects.
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{
summary=<summary>The <from> value is invalid.
The result of from-spec is null.
Either the from node value or the xpath query in the from node value was invalid.
According to BPEL4WS spec 1.1 section 14.3, the from node value should not be empty. Verify the from node value at line number no line in the BPEL source.
</summary>}
at com.collaxa.cube.engine.ext.bpel.common.CopyRuleEvaluator.fault(CopyRuleEvaluator.java:1624)
at com.collaxa.cube.engine.ext.bpel.common.CopyRuleEvaluator.copy(CopyRuleEvaluator.java:979)
at com.collaxa.cube.engine.ext.bpel.common.CopyRuleEvaluator.copyToTypeVariable(CopyRuleEvaluator.java:826)
at com.collaxa.cube.engine.ext.bpel.common.CopyRuleEvaluator.copyToVariable(CopyRuleEvaluator.java:856)
Changes
The BPEL attempts to assign the Subject to a variable
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |