wicket « Update « JPA Q&A





1. Hibernate is not updating record - Wicket    stackoverflow.com

I'm working on a web application with Wicket, Spring and Hibernate and I've come across a problem with updating records. I have verified that the saveOrUpdate method is invoked, and that ...

2. How to control JPA persistence in Wicket forms?    stackoverflow.com

I'm building an application using JPA 2.0 (Hibernate implementation), Spring, and Wicket. Everything works, but I'm concerned that my form behaviour is based around side effects. As a first step, I'm using ...

3. How do I use Guice Persist (Guice 3.0) with Wicket 1.5?    stackoverflow.com

I want to find out how to use Guice Persist (Guice 3.0) with Wicket 1.5. I have not been able to find any 'hello world' type examples explaining how to do this, ...

4. Wicket+Hibernate=persist is not valid without active trans    forum.hibernate.org

Author Message AdamGibbons1982 Post subject: Wicket+Hibernate=persist is not valid without active trans Posted: Wed Dec 15, 2010 1:01 pm Newbie Joined: Fri Nov 19, 2010 8:57 am Posts: 11 Hi guys, I'm having some problems getting Wicket/Spring/Hibernate working together. I'm following this guide: http://wicketinaction.com/2009/06/wicke ... iguration/ Things seem to be working for the most part, however I get an ...