@Test
public void doNotImplicityEnrichMessageProperties() throws Exception
{
MessageEnricher enricher = new MessageEnricher();
enricher.setMuleContext(muleContext);
enricher.addEnrichExpressionPair(new EnrichExpressionPair("#[header:myHeader]"));
enricher.setEnrichmentMessageProcessor(new MessageProcessor()
{
public MuleEvent process(MuleEvent event) throws MuleException
{
event.getMessage().setOutboundProperty("foo", "bar");