context.put("nullHandler", new GenericNullHandler(removal));
// OgnlRuntime.setPropertyAccessor(Set.class, new SetAccessor());
// OgnlRuntime.setPropertyAccessor(Map.class, new MapAccessor());
this.bundle = ResourceBundle.getBundle("messages");
Ognl.setTypeConverter(context, new VRaptorConvertersAdapter(converters, bundle));
when(converters.to(String.class)).thenReturn(new StringConverter());
when(converters.to(Long.class)).thenReturn(new LongConverter());
context.put("proxifier", new JavassistProxifier(new ReflectionInstanceCreator()));
}