[classlib][sql][test] derby.jar used in java5 testing required java6 classes ---------------------------------------------------------------------------- Key: HARMONY-6296 URL: https://issues.apache.org/jira/browse/HARMONY-6296 Project: Harmony Issue Type: Bug Components: Classlib Reporter: Mark Hindess I see errors with the sql tests on java5 occasionally. The test failures just shows that the driver is unregistered but derby.log contains: ERROR XBM01: Startup failed due to an exception. See next exception for details. ... Caused by: java.lang.NoClassDefFoundError: java.sql.SQLTransientConnectionException Adding missing java6 classes causes the tests to pass reliably. I wonder if there is a version of derby.jar more suitable for java 5 testing? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.