Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 55440 invoked from network); 10 Dec 2005 04:06:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 04:06:11 -0000 Received: (qmail 11123 invoked by uid 500); 10 Dec 2005 04:06:10 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 11102 invoked by uid 500); 10 Dec 2005 04:06:09 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 11091 invoked by uid 99); 10 Dec 2005 04:06:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 20:06:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 64.233.182.204 as permitted sender) Received: from [64.233.182.204] (HELO nproxy.gmail.com) (64.233.182.204) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 20:06:09 -0800 Received: by nproxy.gmail.com with SMTP id k27so311083nfc for ; Fri, 09 Dec 2005 20:05:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iAW/LzlQBqbx3gjK4UdP3KGUyV8+V+J5ub3BsshIUz6N5hd8pfZeYQlqwzWJ69VxzmP1zjFMwqNwPKi5Y2Awy9qq97xltde9CwCUrOomaYWoHm3s9vh4sOmPzOGc+kQN71C39IoghNbLGYiySIHjDs/hWlRVHoF5pmw6iVtByUM= Received: by 10.48.164.14 with SMTP id m14mr430619nfe; Fri, 09 Dec 2005 20:05:47 -0800 (PST) Received: by 10.48.249.12 with HTTP; Fri, 9 Dec 2005 20:05:47 -0800 (PST) Message-ID: <224f32340512092005s1275af4dx8f14a30b17cdcb87@mail.gmail.com> Date: Fri, 9 Dec 2005 20:05:47 -0800 From: Thomas Dudziak To: Derby Discussion Subject: Re: Why are classpath databases always read-only ? In-Reply-To: <200512090922.03904.derby@segel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <224f32340512080309s75d9cb83xf8fbd1ca9d8ee172@mail.gmail.com> <224f32340512080826v2ed2b780ie0904a0f9d0591e5@mail.gmail.com> <43986653.8040509@debrunners.com> <200512090922.03904.derby@segel.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Beauty is in the eye of the beholder. > How is determining the JDBC URL at runtime ugly? Because you have to code it ?! You cannot simply configure it which makes using a lot of frameworks/libraries that use the database unnecessarily difficult (think: Spring, Hibernate, OJB, ...). Tom