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

2010-10-25 Thread Nadav Hoze
From: Bryan Pendleton [mailto:bpendleton.de...@gmail.com] Sent: Sunday, October 24, 2010 7:39 PM To: Derby Discussion Subject: Re: Starting server in embedded mode from different JVMs reset connection. > I need to support using two or more applications that can reference /MY_DB/. > > The E

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