Unable To Assign Something To An Attribute After A Checkpoint in SOA 11g
(Doc ID 1159363.1)
Last updated on MARCH 24, 2019
Applies to:
Oracle SOA Suite - Version 11.1.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
On SOA 11.1.1.2 and SOA 11.1.1.3, below issue is appearing
+ SOA 11.1.1.2 with JDev (SOA Composite Editor v 11.1.1.2.0.12.16)
+ Having a SOA Composite with a simple BPEL Process which consists of this flow
- Receive Activity (Receive string as an input) ===> Assign Activity ===> JavaEmbedding Activity "with checkpoint()" ===> Assign Activity ===> Callback Activity
- The problem occurs after the "checkpoint()", On the assign activity you'll not be able to make any variable assignment -If you made a copy operation (Var1 = "test") the Var1 will remain empty
- Removing the checkpoint() from the composite , redeploy the composite again, You will be able to see that the "test" string assigned correctly and appears on the audit trail
- Added again the checkpoint(), but this time define a simple type Variable_2 of type string ,
then additionally to the defined copy for Variable_1 i added a second copy for Variable_2, and value propagated successfully
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 |
Cause |
Solution |
References |