minor doc updates for various JIRA issues...

This commit is contained in:
markpollack
2008-10-03 16:24:38 +00:00
parent c1aa74632b
commit 26cb75d4e0
5 changed files with 74 additions and 16 deletions

View File

@@ -455,7 +455,13 @@
rollback the transaction programmatically and you are using declarative
transaction management, use the utility method</para>
<programlisting>TransactionInterceptor.CurrentTransactionStatus.RollbackOnly = true;</programlisting>
<programlisting>TransactionInterceptor.CurrentTransactionStatus.SetRollbackOnly();</programlisting>
<note>
<para>Prior to Spring.NET 1.2 RC1 the API call would be
<literal>TransactionInterceptor.CurrentTransactionStatus.RollbackOnly =
true;</literal></para>
</note>
<sect2 id="tx-understandingimpl">
<title id="objectnameautoproxycreator-for-transactions">Understanding