This looks like something really simple but I can't seem to figure out
why when I switch from castor 0.9.5.3 to 0.9.6 I get this error
Caused by: unable to find FieldDescriptor for 'driver' in
ClassDescriptor of jdo
-conf{file: file:///C:/tomcat/webapps/aims/WEB-INF/database.xml; line:
9; column
: 78}
Here is what my database.xml file looks like.
<!DOCTYPE jdo-conf PUBLIC "-//EXOLAB/Castor JDO Configuration DTD
Version 1.0//EN"
"http://castor.exolab.org/jdo-conf.dtd">
<database name="HPPROD1" engine="oracle">
<driver class-name="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@MYHOST:1526:HPPROD1">
<param name="user" value="****" />
<param name="password" value="***" />
</driver>
<mapping href="WEB-INF/mapping.xml" />
</database>