Hi Tomas, 1) Do you know when this problem will be resolved and if it is specific to the driver included in derby.jar or related to Torque?
2) Are you aware of any object persistence mapping tools or code generators that support Derby? I have investigated Hibernate, SQL2Java and a couple others. Any ideas on this? Kind Regards, Neal -----Original Message----- From: Thomas Fischer [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 4:40 PM To: Neal Cc: Apache Torque Users List Subject: RE: Torque apache derby embedded support Hi, due to a bug in the derby jdbc driver, Torque does currently NOT work with derby, neither embedded nor via network. See the mail I posted to the users list about a week ago. You might be able to read from the database, but writing does not work. Your configuration seems ok to me, though I am not sure if you can omit the host definition. The driver should be ok. Thomas "Neal" <[EMAIL PROTECTED]> schrieb am 18.02.2005 15:16:51: > Hi, > > > > I have noticed that support for Apache Derby has been added in CVS but not > in the stable release. > > > > Does anyone have Torque running with derby as an embedded database? > > > > Which driver should be used to do so? > > > > I would appreciate some input on the structure of the config file: > > > > torque.database = derby > > torque.database.createUrl = jdbc:derby:test > > torque.database.buildUrl = jdbc:derby:test > > torque.database.url = jdbc:derby:test > > torque.database.driver = org.apache.derby.jdbc.EmbeddedDriver > > torque.database.user = user > > torque.database.password = user > > #torque.database.host = 127.0.0.1 > > #torque.schema.dir = ./schema > > > > Kind Regards, > > Neal > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
