PetClinic « JPA « Spring Q&A





1. How to run Spring 3.0 PetClinic in tomcat with Hibernate backed JPA    stackoverflow.com

OK, this probably is supposed to be the easiest thing in the world, but I've been trying for the entire day, and it's still not working.. Any help is highly appreciated! ...

2. ClassCastException in Petclinic Hibernate/MySQL Example    forum.springsource.org

Aug 31st, 2004, 02:04 PM #1 westerjj View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Location Dayton, OH Posts 15 ClassCastException in Petclinic Hibernate/MySQL Example Hi, ...

3. Spring Petclinic Sample - hibernate configuration    forum.springsource.org

Spring Petclinic Sample - hibernate configuration I am very new to Spring and following Sample Applications provided by Springs. Currently I am digging into PetClinic. It took me time to run ...

4. Q: petclinic - when does Hibernate retrieve Pets for Owner?    forum.springsource.org

Hi there, In petclinic, HibernateClinic.loadOwner only loads Owner. When owner.jsp display pets. Does Hibernate loads Pets for UI at that time? or loadOwner() method "eagerly" loaded magically? cheers chuck

5. unable to manage the petclinic example(Hibernate withSAPDB)    forum.springsource.org

unable to manage the petclinic example(Hibernate withSAPDB) Hello, I am trying to experience the petclinic example from spring; but i have a saptDB and i can not use the sql for ...

6. spring/petclinic hibernate error    forum.springsource.org

Dear all: in spring/petclinic,store a new Object to database and then use the method Object.getId() that return null.even I have added merge listener as following. does somebody encounter this problem?Can somebody ...

7. How to set up petclinic JPA implementation?    forum.springsource.org

Dec 12th, 2006, 07:14 PM #1 sunc View Profile View Forum Posts Private Message Junior Member Join Date Dec 2006 Posts 5 How to set up petclinic JPA implementation? Hi, I ...

8. Petclinic with hibernate on Tomcat 5.5    forum.springsource.org

Petclinic with hibernate on Tomcat 5.5 I am trying to run Petclinic with contextConfigLocation /WEB-INF/applicationContext-hibernate.xml In the Catalina log I am getting a message. What have I done wrong? SEVERE: Context ...

9. Petclinic Client-Server + Hibernate: how?    forum.springsource.org

Petclinic Client-Server + Hibernate: how? Hi, Ive been looking at the petclinic sample and have got the client-server implementation running on hsql and mysql. I tried to get the hibernate version ...





10. Switched from JDBC to Hibernate (with OSIV Filter) in Petclinic and getting exception    forum.springsource.org

Switched from JDBC to Hibernate (with OSIV Filter) in Petclinic and getting exception Hi all, I am modifying the Petclinic application shipped with Spring 2.5 in order to try different configurations. ...

11. Hibernate JPA in PetClinic inserts two rows for every insert    forum.springsource.org

Hibernate JPA in PetClinic inserts two rows for every insert I don't know whether this is a problem with PetClinic or Hibernate's JPA implementation, but when I configured PetClinic with WebLogic ...

12. petclinic sample with hibernate/mysql    forum.springsource.org

petclinic sample with hibernate/mysql Hello. I am very new to Spring, and have what I am afraid is a very, very naive question (with associated problem). I am attempting to deploy ...