Bug in Embedded Driver?

2007-03-31 Thread Xavier Hanin
Hi Derby community, I'm currently using Derby on a freshly started project, and I ran into an issue which seems to be a bug. Indeed the same code works well with the Client Driver, and not with the Embedded Driver. The error I get from Derby is: org.apache.derby.impl.jdbc.EmbedSQLException: An

Re: Bug in Embedded Driver?

2007-03-31 Thread Xavier Hanin
On 3/31/07, Øystein Grøvlen [EMAIL PROTECTED] wrote: Xavier Hanin wrote: On 3/31/07, *Øystein Grøvlen* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Xavier Hanin wrote: con.createStatement().executeUpdate(create table Issue ( ID char(50

Re: Bug in Embedded Driver?

2007-04-01 Thread Xavier Hanin
On 3/31/07, Oystein Grovlen - Sun Norway [EMAIL PROTECTED] wrote: Xavier Hanin wrote: On 3/31/07, *Øystein Grøvlen* [EMAIL PROTECTED] I'm using version 10.2.2.0 http://10.2.2.0. There have been some fixes in this area lately (see DERBY-1610), and I will try your test case

Re: Bug in Embedded Driver?

2007-04-02 Thread Xavier Hanin
for the workaround, even if I don't think I'll be able to use it since Hibernate is generating the query for me. But it won't get me out of using Derby, it eases my developments a lot! - Xavier Regards, Rick Xavier Hanin wrote: On 3/31/07, *Oystein Grovlen - Sun Norway* [EMAIL PROTECTED] mailto:[EMAIL

connecting to an embedded database

2007-05-17 Thread Xavier Hanin
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/

Re: connecting to an embedded database

2007-05-17 Thread Xavier Hanin
Great, thanks for your help! Xavier On 5/17/07, Anurag Shekhar [EMAIL PROTECTED] wrote: Yes you can run derby in embedded server mode. check this link for example and description. http://db.apache.org/derby/docs/dev/adminguide/radminembeddedserverex.html anurag Xavier Hanin wrote: Hi, I'm