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 version. I would strongly suggest updating to CXF 2.4.2 as CXF 2.2.x is no longer supported or maintained. Dan > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-c > ommons-schema-XmlSchemaForm-tp4780240p4781679.html Sent from the cxf-user > mailing list archive at Nabble.com. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
