Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 86371 invoked from network); 28 Feb 2006 19:09:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 19:09:31 -0000 Received: (qmail 15468 invoked by uid 500); 28 Feb 2006 19:08:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 15322 invoked by uid 500); 28 Feb 2006 19:08:14 -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 15178 invoked by uid 99); 28 Feb 2006 19:08:13 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 11:08:10 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0F5A3DD for ; Tue, 28 Feb 2006 20:07:41 +0100 (CET) Message-ID: <2000236747.1141153661061.JavaMail.jira@ajax.apache.org> Date: Tue, 28 Feb 2006 20:07:41 +0100 (CET) From: "Deepa Remesh (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-597) Enhance ij connect statement to work in J2ME/CDC/FP In-Reply-To: <1186530431.1128355068113.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-597?page=all ] Deepa Remesh resolved DERBY-597: -------------------------------- Fix Version: 10.2.0.0 Resolution: Fixed Code changes committed as svn revision 328246. Documentation added as part of DERBY-391. > Enhance ij connect statement to work in J2ME/CDC/FP > --------------------------------------------------- > > Key: DERBY-597 > URL: http://issues.apache.org/jira/browse/DERBY-597 > Project: Derby > Type: Improvement > Components: Tools > Versions: 10.2.0.0, 10.1.1.1 > Environment: J2ME/CDC/FP > Reporter: Deepa Remesh > Assignee: Deepa Remesh > Priority: Minor > Fix For: 10.2.0.0 > Attachments: derby-597-v2.diff, derby-597-v2.status, derby-597.diff, derby-597.status > > The connect statement in ij currently uses DriverManager class to get a connection and so does not work in J2ME environment. Currently in tests, the startJBMS method can optionally use DataSource to get a connection. This approach can be used in 'connect' statement too. This change will allow more tests to be run in J2ME. -- 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