Update of /cvsroot/springnet/Spring.Net
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16659
Modified Files:
changelog.txt
Log Message:
Index: changelog.txt
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/changelog.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** changelog.txt 7 Dec 2007 13:33:49 -0000 1.31
--- changelog.txt 8 Dec 2007 00:02:47 -0000 1.32
***************
*** 9,12 ****
--- 9,13 ----
[SPRNET-448] - TransactionTimeout setting not being applied correctly.
[SPRNET-453] - ConversionUtils should use ConvertFromInvariantString if failed to convert string value.
+ [SPRNET-511] - UrlResource Exists only returns true for file://
[SPRNET-606] - Problems with Attributes in proxy generation
[SPRNET-719] - PropertyPlaceholderConfigurer does not replace property values in <list element-type=${prop}>
***************
*** 16,22 ****
--- 17,25 ----
[SPRNET-760] - StoredProcedure.DeclaredParameters.AddOut("A", OracleType.Cursor); causes double ':' in Oracle10g stored procedure call
[SPRNET-761] - Fix use of Nested Transactions in TxScopeTransactionManager.
+ [SPRNET-767] - Generic AdoTemplate CommandTimeout property does not set corresponding ClassicAdoTemplate property
[SPRNET-769] - Resume and throw exception if exception is thrown at start of transaction.
[SPRNET-770] - Nested RequiresNew propagaion options not working in AdoPlatformTransaction manager .
[SPRNET-778] - AdoExceptionTranslator in HibernateTransactionManager did not have a default value
+ [SPRNET-779] - NHibernateTransactionManager can not convert AdoAcessException
[SPRNET-796] - AdoTemplate not using DbMetadata for CommandBuilderDeriveParamtersMethod
[SPRNET-800] - SimpleLoggingAdvice does not correctly check for logging level other than trace.
***************
*** 25,28 ****
--- 28,32 ----
Improvement
+
[SPRNET-497] - Print 'resultName's value if Page.SetResult() is called with a non-existant result name
[SPRNET-514] - dbproviders.xml configuration should allow for an optional 'DeriveParameters' method.
***************
*** 34,48 ****
[SPRNET-793] - Add Execute methods missing in Generic.AdoTemplate but present in non-generic version.
[SPRNET-797] - Make it such that DefaultTransactionStatus property Rollback can only be set to true
Task
[SPRNET-203] - Add test coverage for Spring.Net Web module
[SPRNET-421] - Document programmatic use of data validation framework
! [SPRNET-457] - Investigate AdoTemplate behavior when contraint is violated.
! [SPRNET-511] - Clean up IResource code/comments
[SPRNET-516] - Improve documentation on Spring.Data DataSet functionality
[SPRNET-574] - NHibernate and custom loader
[SPRNET-590] - Include use of Spring's implementation of NHibernate's ICurrentSessionContext in demo appliation.
! [SPRNET-609] - AOP documentation should describe in detail differences using ProxyTargetType value on ProxyFactoryObject
[SPRNET-682] - Change vs.net 2002 solution to be Spring.Net.1.1.2002.sln
[SPRNET-708] - Remove "UniqueID" based usercontrol DI sample from web reference docs
--- 38,53 ----
[SPRNET-793] - Add Execute methods missing in Generic.AdoTemplate but present in non-generic version.
[SPRNET-797] - Make it such that DefaultTransactionStatus property Rollback can only be set to true
+ [SPRNET-803] - Allow web service base type to be configurable in WebServiceExporter.
Task
[SPRNET-203] - Add test coverage for Spring.Net Web module
+ [SPRNET-217] - QuickStart documents for Spring.Air
[SPRNET-421] - Document programmatic use of data validation framework
! [SPRNET-457] - ErrorCode translation can produce extraneous UncategorizedDataAccessException
[SPRNET-516] - Improve documentation on Spring.Data DataSet functionality
[SPRNET-574] - NHibernate and custom loader
[SPRNET-590] - Include use of Spring's implementation of NHibernate's ICurrentSessionContext in demo appliation.
! [SPRNET-610] - AOP documentation improvements
[SPRNET-682] - Change vs.net 2002 solution to be Spring.Net.1.1.2002.sln
[SPRNET-708] - Remove "UniqueID" based usercontrol DI sample from web reference docs
|