Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Core
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15525
Modified Files:
AdoPlatformTransactionManager.cs
Log Message:
clean up docs.
add some config to explore autoproxy with remoting exporter - not active atm.
Index: AdoPlatformTransactionManager.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/Core/AdoPlatformTransactionManager.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AdoPlatformTransactionManager.cs 30 Aug 2007 19:59:49 -0000 1.3
--- AdoPlatformTransactionManager.cs 9 Oct 2007 22:25:15 -0000 1.4
***************
*** 372,396 ****
/// after it has injected all of an object's dependencies.
/// </summary>
! /// <remarks>
! /// <p>
! /// This method allows the object instance to perform the kind of
! /// initialization only possible when all of it's dependencies have
! /// been injected (set), and to throw an appropriate exception in the
! /// event of misconfiguration.
! /// </p>
! /// <p>
! /// Please do consult the class level documentation for the
! /// <see cref="Spring.Objects.Factory.IObjectFactory"/> interface for a
! /// description of exactly <i>when</i> this method is invoked. In
! /// particular, it is worth noting that the
! /// <see cref="Spring.Objects.Factory.IObjectFactoryAware"/>
! /// and <see cref="Spring.Context.IApplicationContextAware"/>
! /// callbacks will have been invoked <i>prior</i> to this method being
! /// called.
! /// </p>
! /// </remarks>
! /// <exception cref="System.Exception">
! /// In the event of misconfiguration (such as the failure to set a
! /// required property) or if initialization fails.
/// </exception>
public void AfterPropertiesSet()
--- 372,377 ----
/// after it has injected all of an object's dependencies.
/// </summary>
! /// <exception cref="System.ArgumentException">
! /// If DbProvider is null.
/// </exception>
public void AfterPropertiesSet()
|