diff --git a/documentation/src/main/docbook/userGuide/en-US/chapters/osgi/OSGi.xml b/documentation/src/main/docbook/userGuide/en-US/chapters/osgi/OSGi.xml index b75d716554..db7a2d8138 100644 --- a/documentation/src/main/docbook/userGuide/en-US/chapters/osgi/OSGi.xml +++ b/documentation/src/main/docbook/userGuide/en-US/chapters/osgi/OSGi.xml @@ -111,7 +111,7 @@ 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 jpa - and jta features). Originally, we intended to include those dependencies within our own + and transaction features). Originally, we intended to include those dependencies within our own features.xml. 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.