If we have a separate client to boot a database, IMHO it is going to cause confusion and we would end-up having 2 different ways of booting a database which I don't think it's right.
Just my 0.02 cents...
--francois
On 11/3/05, Øystein Grøvlen <[EMAIL PROTECTED]> wrote:
>>>>> "SF" == Stephen Fitch <[EMAIL PROTECTED]> writes:
SF> Øystein Grøvlen wrote:
>> (Connecting without specifying StorageFactory
>> should just use whatever has been booted.)
>>
SF> 3. If a StorageFactory exists and a connection is attempted WITHOUT
SF> specifying a StorageFactory, and the StorageFactory in use is NOT the
SF> default (DirStorageFactory), throw an Exception. I think this would
SF> be preferred behavior because if you connected with just
SF> jdbc:derby:dbname you would assume it would be using the default
SF> StorageFactory.
I do not agree on this. I would like to separate the concerns so that
an application does not need to be rewritten to work with different
storage factories. A special client can be used to boot the database
with the desired StorageFactory.
--
Øystein
