Antonio, HiveMind does not expect any particular SAX parser implementation. It uses the javax.xml.parsers.SAXParserFactory to retrieve the parser it uses. I suspect it is a WSAD specific problem you're experiencing. I found this with Google:
http://www-106.ibm.com/developerworks/forums/dw_expandTree.jsp?thread=31014&cat=9&forum=275&message=1729665 Hope that helps, --knut On Wed, 10 Nov 2004 11:35:50 +0100, Antonio David Fern�ndez Reyes <[EMAIL PROTECTED]> wrote: > Hi everybody, > > we are trying to setup a project using HiveMind. We are following the > steps of the Calculator example. We have downloaded all the dependency > Jars, and set up the project to build it with ant. > Our problem is that ant compiles perfectly, but when it tries to execute > the example, we get the following error: > > java.lang.VerifyError: class loading constraint violated (class: > org/apache/xerces/jaxp/SAXParserImpl method: > getXMLReader()Lorg/xml/sax/XMLReader;) at pc: 0 > > We supose the problem is due to the SAX implementation that HiveMind > expects, which differs with ours. Our question is where can we find the > appropiate SAX implementation in order to use HiveMinf correctly, or why > are we getting this error. > > We are working with Websphere Studio Application Developer. > > Thak you in advance. > > Regards, > Antonio D. > > -- > Antonio David Fern�ndez Reyes > J2EE Consultant & Architect > www.atsistemas.com > at Sistemas S.A. > > --------------------------------------------------------------------- > 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]
