Does this work?
 
I am getting strange behavior. If I use jdo.setConfiguration(path_to_file) my queries get built and data is pulled down from the db.
If I use jdo.loadConfiguration(new InputSource(new FileReader(path_to_file)), null, null) the queries never print, no data is pulled down, the main method exists gracefully. no exceptions.
 
d./

Reply via email to