HHH-10041 doc correction

This commit is contained in:
Brett Meyer 2015-08-20 12:18:17 -04:00
parent 2505f61613
commit 300aa418fb
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<para>
In order to utilize container-managed JPA, an Enterprise OSGi JPA container must be active in the runtime.
In Karaf, this means Aries JPA, which is included out-of-the-box (simply activate the <literal>jpa</literal>
and <literal>jta</literal> features). Originally, we intended to include those dependencies within our own
and <literal>transaction</literal> features). Originally, we intended to include those dependencies within our own
<literal>features.xml</literal>. However, after guidance from the Karaf and Aries teams, it was pulled out.
This allows Hibernate OSGi to be portable and not be directly tied to Aries versions, instead having
the user choose which to use.