Freeman-2 wrote
> 
> Hmm, the SEI and Impl looks good to me, not really sure how the exception
> comes from.
> Could you please elaborate how you publish the endpoint? You use CXF
> standalone or embed it in some container?
> 
> Freeman
> 

The endpoint is deployed via Spring in my Tomcat app server:

    <jaxws:endpoint id="MyClass2"
        xmlns:s="http://api.mycompany.com/";
        serviceName="s:MyClass" name="MyClass"
        implementor="#MyClass" address="/MyClass">
    </jaxws:endpoint>

with the bean defined by:

<bean id="MyClass" class="com.mycompany.MyClass"></bean>




--
View this message in context: 
http://cxf.547215.n5.nabble.com/Upgrading-2-2-to-2-6-tp5712216p5712243.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to