[EMAIL PROTECTED] wrote: > > This is the interesting thing, our application code under test requires > the use of Crimson (or so it is coded as such, it's not my code!) and > so Crimson is being loaded as the SAX parser. > > I have xerces in Ant's path, but due to the j2ee.jar loading up Crimson > the JVM classloader gets stuck, so I'm left having to run the tests in > the forked JVM which doubles the time of the tests! >
It may not be ideal, but you could replace the xerces parser bundled with Ant with the crimson parser so that you have just one XML parser in flight. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
