Update of /cvsroot/springframework/spring/docs/reference/src
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14073/docs/reference/src
Modified Files:
transaction.xml beans.xml
Log Message:
And another typo. Eternal gratitude goes out to Joris, my editor.
Index: transaction.xml
===================================================================
RCS file: /cvsroot/springframework/spring/docs/reference/src/transaction.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** transaction.xml 14 Oct 2008 10:59:43 -0000 1.86
--- transaction.xml 14 Oct 2008 15:17:18 -0000 1.87
***************
*** 1217,1221 ****
</note>
<note>
! <para>Note that <literal><tx:annotation-driven/></literal> is a only looks for
<interfacename>@Transactional</interfacename> on beans in the same application context it is defined in.
This means that, if you put <literal><tx:annotation-driven/></literal> in a
--- 1217,1221 ----
</note>
<note>
! <para>Note that <literal><tx:annotation-driven/></literal> only looks for
<interfacename>@Transactional</interfacename> on beans in the same application context it is defined in.
This means that, if you put <literal><tx:annotation-driven/></literal> in a
Index: beans.xml
===================================================================
RCS file: /cvsroot/springframework/spring/docs/reference/src/beans.xml,v
retrieving revision 1.240
retrieving revision 1.241
diff -C2 -d -r1.240 -r1.241
*** beans.xml 14 Oct 2008 15:01:49 -0000 1.240
--- beans.xml 14 Oct 2008 15:17:18 -0000 1.241
***************
*** 5337,5341 ****
<note>
! <para>Note that <literal><context:annotation-config/></literal> is a only looks for
annotations on beans in the same application context it is defined in.
This means that, if you put <literal><context:annotation-config/></literal> in a
--- 5337,5341 ----
<note>
! <para>Note that <literal><context:annotation-config/></literal> only looks for
annotations on beans in the same application context it is defined in.
This means that, if you put <literal><context:annotation-config/></literal> in a
|