Axis2 databinding xmlbeans: ArrayStoreException even within sample perf.wsdl

2008-09-11 Thread Christian Vogt
Hi everyone, I am trying out the xmlbeans databinding with axis2 and ran into an issue even with the distributed sample-wsdl-file 'perf.wsdl'. ADB is working fine, but when switching ot xmlbeans-databinding, there is the following exception thrown: org.apache.axis2.wsdl

Re: Axis2 databinding xmlbeans: ArrayStoreException even within sample perf.wsdl

2008-09-17 Thread Christian Vogt
Hi everyone, finally solved, found the root cause, a classpath related issue. Within my ~/.ant/lib was a old xbean-1-jar residing which was loaded first. After removing the jar from the .ant/lib-folder, the sample works as expected Christian Christian Vogt schrieb am 11.09.2008 12:52: Hi eve