Hi,
It looks like you are using CXF servlet transport.
Please make sure you put the cxf-core into the class path.
Which version of CXF are you using ?
If you are using CXF 2.4.x, you don't need to import all the below resource.

On Wed Aug 10 06:09:44 2011, David G wrote:
I had a jax-ws service working ok then started messing around with different 
loggers under the assumption this wouldn’t change core functionality.

Now I try starting the server and get:

‘class path resource [META-INF/cxf/cxf.xml] cannot be opened because it does 
not exist’

My beans.xml file always had the following imports which I thought was odd but 
assumed CXF was creating defaults in the background:

<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />

Does anyone know what could have happened?

Thanks



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
        http://jnn.javaeye.com (Chinese)
Twitter: willemjiang Weibo: willemjiang

Reply via email to