re: root_path = configuration

Dick Repasky <[email protected]> Fri, 17 Mar 2006 20:19:04 -0500
Newsgroups gmane.comp.db.mckoi
Message-ID <[email protected]>
As usual the problem was operator error.

What I had done:

DefaultDBConfig config = new DefaultDBConfig();
config.loadFromFile(configfile);

What I needed to do:

DefaultDBConfig config = new DefaultDBConfig(configfile.getParentFile());
config.loadFromFile(configfile);

Oops,

Dick


---------------------------------------------------------------
Mckoi SQL Database mailing list  http://www.mckoi.com/database/
To unsubscribe, send a message to [email protected]