Hi,

I'm experiencing problems moving from 0.9.2 to 0.9.3.9. Everything works
fine under 0.9.2 using the following database configuration:

<!DOCTYPE databases PUBLIC "-//EXOLAB/Castor JDO Configuration DTD
Version 1.0//EN"
                           "http://castor.exolab.org/jdo-conf.dtd";>
<database name="datahubs" engine="db2">
  <driver class-name="COM.ibm.db2.jdbc.app.DB2Driver"
url="jdbc:db2:dta1">
    <param name="user" value="Fred"/>
    <param name="password" value="Bloggs"/>
  </driver>
  <mapping href="Mapping.xml"/>
</database>

With both versions I can happily create my JDO object but with 0.9.3.9 a
call to "getDatabase" returns null. No errors, no trace, no exceptions
thrown so I've no idea why. If I switch back to 0.9.2 everything works
fine...

Now the questions ;-)...

1. Has anyone seen this before?
2. Is there a work around for this?
3. Has something changed about the way I should be configuring Castor
between 0.9.2 and 0.9.3.9 that could explain this problem?
4. Any idea why this might happen?

Answers to any of the above would be very much appreciated.

Thanks,
    Max

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to