On 2010-01-07, Kevin Jackson <[email protected]> wrote: > I get a few Class Cast errors for example:
> XMLFragmentTest testNestedText Error > weblogic.apache.xerces.parsers.SecurityConfiguration > cannot be cast to > weblogic.apache.xerces.xni.parser.XMLParserConfiguration One of the weblogic jars contains a variant of Xerces and configures JAXP to use it - and later confuses itself. I've seen the same and the problem disappeared when I removed two of the three weblogic jars. The only one you need to build Ant and run the tests is weblogicclasses.jar AFAICT. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
