This feature enables support for applications that use application-managedand container-managed JPA written to the Java Persistence API 2.2 specification. This only includes Java Persistence API 2.2 specification interfaces, and container-managedJPA integration. This feature does not include any JPA implementation.
Command Line Install
To install the feature from the command line, type:
bin/installUtility install jpaContainer-2.2
If you are installing into 8.5.5.5 or earlier and the feature supports that version, use the featureManager command, for example:
bin/featureManager install jpaContainer-2.2 --when-file-exists=ignore
Config Instructions
To use the feature at runtime add the following to your server.xml file
<featureManager>
<feature>jpaContainer-2.2</feature>
</featureManager>
Additional Information