[Springnet-commits] Spring.Net/doc/reference/src tx-quickstart.xml, 1.5, 1.6
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2007-10-17 17:51:19
|
Update of /cvsroot/springnet/Spring.Net/doc/reference/src In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27411 Modified Files: tx-quickstart.xml Log Message: update exception advice syntax... Index: tx-quickstart.xml =================================================================== RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/tx-quickstart.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tx-quickstart.xml 9 Aug 2007 06:30:17 -0000 1.5 --- tx-quickstart.xml 17 Oct 2007 17:51:07 -0000 1.6 *************** *** 168,172 **** 'wired' together. The top level object for the purposes of this quick start is the account manager, which is retrieved from Spring's application ! context and the method DoTransfer is executed. </para> <para>Note, future releases will instead have as the driver program a --- 168,172 ---- 'wired' together. The top level object for the purposes of this quick start is the account manager, which is retrieved from Spring's application ! context and the method DoTransfer is executed.</para> <para>Note, future releases will instead have as the driver program a *************** *** 328,332 **** <property name="exceptionHandlers"> <list> ! <value>on ArithmeticException log 'Logging an exception thrown from method ' + #method.Name </value> </list> </property> --- 328,332 ---- <property name="exceptionHandlers"> <list> ! <value>on exception name ArithmeticException log 'Logging an exception thrown from method ' + #method.Name </value> </list> </property> |