File:
src/main/org/exolab/castor/jdo/conf/jdo-conf.dtd
<!--
<data-source class-name="org.postgresql.PostgresqlDataSource">
<param host="host" database="db"
user="user" password="secret" />
</data-source>
-->
<!ELEMENT data-source ( params )>
<!ATTLIST data-source
class-name CDATA #REQUIRED>
The example says `param', but the dtd element say `params', as the
code does also.
It's annoying, because it causes errors which otherwise would not be
necessary. It would be nice if you could clear-up the files
accordingly.
--
Holger Krug
[EMAIL PROTECTED]
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev