Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Sharing embedded Derby with other plugins
Sharing embedded Derby with other plugins [message #596102] Tue, 21 July 2009 21:43
No real name is currently offline No real nameFriend
Messages: 121
Registered: July 2009
Senior Member
Hi,
I am using OpenJPA, DTP and Derby in my Eclipse RCP app. Before I added
OpenJPA, I was using my own JDBC layer and obtained the JDBC connection
from DTP profile manager.

Now, when I use OepnJPA, I cannot connect to the database in the DSE and
navigate the tables, schemas, etc. Instead, I must stop the OpenJPA
processing, then I can connect to DSE. While DSE is connected, OpenJPA
cannot access the Derby instance.

Ideally, I could use OpenJPA and DSE simultaenously (ie, two
connections) without going Derby Client/Server. I currently use the
Derby embedded driver.

Is there a way two components such as these can access the same Derby
instance? I understand that only one can "boot" Derby.

Has anyone else come across this situation already?

Thanks,
chris
Previous Topic:Property for "Connect every time the workbench is started" ?
Next Topic:Sharing embedded Derby with other plugins
Goto Forum:
  


Current Time: Fri Apr 19 12:02:05 GMT 2024

Powered by FUDForum. Page generated in 0.01487 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top