[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - MssqlExceptionSorter not called on connection error
sdickerson.perse
do-not-reply at jboss.com
Fri Sep 15 14:55:29 EDT 2006
First let me say I do see the OracleExceptionSorter called on a connection error if I setup my application to use Oracle instead of MSSQL.
When testing with Oracle I'm using the JBoss internal connection pool and have the <exception-sorter-class-name> set to a subclass of org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter just so I can log when isExceptionFatal() is called.
I'm stopping the database to force the connection errors.
When testing with MSSQL I set the datasource <exception-sorter-class-name> to my MssqlExceptionSorter class. When the database is stopped I don't see it's isExceptionFatal() called.
Any ideas why?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972022#3972022
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972022
More information about the jboss-user
mailing list