Re: Trigger problem

2010-10-24 Thread John English
Knut Anders Hatlen wrote: Hi John, Which version of Derby are you using? The bug looks similar to DERBY-4610, which was fixed in the recent 10.6.2.1 release, so if you haven't upgraded already, it might be worth a try. Thanks, I'll give it a try. I'm still on 10.5.3. As a workaround, I delete

Re: Starting server in embedded mode from different JVMs reset connection.

2010-10-24 Thread Bryan Pendleton
I need to support using two or more applications that can reference /MY_DB/. The Embedded Server Mode should support this: It is fine to have two or more applications accessing the same DB. But you need to have exactly one network server. So, you have two choices: 1) Start a single network s

Starting server in embedded mode from different JVMs reset connection.

2010-10-24 Thread Nadav Hoze
Hi, I Using Apache derby in embedded network server mode through hibernate. When I start my application I pass to the JVM the following properties to s