Questions tagged [struts2-s2hibernate]

Full Hibernate Plugin for Struts2.

The Struts 2 Full Hibernate Plugin provides Hibernate Validator integration, Hibernate Core Sessions injection capability, Transactions injection capability and Hibernate Core configuration management Web Tool.

18 questions
0
votes
1 answer

Full Hibernate Plugin only working with Hibernate3. Anyway with Hibernate4?

I been struggling with struts2-fullhibernatecore-plugin-2.2.2-GA for my CRUD demo project for learning purpose. Below is the error I get and than different hibernate dependencies tried to make it work. See below ERROR java.lang.NoSuchMethodError:…
Pirzada
  • 4,685
  • 18
  • 60
  • 113
0
votes
1 answer

struts2-fullhibernatecore-plugin-2.2.2-GA not working

I am using struts2-fullhibernatecore-plugin-2.2.2-GA in a demo strut2 project with Hibernate. I tried my best but can not make it work. I am using all the latest jars. Am I missing something? Please help ERROR LOG 2012-09-14 02:06:50 - [ INFO -…
Pirzada
  • 4,685
  • 18
  • 60
  • 113
0
votes
2 answers

Struts2 integrating with Hibernate 3 Failed

I want to use Hibernate with Struts2. When the SessionFactory is loaded the following error is occurred. Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: javax/persistence/JoinTable When I got the session factory in a…
Débora
  • 5,816
  • 28
  • 99
  • 171
1
2