That message is coming out of the Sun reference implementation, not CXF. 
Somehow, the RI is being picked up in stead of CXF.   Can you make sure 
the CXF jars are properly in the war or available in the app server 
classpath?   In particular, if you aren't using the CXF bundle jar, you 
would need the cxf-rt-frontend-jaxws jar.

Also, is this java 6?   You might also want to try java 5 which doesn't 
have the RI built in to make sure it's not getting confused.

Dan


On Monday 14 April 2008, Rafael Ribeiro wrote:
> 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



-- 
J. Daniel Kulp
Principal Engineer, IONA
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to