Ok, so I'm not sure if this is still a bug (but as my previous message said, cant compile latest CVS HEaD).
Anyways, trying to build my JdoConf through the JDOConfFactory and there seems to be a problem when I go to actually try and load a database from it. It seems to build fine with out any errors, but on my first call to manager.getDatabase() I get the following: [INFO] org.exolab.castor.jdo.engine.JDOConfLoader.loadConfiguration(JDOConfLoader.java:97) org.exolab.castor.jdo.engine.JDOConfLoader - NOTE: JDO configuration syntax has changed with castor 0.9.6, please see http://castor.codehaus.org/release-notes.html for details [ERROR] org.exolab.castor.jdo.JDOManager.getDatabase(JDOManager.java:693) org.exolab.castor.jdo.JDOManager - Failed to initalize TransactionManagerFactory org.exolab.castor.jdo.transactionmanager.TransactionManagerAcquireException: Problem obtaining JDO configuration: Nested error: null at org.exolab.castor.jdo.transactionmanager.TransactionManagerFactoryRegistry.load(TransactionManagerFactoryRegistry.java:199) at org.exolab.castor.jdo.JDOManager.getDatabase(JDOManager.java:690) at com.vort.data.impl.DatabaseFactory.getDatabase(DatabaseFactory.java:111) I've setup my JDOConfFactory to build it just as stated in the examples, also tried making a default transactionDemarcation using: JDOConfFactory.createTransactionDemarcation(); and using that on the createJdoConf() but got the same result. Any ideas on this!? -Nick ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------