Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.1
-
Fix Version/s: Bug Backlog
-
Component/s: Core: API
-
Labels:None
-
User impact:Medium
-
Configuration:
-
Similar Issues:None
Description
In the attached configuration, the appendBar transformer defined on the outbound logger endpoint gets called, the message gets correctly transformed but when it hits the logger service, the payload is reverted to the value before transformation.
Test the attached config with: muleClient.dispatch("vm://chain", Arrays.asList("abc", "def"), null);
Getting logged: [abc.foo, def.foo]
Expected: [abc.foo.bar, def.foo.bar]