private static final String CXF_RS_ENDPOINT_URI_2 = "cxfrs://http://localhost:" + CXT + "/rest2?resourceClasses=org.apache.camel.component.cxf.jaxrs.testbean.CustomerServiceResource";
@Override
protected Context createJndiContext() throws Exception {
Context context = super.createJndiContext();
context.bind("service", new ServiceUtil());
return context;
}