OpenXava 4.2.3 released
Deploy your OpenXava application on JBoss
July 15, 2015
Deploying a standard Java web application that runs fine with Tomcat on JBoss is not an easy task, specially if you use Hibernate and JPA. The reason is that JBoss includes its own Hibernate and JPA versions that cause conflict with the ones included in your web application. That is the case for OpenXava applications, that use Hibernate 4.3 with JPA 2.1. In order to help you to deploy your OpenXava application on JBoss we have create a new guide in the wiki:
Guide to deploy OpenXava applications on JBoss
We hope it would be useful for you.