Although I can not be of much help to you, I can tell you that we are
running WebSphere 6.1 and are not having any issues (at least with
XMLBeans)

I have experienced something similar to this when the xsb files were not
included in the jar file.

C.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 17, 2008 11:40 AM
To: user@xmlbeans.apache.org
Subject: NoSuchMethod error in WebSphere 6.0


Hi, new to the list, looking for a little help, please.

Running IBM WebSphere 6.0.23 and xmlbeans 2.3.0. 

Getting errors as follows:

"java.lang.ClassCastException: 
org/apache/xmlbeans/impl/values/XmlComplexContentImpl incompatible with 
com/prudential/sct/service/entries/ServiceEntries"

where:
com.prudential.sct.service.entries.ServiceEntries extends
java.lang.Object 
implements org.apache.xmlbeans.XmlObject


error code line: 
doc.addNewServiceEntries(); thows: java.lang.NoSuchMethodException

where doc is ServiceEntriesDocument
where ServiceEntriesDocument is 
com.prudential.sct.service.entries.ServiceEntriesDocument extends
extends 
java.lang.Object implements org.apache.xmlbeans.XmlObject

Does anyone know of any issues using xmlbeans with websphere 6? I've
seen 
several issues where the QName method in websphere conflicts with QName
in 
xmlbeans, that seem to be resolvable with setting classpath correctly.
Up 
to now I've not been able to get this to work. 

Can someone familiar with both xmlbeans and websphere 6 please provide 
some guidence here?

thanks, dave milbut (david dot milbut at prudential dot com)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to