zygimantus
zygimantus

Reputation: 3777

Unknown localEntry mediator in WSO2ESB

I am getting this error when using localEntry mediator in WSO2ESB 5.0.0:

org.apache.axis2.AxisFault: Unknown mediator referenced by configuration element : {http://ws.apache.org/ns/synapse}localEntry

Does this mediator exist? According to this documentation it does.

Upvotes: 0

Views: 82

Answers (1)

Bee
Bee

Reputation: 12513

Local Entry is not a mediator. Its task is to store information. The way you're using it must be wrong.

Upvotes: 1

Related Questions