I have a Dynamic Web Application that access a DB2 v10 zOS Database.
I wish to use Hibernate 5 as my JPA 2.1 Provider and access my EntityManager via CDI.
I do not want to use the Spring Framework at all; I also do not wish to have a web.xml file.
How can I configure my persistence context and persistence unit WITHOUT using web.xml when deploying my application to WebSphere Application Server Liberty v9 Beta?