fixed closing cdata sections
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -277,7 +277,7 @@ repositories {
|
||||
</bean>
|
||||
...
|
||||
</beans>
|
||||
]]>]]></programlisting>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
|
||||
</para>
|
||||
|
||||
@@ -31,7 +31,7 @@ neo.createRelationship(mark,thomas, WORKS_WITH, _("project","spring-data"));
|
||||
neo.index("devs",thomas, "name","Thomas");
|
||||
|
||||
assert "Mark".equals(neo.query("devs","name","Mark",new NodeNamePathMapper()));
|
||||
]]>]]></programlisting>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
</section>
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user