Re: the matching wildcard is strict, but no declaration can be found for element jaxws.endpoint

2007-11-01 Thread Troy Bull
On 11/1/07, Troy Bull <[EMAIL PROTECTED]> wrote:
> Greetings
>
> I have a couple web services that I wrote.  I followed the tutorial
> from the apache site for creating a spring based ws using cfx.  This
> morning  I checked my web services out of subversion and I can no
> longer build them (in eclipse).  In my applicationBeans.xml I get the
> message :
>
> the matching wildcard is strict, but no declaration can be found for
> element jaxws.endpoint
>
> I sure dont know what I did to break these but I am in a real bind, if
> anyone could tell me what to do to fix this I would really appreciate
> it.
>
> For reference here is my beans.xml file that eclipse complains about:
>
> http://www.springframework.org/schema/beans";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:jaxws="http://cxf.apache.org/jaxws";
> xsi:schemaLocation="
> http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans.xsd
> http://cxf.apache.org/jaxws 
> http://cxf.apache.org/schemas/jaxws.xsd";>
>
> 
> 
> 
>
>id="helloWorld"
>   implementor="#helloWorldBean"
>   address="/HelloWorld">
> 
>
>
> 
>
> Please help, Thanks in advance.
>
> Troy
>

I just "redid" the example from

http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html

it now "fails" with the same error message at the step where I create
beans.xml.  I know this used to work because I wrote several of these
that are currently deployed and working, I can not redeploy them now
(it appears).


the matching wildcard is strict, but no declaration can be found for element jaxws.endpoint

2007-11-01 Thread Troy Bull
Greetings

I have a couple web services that I wrote.  I followed the tutorial
from the apache site for creating a spring based ws using cfx.  This
morning  I checked my web services out of subversion and I can no
longer build them (in eclipse).  In my applicationBeans.xml I get the
message :

the matching wildcard is strict, but no declaration can be found for
element jaxws.endpoint

I sure dont know what I did to break these but I am in a real bind, if
anyone could tell me what to do to fix this I would really appreciate
it.

For reference here is my beans.xml file that eclipse complains about:

http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:jaxws="http://cxf.apache.org/jaxws";
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd";>











Please help, Thanks in advance.

Troy