From: Thomas R. <tri...@us...> - 2009-03-19 18:51:24
|
Update of /cvsroot/springframework/spring In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17753 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/springframework/spring/changelog.txt,v retrieving revision 1.741 retrieving revision 1.742 diff -C2 -d -r1.741 -r1.742 *** changelog.txt 19 Feb 2009 15:15:22 -0000 1.741 --- changelog.txt 19 Mar 2009 18:51:04 -0000 1.742 *************** *** 9,12 **** --- 9,29 ---- Package org.springframework.jdbc * added sort to all error code categories for SQLErrorCodes (SPR-5272) + * added custom SQLExceptionTranslator to provide customized translation for any SQLException (SPR-4899 backport) + * added a DuplicatKeyException catagory for SQLException translation (SPR-5125 backport) + * added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986 backport) + * added a concrete GenericStoredProcedure class to make it possible to configure using application context (SPR-3987 backport) + + Package org.springframework.jms + * fixed JmsUtils.buildExceptionMessage to avoid potential NPE (SPR-5275) + * fixed MessageListenerAdapter's "getSubscriptionName()" to work without delegate as well (SPR-5309 backport) + + Package org.springframework.orm + * AnnotationSessionFactoryBean now properly scans subpackages as well (SPR-5324) + + Package org.springframework.remoting + * fixed HTTP invoker to support resolution of multi-level primitive array classes again (SPR-5473 backport) + + Package org.springframework.transaction + * WebSphereUowTransactionManager preserves original exception in case of rollback (SPR-5270 backport) |