add Spring.Data breaking changes.

This commit is contained in:
markpollack
2008-10-03 15:24:16 +00:00
parent ee5fd4ffd2
commit e37ac5a43a

View File

@@ -11,7 +11,14 @@ Spring.Core
4. AbstractBinding.IsValid property changed to method AbstractBinding.IsValid( IValidationErrors )
Spring.Data
-----------
1. The provider name System.Data.SqlServerCe is now aliased to SqlServerCe-3.5.1 (was SqlServerCe-3.1)
2. Removed setter property RollbackOnly on ITransactionStatus, now use the method SetRollbackOnly() to 'doom' a transaction to always rollback.
Spring.Services
---------------
1. Removed WebServiceProxyFactory.ClientProtocolType property (obsolete)
2. WebServiceExporter generates WebServiceBinding attribute with WSI basic profile 1.1 by default.
2. WebServiceExporter generates WebServiceBinding attribute with WSI basic profile 1.1 by default.