Filter Condition string-length Function Causes The Subscriber To Not Pickup Events
(Doc ID 2887456.1)
Last updated on AUGUST 04, 2022
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
One of the SOA subscriber has content based filtering applied and has multiple filter conditions and one of the filter condition is a string-length function, which is causing the subscriber to not pickup events.
The filter condition is as follows:
(/be:business-event/be:content/tns:IMSPersonEvent/tns:EventBody/tns:PersonEvent/tns:EventType = 'CREATE' and /be:business-event/be:content/tns:IMSPersonEvent/tns:EventBody/tns:PersonEvent/tns:TriggeringEntity/tns:EntityType = 'ALIAS')
or
(/be:business-event/be:content/tns:IMSPersonEvent/tns:EventBody/tns:PersonEvent/tns:EventType = 'DELETE' and string-length(/be:business-event/be:content/tns:IMSPersonEvent/tns:EventBody/tns:PersonEvent/tns:TriggeringEntity/tns:EntityType)=0)
If remove the last condition "string-length(/be:business-event/be:content/tns:IMSPersonEvent/tns:EventBody/tns:PersonEvent/tns:TriggeringEntity/tns:EntityType)=0", then the subscriber is working.
Solution
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
Goal |
Solution |