-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Hibernate + spring catching JDBCException
PostPosted: Sun Apr 11, 2004 12:44 pm 
Beginner
Beginner

Joined: Wed Feb 25, 2004 10:58 am
Posts: 43
If I am using spring/AOP with hibernate and am not using template callbacks, what is the proper way to catch JDBCException since HibernateTemplate etc will use SQLExceptionTranslator-based handling)

catch(JDBCException e) {
?
} catch(HibernateException e){
throw SessionFactoryUtils.convertHibernateAccessException(e);
}
}

convertHibernateAccessException will throw it as HibernateJdbcException .
I would like to use convertJdbcAccessException so I can uses SQLExceptionTranslator-based handling but I am not sure what object to call this off . I could uses the hibernateAccessor class but it says that it should not be used directly.

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.