We deployed our JBoss Seam 2.2 application to JBoss 5.1 with PostgreSQL as the database. It uses EJB, JPA (Hibernate), JSF (Richfaces and Primefaces), Servlets and JMS queues and themes. We recently decided to migrate the platform to JBoss 7.1 to take advantage of its lower overhead, as well as keep up with changes in technology.
Can I run Seam 2.2 applications on JBoss 7.1? I understand that the version of Hibernate / JPA is different, and I assume that the JSF version too. Are there any ways to compensate for this? What changes in our code and configuration could I make to run it on this platform?
source share