Re: validation error; missing schema

2007-07-11 Thread Len Josephs
Hello! I'm trying to use Spring with a JAX-WS style service endpoint with the 2.0 release version of CXF (binary). I'm a newbie so I'm trying to work through this tutorial from the user guide on the wiki: http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html Of course I'm seeing

Re: validation error; missing schema

2007-07-11 Thread Andrea Smyth
Len Josephs wrote: Hello! I'm trying to use Spring with a JAX-WS style service endpoint with the 2.0 release version of CXF (binary). I'm a newbie so I'm trying to work through this tutorial from the user guide on the wiki: http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html

validation error; missing schema

2007-07-09 Thread Christian Vest Hansen
Hello, When I try to deploy a CXF application, Spring barfs during its configuration stage claiming that my beans.xml file isn't valid - in particular, it dosn't like the CXF/jaxws specific tags. This is probably because it can't find the schema that defines these tags, because I found this in

Re: validation error; missing schema

2007-07-09 Thread Freeman Fang
Hi Christian, Would you please append your spring configuration file? CXF spring schema namespace changed recently You can get more details about this topic from cxf-dev mailing list which title is Schema namespaces and public URIs And build kit from latest trunk to see how latest samples use

Re: validation error; missing schema

2007-07-09 Thread Willem Jiang
Hi I think you beans.xml is out of time. There are some changes happened in the CXF-2.0-incubator, if you are using the latest release. Yes you can't get the schema form the url, CXF put the jaxws scheme in to cxf-rt-frontend-jaxws-2.0-incubator.jar Please take the below configuration as

Re: validation error; missing schema

2007-07-09 Thread Christian Vest Hansen
Wow, thanks a ton for responding this quick :) I'm building with Maven, so when I saw this: Yes you can't get the schema form the url, CXF put the jaxws scheme in to cxf-rt-frontend-jaxws-2.0-incubator.jar The light-bulp above my head blinked, and when I added this dependency: