[ http://issues.apache.org/jira/browse/DERBY-975?page=comments#action_12366740 ]
Myrna van Lunteren commented on DERBY-975: ------------------------------------------ To see the impact of the setHoldability method, you need to compare the jdk131 master (i.e. java/testing/org/apache/derbyTesting/functionTests/master) with the jdk14 canon (i.e. The jdk131 result shows: "This exception is expected with jdk 1.3 null" This is coming from the sections titled 'Positive and negative test 43 ...' and 'Postive test 43 -...' in lang/updatableResultSet. With jdk131 and ibm131, a Throwable is caught, but while e.getMessage with jdk131 results in 'null', (apparently) with ibm131, there is actually a message. It could be you have a different version than me. I have: java -version : java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1) Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20040517 (JIT enabled: jitc)) But maybe, you can replace the e.getMessage() with something more like "holdability not supported with jdk131 /ibm131 based jvms"? > lang/updatableResultSet.java fails on ibm13 jvm. > ------------------------------------------------ > > Key: DERBY-975 > URL: http://issues.apache.org/jira/browse/DERBY-975 > Project: Derby > Type: Bug > Components: Regression Test Failure > Environment: Java Version: 1.3.1 > Java Vendor: IBM Corporation > Reporter: Suresh Thalamati > Assignee: Fernanda Pizzorno > Priority: Minor > > *** Start: updatableResultSet jdk1.3.1 2006-02-13 16:52:29 *** > 2896 del > < null > 2896a2896 > > java.sql.Connection: method setHoldability(I)V not found > 2899 del > < null > 2899a2899 > > java.sql.Connection: method setHoldability(I)V not found > Test Failed. > *** End: updatableResultSet jdk1.3.1 2006-02-13 16:55:01 *** -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
