Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75134 invoked from network); 18 Jan 2011 18:31:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2011 18:31:11 -0000 Received: (qmail 29631 invoked by uid 500); 18 Jan 2011 18:31:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 29410 invoked by uid 500); 18 Jan 2011 18:31:08 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 29403 invoked by uid 99); 18 Jan 2011 18:31:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 18:31:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 18:31:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0IIUhcI011444 for ; Tue, 18 Jan 2011 18:30:44 GMT Message-ID: <12377454.40851295375443860.JavaMail.jira@thor> Date: Tue, 18 Jan 2011 13:30:43 -0500 (EST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4869) Implement JDBC 4.1, the api increment introduced by Java 7 In-Reply-To: <18489786.105421288207880307.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-4869: --------------------------------- Attachment: derby-4869-10-aa-abortSecurityTest.diff Attaching derby-4869-10-aa-abortSecurityTest.diff. This adds more tests for Connection.abort(Executor). Committed at subversion revision 1060509. 1) Test that abort() works when there is no SecurityManager installed. 2) Test that abort() fails when there is a SecurityManager but the correct permission has not been granted by the policy file. Touches the following files: A java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AbortTest.java M java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java M java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/copyfiles.ant A java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/noAbortPermission.policy > Implement JDBC 4.1, the api increment introduced by Java 7 > ---------------------------------------------------------- > > Key: DERBY-4869 > URL: https://issues.apache.org/jira/browse/DERBY-4869 > Project: Derby > Issue Type: Improvement > Components: JDBC > Reporter: Rick Hillegas > Attachments: derby-4869-01-ac-rs-getObject.diff, derby-4869-01-ad-rs-getObject.diff, derby-4869-02-aa-cs-ps-addBatch.diff, derby-4869-02-ab-cs-ps-addBatch.diff, derby-4869-03-aa-rs-getObject-errorCleanup.diff, derby-4869-04-aa-rs-getObject-simplification.diff, derby-4869-05-aa-rs-getObject-exception.diff, derby-4869-06-aa-cs-getObject.diff, derby-4869-06-ab-cs-getObject.diff, derby-4869-07-aa-timedisplacement.diff, derby-4869-08-ac-nullHandling.diff, derby-4869-09-ac-abort.diff, derby-4869-10-aa-abortSecurityTest.diff, derby-4869-exp-01-aa-noTryCatch.diff, disable-tests.diff, JDBC_4.1_Changes.html, timezone.diff > > > This is a master issue logged to track our work implementing JDBC 4.1, the changes to the java.sql and javax.sql packages introduced by Java 7. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.