From: Juergen H. <jho...@us...> - 2008-10-21 20:01:47
|
Update of /cvsroot/springframework/spring In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24188 Modified Files: changelog.txt Log Message: Jdbc4SqlXmlHandler, @PersistenceContext Index: changelog.txt =================================================================== RCS file: /cvsroot/springframework/spring/changelog.txt,v retrieving revision 1.737 retrieving revision 1.738 diff -C2 -d -r1.737 -r1.738 *** changelog.txt 20 Oct 2008 14:02:43 -0000 1.737 --- changelog.txt 21 Oct 2008 20:01:43 -0000 1.738 *************** *** 62,65 **** --- 62,67 ---- Package org.springframework.jdbc + * provided Jdbc4SqlXmlHandler as default implementation of the SqlXmlHandler interface + * added SqlValue class to "jdbc.support" package, with SqlXmlValue derived from SqlValue instead of SqlTypeValue * SQLErrorCodesFactory always loads its "sql-error-codes.xml" files from Spring's class loader (-> static singleton) * added "transientDataAccessResourceCodes" category to "sql-error-codes.xml", with default codes for DB2 and Sybase *************** *** 108,111 **** --- 110,115 ---- * added "packagesToScan" property to Hibernate AnnotationSessionFactoryBean, for autodetection of @Entity classes * added "persistenceXmlLocation" property to DefaultPersistenceUnitManager, as alternative to "persistenceXmlLocations" + * @PersistenceContext of type TRANSACTION allows returned Query objects to be parameterized and executed as well + * @PersistenceContext for default EntityManagerFactory lookup works even in an @Configurable Hibernate entity Package org.springframework.remoting *************** *** 132,135 **** --- 136,140 ---- * AbstractPlatformTransactionManager resumes after any kind of inner begin failure (not just after TransactionException) * TransactionSynchronizationManager interaction gets logged at trace level only (minimizing debug log per transaction) + * JotmFactoryBean sets "defaultTimeout" value as actual JOTM default (even if no transaction timeout specified at all) Package org.springframework.util |