Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 3.1.x
-
Component/s: Core: Expressions
-
Labels:None
-
User impact:Medium
-
Configuration:
-
Log Output:
-
Affects Docs:Yes
-
Similar Issues:None
Description
The processor expression evaluator mentioned in the online docs doesn't work. It appears the problem is that the xsd requires "processor" but the source for MessageProcessorExpressionEvaluator is registering with the name "process". I've checked and this appears to be in the 3.1.1 source too.
I updated the online docs to show the correct name ("process").