Me again ...

Usually when I create a server I use jetty (pretty simple), I want to
move to other container like tomcat.
Using the CXFServlet (or the nonSpring servlet) how can I set my data
binding to aegis ?
  ususally I do a
        sf.getServiceFactory().getServiceConfigurations().add(0, new
GroovyConfiguration());
        sf.getServiceFactory().setDataBinding(new AegisDatabinding());

Cheers
Guillaume

Reply via email to