DATAJPA-410 - Improved documentation on jpa:repository namespace.

We now mention that we require a bean with name transactionManager to be present if no transaction-manager-ref is defined.

Original pull request: #47.
This commit is contained in:
Thomas Darimont
2013-10-25 11:21:03 +02:00
committed by Oliver Gierke
parent a0a98dfc57
commit 429538fba8

View File

@@ -90,6 +90,11 @@
</tbody>
</tgroup>
</table>
<para>Note that we require a
<classname>PlatformTransactionManager</classname> bean named
<code>transactionManager</code> to be present if no explicit
<code>transaction-manager-ref</code> is defined.</para>
</simplesect>
</section>