Re: Newbie: sharing embedded Derby connection

2009-07-22 Thread Kevin Sutter
Hi Chris, AFAIK, the embedded derby is limited to a single connection. If you want to use multiple connections like this, then you'll have to move to the client/server derby. It's almost as simple to setup. You just need a different driver. Maybe you have already figured this out since you

Newbie: sharing embedded Derby connection

2009-07-21 Thread Christopher Giblin
Hi, I have just completed the first steps with OpenJPA running in my Eclipse RCP app. I use Derby with the EmbeddedDriver. So far so good. I have another set of plugins, Eclipse Data Tools Project (DTP), which provide some DB management tools. However, both OpenJPA and DTP want to own the