Object property = message.getProperty("foo");
assertEquals("Message 'foo' header", "hello", property);
}
protected AbstractXmlApplicationContext createBeanFactory() {
return new ClassPathXmlApplicationContext("org/servicemix/components/script/groovy-transform.xml");
}