This one time, at band camp, Smartifacts said:
S>I am using cator-jdo for first time.
S>I am trying to run a sample, when i try to call getDatabase(), I get the following
exception:
S>
S>org.exolab.castor.jdo.DatabaseNotFoundException: No configuration loaded for
database XFILES -- use the JDO interface to load a configuration for this database
S> at org.exolab.castor.jdo.engine.DatabaseImpl.<init>(DatabaseImpl.java:177)
S> at org.exolab.castor.jdo.JDO.getDatabase(JDO.java:599)
S> at com.smartifacts.narmada.CastorTestClient.connect(CastorTestClient.java:69)
S>
S>The database name 'XFILES' is exists. I could access it through plain JDBC
connection.
S>I tried using loadConfiguration(), still it throws the same exception.
S>What could be wrong with it. I need some help on connecting to the database. I am
using Oracle as my backend.
Veeru,
Please post the relevant client code and the database descriptor.
My guess is that the database name you're telling the JDO object
to use is not available because in the database descriptor the
database is still called 'test'.
Bruce
--
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev