Hi,
I want to use datasource, i think the jdo-conf.dtd is incorrect for this.
In the sample, we can see
<database name="..." engine="oracle" >
<data-source class-name="oracle.jdbc.pool.OracleConnectionCacheImpl">
<params URL="jdbc:oracle:thin:@localhost:1521:TEST" user="SYSTEM" password="manager"/>
</data-source>
...
</database>
but in the jdo-conf.dtd, the element "params" doesn't exist ??
Do i have to use element "param" ??
Is url necessary with datasource ?
Someone could help me ??
Thanks
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev