mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-01 07:19:15 +00:00
HHH-10041 doc correction
This commit is contained in:
parent
2505f61613
commit
300aa418fb
@ -111,7 +111,7 @@
|
|||||||
<para>
|
<para>
|
||||||
In order to utilize container-managed JPA, an Enterprise OSGi JPA container must be active in the runtime.
|
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>
|
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.
|
<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
|
This allows Hibernate OSGi to be portable and not be directly tied to Aries versions, instead having
|
||||||
the user choose which to use.
|
the user choose which to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user