Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-06 Thread Daniel Kulp
On Jun 6, 2008, at 2:38 AM, jfougere wrote: Hi Dan, I tested my full project with your workaround in 2.1.1-SNAPSHOT and everything works correctly. Cool. Thanks for the verification. Thanks a lot. I assume this correction will be in official 2.1.1 release ? release date in june, a

Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-05 Thread jfougere
Hi Dan, I tested my full project with your workaround in 2.1.1-SNAPSHOT and everything works correctly. Thanks a lot. I assume this correction will be in official 2.1.1 release ? release date in june, am i correct ? Bye Julien dkulp wrote: > > > I have both of the sample projects now vali

Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-05 Thread Daniel Kulp
I have both of the sample projects now validating fine. I also fixed the SEVERE log messages that your test produced: SEVERE: Schema element {http://www.kba.de/ elemente}DatumEingangVeraeusserungsanzeige references undefined type {http://www.w3.org/2001/XMLSchema }anySimpleType for service {h

Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-05 Thread sistar
Hi Dan, i encounter the same problem with a different schema. I prepared a minimum maven project suitable for debugging. The problem only occurs in Client-Side Validation setup. The Server parses the wsdl normally and does sucessfully perform schema-validation. As soon as i add client valida

Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-04 Thread jfougere
Hi Dan, I saw that changes was made last week in another related post, and I already tried in 2.1-SNAPSHOT and 2.1.1-SNAPSHOT and the problem still occured. Julien dkulp wrote: > > > It's probably a CXF issue. I made some changes to the validation > schema loading late last week to hopefu

Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-04 Thread Daniel Kulp
It's probably a CXF issue. I made some changes to the validation schema loading late last week to hopefully fix this. Can you try the latest 2.1 snapshot to make sure it's fixed for 2.1.1? Thanks! Dan On Jun 4, 2008, at 5:00 PM, jfougere wrote: Here is attached a small project who

Re: Problem with schema validation (JAX-WS & JAXB)

2008-06-04 Thread jfougere
Here is attached a small project who produce the same stackOverFlow error when server side schema validation is enabled. Can you have a look and tell me if my use of CXF is wrong or if this is a CXF issue ? Thanks Julien http://www.nabble.com/file/p17656531/ValidationTest.zip ValidationTest.zi

Re: Problem with schema validation (JAX-WS & JAXB)

2008-05-27 Thread jfougere
e cause of this issue ? When I am >>> doing >>> validation by code it works without problem... >>> >>> Thanks >>> >>> Julien >>> >>> >>> Aaron Pieper wrote: >>>> >>>> It looks to me like Xer

Re: Problem with schema validation (JAX-WS & JAXB)

2008-05-27 Thread Daniel Kulp
onday, May 19, 2008 3:49 AM To: [EMAIL PROTECTED] Subject: Problem with schema validation (JAX-WS & JAXB) Hi, I am currently experiencing problem to set up server side schema validation. I have a JAX-WS frontend webservice and JAXB databinding. When I turn schema validation on, I get a

RE: Problem with schema validation (JAX-WS & JAXB)

2008-05-21 Thread jfougere
--- > From: FOUGERE Julien (Prestataire) [mailto:[EMAIL PROTECTED] > Sent: Monday, May 19, 2008 3:49 AM > To: [EMAIL PROTECTED] > Subject: Problem with schema validation (JAX-WS & JAXB) > > Hi, I am currently experiencing problem to set up server side schema > validation. I hav

RE: Problem with schema validation (JAX-WS & JAXB)

2008-05-19 Thread Pieper, Aaron (SAIC)
: Problem with schema validation (JAX-WS & JAXB) Hi, I am currently experiencing problem to set up server side schema validation. I have a JAX-WS frontend webservice and JAXB databinding. When I turn schema validation on, I get a stack overflow error. It really looks like that xerces is runnin

Problem with schema validation (JAX-WS & JAXB)

2008-05-19 Thread FOUGERE Julien (Prestataire)
Hi, I am currently experiencing problem to set up server side schema validation. I have a JAX-WS frontend webservice and JAXB databinding. When I turn schema validation on, I get a stack overflow error. It really looks like that xerces is running on an infinite loop Here is my cxf-servle