So I have a Spring-and-CXF app that works fine in Jetty.  The Web
Services in the app are done using a <jaxws:endpoint> element in the
Spring config file.

When I deploy this in WebLogic 10, it blows up.  Apparently WebLogic
finds the beans with the JAX-WS annotations, and tries to deploy them
as Web Services itself -- before CXF is ever involved.  This blows up
because it uses the Sun RI that expects some generated code that CXF
does not require.

Has anyone seen this before?  Any ideas for how I can convince
WebLogic to ignore the JAX-WS services so that CXF will be the only
thing that handles them?

Thanks,
      Aaron

Reply via email to