From: NHibernate J. <mik...@us...> - 2006-11-02 10:42:32
|
ORA-08177 not wrapped as StaleObjectException with Oracle.DataAcess ------------------------------------------------------------------- Key: NH-789 URL: http://jira.nhibernate.org/browse/NH-789 Project: NHibernate Type: Bug Components: Core Versions: 1.0.2 Reporter: Johannes Schmidt The OracleClientDriver does not support milliseconds for Timestamp mapping. So, I decided to used OracleDataClientDriver. I'm using OptimisticLock settings in the mapping file. If there is a concurrency problem, I except a StaleObjectException, but the ADOExceptionReporter throws an exceptions that contains only the text of the Oracle exception for ORA-08177. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |