Anybody get the derby bundle from orbit(http://www.eclipse.org/orbit/) working successfully? I not sure how I should use the Derby bundle. I'm trying to establish an embedded connection....

public String driver = "org.apache.derby.jdbc.EmbeddedDriver";
Class.forName(driver).newInstance();

But it fails with....
java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver

You can't use "Class.forName" in an osgi bundle correct?

So how should I should I create an embedded connection to a database with the derby bundle? I have read articles seeing people referring to it but never actually seen an example.

Thanks for your help,
Kevin

--
Kevin Fonner

[EMAIL PROTECTED]
http://kevin.fonner.net/

_______________________________________________
OSGi Developer Mail List
[email protected]
http://www2.osgi.org/mailman/listinfo/osgi-dev

Reply via email to