JBoss « Seam « JPA Q&A





1. Impossible tech stack? Jboss/Seam/Resteasy/Hibernate/Maven    stackoverflow.com

Hello good people of StackOverflow! I've tried many tutorials on using JBoss Seam and looked at the "Restbay" example in the Seam distro. But I cannot get a working REST web ...

2. JBoss 4.2.1GA and Hibernate validator - broken    community.jboss.org

The following is not a Seam issue, even though it may be important to Seam users. Bug description: ========== JBoss AS 4.2.1GA is shipped with Hibernate Core 3.2.4.sp1 Hibernate Annotations 3.2.1.GA ...

4. Seam 2.2.1.final, Hibernate-search, jboss AS 6, and Maven    seamframework.org

I think I figured it out. Using the hibernate-search lib from the seam example worked. I realized that my hibernate-search dependency was using the hibernate-search within seam under the pom's dependencyManagement. Once I excluded hibernate-search and set a version (3.3.0, was previously using 3.3.1 from seam), maven downloaded hibernate-search-3.3.0.Final.jar and hibernate-search-analyzers-3.3.0.Final.jar, and it seems to be worknig! er, actually, I'm getting ...

5. Upgrading Hibernate on Jboss 4.2.3    seamframework.org

Well it's definitely not a Seam question, but here the community is much more alive, so I will ask it anyway. Is there any how-to to upgrade the built-in hibernate libs on Jboss 4.2.3? JBoss 4.2.3 comes with hibernate 3.2.4 (18/05/07) and its currently 3.3.2 (24/06/09), i think that 2 years of difference can make a lot of improvement in a ...

6. how to use hibernate in jboss seam    forum.hibernate.org