I misspelled cxf down below but that was only here in the forum post. The
question is still valid.

Here is my CXFServlet definition if its of any value:

        <servlet>
                <servlet-name>cxf</servlet-name>
                <display-name>cxf</display-name>
                <description>Apache CXF Endpoint</description>
                <servlet-class>
                        org.apache.cxf.transport.servlet.CXFServlet
                </servlet-class>
                <load-on-startup>1</load-on-startup>
        </servlet>
        <servlet-mapping>
                <servlet-name>cxf</servlet-name>
                <url-pattern>/services/*</url-pattern>
        </servlet-mapping>

-- 
View this message in context: 
http://www.nabble.com/Newbie-question.-No-bean-named-%27cfx%27-is-defined.-tf4668972.html#a13337556
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to