Hi,
My database configuration file is the following:
<database name="test" engine="oracle" >
<data-source
class-name="oracle.jdbc.pool.OracleConnectionCacheImpl"
>
<params
pool-name="pool-magnus"
URL="url"
user = "username"
password ="pwd"
min-limit="10"
/>
</data-source>
<mapping href="mapping.xml" />
</database>
It throws the exception:
org.xml.sax.SAXException: unable to add attribute
"min-limit" to paramsdue to the following error:
org.exolab.castor.mapping.MappingRuntimeException:
Nested error: java.sql.SQLException: User
identification and connection information do not
correspond to the existing ones.
at
org.exolab.castor.xml.UnmarshalHandler.processAttributes(UnmarshalHandler.java:1168)
This is due to the presence of the attribute
min-limit. Does someone know why this exception is
thrown? And how to configure the min number of
connections?
Thanks
Marie.
___________________________________________________________
Un nouveau Nokia Game commence.
Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre
pour participer � cette aventure tous m�dias.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev