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

2007-12-05 Thread Benson Margulies
To make validation work in Eclipse, you have to manually interact with
their catalog management preference window, which is a giant PITA, to
point it as copies of the xsd files sitting in the file system where
they can find it. 

> -Original Message-
> From: Daniel Kulp [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, December 05, 2007 1:54 PM
> To: cxf-user@incubator.apache.org
> Cc: El_Kalifa_Meo
> Subject: Re: the matching wildcard is strict, but no 
> declaration can be found for element jaxws.endpoint
> 
> 
> Does it work outside of eclipse?   Someone did mention 
> previously that 
> they had problems with eclipse getting completely confused 
> and wiping out all the STP and cxf plugins from eclipse and 
> re-installing them 
> (with the latest versions) did the trick. I'm not sure if that's 
> your issue though.
> 
> Dan
> 
> 
> On Wednesday 05 December 2007, El_Kalifa_Meo wrote:
> > I have downloaded the lastest version of CFX 2.0.3 and I am 
> having the 
> > same problem with spring
> > cvc-complex-type.2.4.c: The matching wildcard is strict, but no 
> > declaration can be found for element 'jaxws:endpoint'.
> > I am currently developing in Eclipse Europa, has anyone found a 
> > solution I have tried everything... and nothing seems to work.
> > here is the XML
> >
> > 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-2.0.xsd
> > http://cxf.apache.org/jaxws 
> http://cxf.apache.org/schemas/jaxws.xsd";>
> >
> > 
> >  resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
> > 
> >
> >  class="com.cda.project.webServices.userServicesImpl"
> > />
> >
> >  > address="/userService" />
> >
> > 
> >
> > Troy Bull-3 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";>
> > >
> > >   
> > >resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
> > >   
> > >
> > >> > id="helloWorld"
> > > implementor="#helloWorldBean"
> > > address="/HelloWorld">
> > >   
> > >
> > >
> > >   
> > >
> > > Please help, Thanks in advance.
> > >
> > > Troy
> 
> 
> 
> --
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727C: 508-380-7194
> [EMAIL PROTECTED]
> http://www.dankulp.com/blog
> 


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

2007-12-05 Thread Daniel Kulp

Does it work outside of eclipse?   Someone did mention previously that 
they had problems with eclipse getting completely confused and wiping 
out all the STP and cxf plugins from eclipse and re-installing them 
(with the latest versions) did the trick. I'm not sure if that's 
your issue though.

Dan


On Wednesday 05 December 2007, El_Kalifa_Meo wrote:
> I have downloaded the lastest version of CFX 2.0.3 and I am having the
> same problem with spring
> cvc-complex-type.2.4.c: The matching wildcard is strict, but no
> declaration can be found for element 'jaxws:endpoint'.
> I am currently developing in Eclipse Europa, has anyone found a
> solution I have tried everything... and nothing seems to work.
> here is the XML
>
> 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-2.0.xsd
> http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd";>
>
>   
>   
>   
>
>/>
>
>address="/userService" />
>
> 
>
> Troy Bull-3 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



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog


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

2007-12-05 Thread El_Kalifa_Meo

I have downloaded the lastest version of CFX 2.0.3 and I am having the same
problem with spring
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration
can be found for element 'jaxws:endpoint'.
I am currently developing in Eclipse Europa, has anyone found a solution I
have tried everything... and nothing seems to work.
here is the XML

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-2.0.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd";>












Troy Bull-3 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/the-matching-wildcard-is-strict%2C-but-no-declaration-can-be-found-for-element-jaxws.endpoint-tf4732713.html#a14177706
Sent from the cxf-user mailing list archive at Nabble.com.



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

2007-11-01 Thread Willem Jiang

Hi Troy,

Which CXF version are you working with ?
I just went through your beans.xml and can't tell any thing wrong there.
Maybe a simple test case can give us some clues.

Willem.


Troy Bull wrote:

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";>











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).

  


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

2007-11-01 Thread Daniel Kulp

What version of CXF?   Did you update to 2.0.2?

Dan


On Thursday 01 November 2007, Troy Bull 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



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog


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