Hi all,

 After googling for a few hours, I (think I) am about to run a relly silly
application using CXF on Tomcat without Spring.
 I made a servlet that extends CXFNonSpringServlet and its init is:
        public void init() throws ServletException {
                super.init();
                Endpoint.publish("http://localhost/foo/services/hello";, new 
FooImpl());         
        }

and I get this exception:
com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler
error: Wrapper class foo.bar.jaxws.Hello is not found. Have you run APT to
generate them?

I somehow followed http://cwiki.apache.org/CXF20DOC/servlet-transport.html
since it is too vague and it seems like some steps were accidentally (or
intentionally) omitted.

Am I doing everything wrong or I had only missed something really stupid (or
simple)? 

best regards,
Rafael Ribeiro
-- 
View this message in context: 
http://www.nabble.com/Really-Silly-Deploy-on-Tomcat-without-Spring-tp16689619p16689619.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to