Joel Rosi-Schwartz Messages: 624 Registered: July 2009 Location: London. England
Senior Member
I am trying to set up EclipseLink to access a Derby embedded database
using the EmbeddedDriver. I keep on getting this exception:
No suitable driver found for
jdbc:derby:H:/jotter/database/prova4derek;create=true
I am using the Orbit Derby bundle, but when things when I could not
connect I copied in the derby.jar instead to make sure that it was not
a problem with the way I was using the Orbit bundle. Both give me
identical errors.
As a sanity check I have ran the same URL from within the Derby ij
console and it works as expected.
So what am I missing? Your advice would be greatly appreciated.