Re: ConfigurableFactory instantiation failed and ODMG

2003-12-05 Thread Philippe Hacquin
I don't know if you can use the database name that way in db.open(). Try to use the jcd-alias attribute value of the element. This one should either be in repository_database.xml, or even repository.xml, if you've merged the two files in one. It looks like you've not kept the "default" value.

ConfigurableFactory instantiation failed and ODMG

2003-12-05 Thread Jewett, Diane C
I get the following when trying to open the database using ODMG. I am using struts, MySQL and tomcat 4.1.27. code: private void init() throws DatastoreException { // get odmg facade instance log.info( "StorefrontServiceImpl: init()" ); try{ odmg = OJB.getInstance(); db