Skip to content

Instantly share code, notes, and snippets.

@scottmarlow
Created May 31, 2012 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottmarlow/2843405 to your computer and use it in GitHub Desktop.
Save scottmarlow/2843405 to your computer and use it in GitHub Desktop.
Applications that use Hibernate directly with Seam 2.2 may use a version of Hibernate 3 packaged inside the application. Hibernate 4, which is provided through the "org.hibernate" module of JBoss Enterprise Application Platform 6, is not supported by Seam 2.2. It is supported by Seam 2.3. This example is intended to help you get your application running on JBoss Enterprise Application Platform 6 as a first step. Please be aware that packaging Hibernate 3 with a Seam 2.2 application is not a supported configuration. You should upgrade your application to use Seam 2.3 and Hibernate 4 as your next migration step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment