[ https://issues.apache.org/jira/browse/DERBY-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465029 ]
Myrna van Lunteren commented on DERBY-2157: ------------------------------------------- You're right, I thought I had to change JDBC.java because of, well - faulty reasoning - at an earlier stage and did not backtrack all my changes. Attaching a new patch, that only changes SqlExceptTest.java. If you see this failure with classes too, and the change to SqlExceptionTest is reasonable, I will commit this fix. > SqlExceptionTest.testChainedException and .testNextException fail with > wctme5.7 foundation > ------------------------------------------------------------------------------------------ > > Key: DERBY-2157 > URL: https://issues.apache.org/jira/browse/DERBY-2157 > Project: Derby > Issue Type: Test > Components: Test > Affects Versions: 10.3.0.0 > Environment: IBM jvm wctme5.7 foundation class libraries > Reporter: Myrna van Lunteren > Assigned To: Myrna van Lunteren > Priority: Minor > Attachments: DERBY-2157_20070115.diff, DERBY-2157_20070115_b.diff > > > We get the following failure in suites.All: > 1) > testChainedException(org.apache.derbyTesting.functionTests.tests.derbynet.SqlExceptionTest)java.lang.NoSuchMethodError: > java/sql/SQLException.getCause()Ljava/lang/Throwable; > at > org.apache.derbyTesting.functionTests.tests.derbynet.SqlExceptionTest.testChainedException(SqlExceptionTest.java:58) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:199) > at > org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:76) > 2) > testNextException(org.apache.derbyTesting.functionTests.tests.derbynet.SqlExceptionTest)java.lang.NoSuchMethodError: > java/sql/SQLException.getCause()Ljava/lang/Throwable; > at > org.apache.derbyTesting.functionTests.tests.derbynet.SqlExceptionTest.testNextException(SqlExceptionTest.java:74) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:199) > at > org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:76) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira