fixed closing cdata sections

This commit is contained in:
Michael Hunger
2011-07-19 03:03:26 +02:00
parent df2870a878
commit 718d1b3f2e
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@
</bean>
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager"/>
]]>]]></programlisting>
]]></programlisting>
</example>
<para>
One can also configure a stock XA transaction manager (e.g. Atomikos, JOTM, App-Server-TM) to be
@@ -104,7 +104,7 @@
</bean>
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager"/>
]]>]]></programlisting>
]]></programlisting>
</example>
</section>