Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65831 invoked from network); 21 May 2006 00:01:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 May 2006 00:01:13 -0000 Received: (qmail 76045 invoked by uid 500); 21 May 2006 00:01:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 75990 invoked by uid 500); 21 May 2006 00:01:06 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 75975 invoked by uid 99); 21 May 2006 00:01:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 17:01:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 17:01:05 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D6B27141F5 for ; Sun, 21 May 2006 00:00:31 +0000 (GMT) Message-ID: <31005555.1148169631118.JavaMail.jira@brutus> Date: Sun, 21 May 2006 00:00:31 +0000 (GMT+00:00) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-1762) Create a derby network /embedded XA datasource via admin console fail In-Reply-To: <467714153.1143122490497.JavaMail.jira@ajax> 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/GERONIMO-1762?page=all ] David Jencks closed GERONIMO-1762: ---------------------------------- Resolution: Fixed Assign To: David Jencks I've applied the patch because with it you can in fact create derby xa pools. However, the portlet should know what additional jars are needed to go with these particular adapters, so the user doesn't need to. Also it looks like there are some hardcoded 1.1 versions in DatabaseInfo. > Create a derby network /embedded XA datasource via admin console fail > --------------------------------------------------------------------- > > Key: GERONIMO-1762 > URL: http://issues.apache.org/jira/browse/GERONIMO-1762 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: console > Versions: 1.0, 1.1 > Environment: winXP > Reporter: Lin Sun > Assignee: David Jencks > Fix For: 1.1 > Attachments: G1762.patch > > Wehn tried to deploy a derby embedded or network XA datasource via console, got a class not found error and failed. > This is caused by the plan generated by the console not declaring the dependency elements correctly (for example derbyclient.jar is needed as dependency for derby network XA). > The fix adds a jar selection for XA resource adapters, thus the dependency URI element can be set correctly with user's selection. With the fix, I am able to create database connection pools using either derby embedded XA or network XA. -- 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