public class DumpModelAsXmlRouteExpressionTest extends ContextTestSupport {
@Override
protected JndiRegistry createRegistry() throws Exception {
JndiRegistry jndi = super.createRegistry();
jndi.bind("myCoolBean", new MyBarSingleton());
return jndi;
}