Hi Andy Could you use scomp with the –src
option and attach an example of the generated code that throws this exception
please? Plus if possible a bit more of the stack trace with line numbers? Cheers, From: Andy Katz
[mailto:[EMAIL PROTECTED] Hello, I’m using xmlbeans-2.0.0 and encountering: java.lang.ClassCastException:
org.apache.xmlbeans.impl.values.XmlComplexContentImpl when attempting to invoke the generated class’ addNew
method. The XSD used as input into the xmlbean ant task is rather long,
so I’m choosing not to include it for now. It seems as though all of my xmlbeans generated *Impl.java
class which extend org.apache.xmlbeans.impl.values.XmlComplexContentImpl throw
this exception when invoking the addNew method or the Factory.newInstance()
method?? Any help is greatly appreciated. Thank a lot! Andy |
- ClassCastException: org.apache.xmlbeans.impl.values.XmlComp... Andy Katz
- RE: ClassCastException: org.apache.xmlbeans.impl.value... Lawrence Jones