Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
Everyone thanks for the help my client works :) -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4782897.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
Dan, I updated to 2.4.2 like you recommended and it solved the problem. Know I'm on the next error: No signature username found. -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4782590.html Sent fr

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread Daniel Kulp
On Thursday, September 08, 2011 1:21:46 AM yannick wrote: > I'm using cxf 2.2.5. I debugged it and I noticed that he goes in the > cxf-api-2.2.5 jar and not in the xmlschema-core 2.0 jar. Is cxf-api necssary > as jar? With that old of a version of CXF, you would need XmlSchema 1.4.x, not the 2.0

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread Daniel Kulp
On Thursday, September 08, 2011 6:07:15 AM yannick wrote: > Can someone tell me where I can find the WHICH_JARS file? In the lib directory of the CXF kit download. Dan > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-c > o

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
Can someone tell me where I can find the WHICH_JARS file? -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4782341.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
I'm using cxf 2.2.5. I debugged it and I noticed that he goes in the cxf-api-2.2.5 jar and not in the xmlschema-core 2.0 jar. Is cxf-api necssary as jar? -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp47

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-07 Thread Benson Margulies
Yes, that's what I meant. What version of CXF? Have you looked at the WHICH_JARS file? Are you sure you only have one xmlschema jar? On Wed, Sep 7, 2011 at 6:34 PM, yannick wrote: > Thank you for your reply. > > I looked for the xmlschema 2.0 and didn't find it. Do you mean > xmlschema-core 2.0?

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-07 Thread yannick
Thank you for your reply. I looked for the xmlschema 2.0 and didn't find it. Do you mean xmlschema-core 2.0? I already tried and I received the same result. The SchemaInfo.class fails on this line: isElementQualified = schema.getElementFormDefault().getValue().equals(XmlSchemaForm.QUALIFIED);

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-07 Thread Benson Margulies
You need 2.0. On Wed, Sep 7, 2011 at 5:46 PM, yannick wrote: > Hi, I receive the following the exception and tried several Xmlschema > versions and always receive this errors. I tried version 1.3.1, 1.4.2, > 1.4.5. > > java.lang.NoSuchMethodError: > org.apache.ws.commons.schema.XmlSchemaForm.getV

java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-07 Thread yannick
Hi, I receive the following the exception and tried several Xmlschema versions and always receive this errors. I tried version 1.3.1, 1.4.2, 1.4.5. java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm.getValue()Ljava/lang/String; at org.apache.cxf.service.model.SchemaI