Jayaram Subramanian <[email protected]> writes: > Hi, > I ran the test suites.all with the updated code and it gave the > following results.. Could you please let me know on why these errors > are occuring.
Hi Jayaram, This looks like a known test failure, DERBY-4669, so it's probably not related to your changes. It should be possible to work around it by changing the order of the jar files on the classpath (derbyclient.jar must come after derby.jar). Alternatively just use derbyrun.jar and skip derby.jar/derbyclient.jar/derbynet.jar. derbyrun.jar will pull those other jars onto the classpath in an order that doesn't cause problems for this test. -- Knut Anders
