petclinic « Development « Spring Q&A





1. yet another newbie and Petclinic    forum.springsource.org

yet another newbie and Petclinic Experienced programmer want to check out Spring. Downloaded Spring itself as well as the SpringSource Toolkit Suite the Spring plugin for Eclipse. I might ...

2. Petclinic question    forum.springsource.org

In the Petclinic sample application, I open two windows. I change a name in one window and the change doesn't appear in the second one. Is it the normal behavior ? ...

3. Petclinic, date validation    forum.springsource.org

Hi, I m learning to know how the petclinic web app and I ve a question. In the page addPet.htm, when I enter an invalid date, an error is display "invalid ...

4. can't find the link to download petclinic!    forum.springsource.org

5. Problem running PetClinic in JRun4    forum.springsource.org

Problem running PetClinic in JRun4 hi all, i'm a newbie to Spring. I downloaded Spring 1.1.1. I'm currently trying to install the PetClinic demo but i'm getting a pageContext error. I'm ...

6. [new to Spring] PetClinic with jSession    forum.springsource.org

[new to Spring] PetClinic with jSession Hi, i have just testet with the sample PetClinic spring application and everything is working nice but there ist still a first question. my question ...

7. Petclinic with infonode docking window    forum.springsource.org

Petclinic with infonode docking window Hello, Petclinic rcp application with docking window is on : http://www.snpe.co.yu/snpepeclinic.tar.bz2 (480k) - idw 1.1.0 is included - you can download source from www.infonode.net - only ...

8. Petclinic - problems with static files    forum.springsource.org

Petclinic - problems with static files Hi, I'm new by Spring. I installed the STS 2.6.1 and checked out the Petclinic example from the repository. I had a problem with accessing ...

9. Newbie PetClinic questions    forum.springsource.org

Hi! Sorry for this newbie post... But in order to kick start my spring framework learning I downloaded the PetClinic example from (https://src.springframework.org/svn/...les/petclinic/). I deployed this to Tomcat 6 (and 7) ...





10. petclinic with infonode docking window - try 2    forum.springsource.org

petclinic with infonode docking window - try 2 Hello, Petclinic rcp application with docking window - try 2 http://www.snpe.co.yu/snpepetlinic1.tar.bz2 (120k) - source idw 1.1.0 is included in idw directory - it ...

11. Petclinic license?    forum.springsource.org

12. Petclinic: execute propertiesCommand on tree doubleclick    forum.springsource.org

In the petclinic app, I would like the OwnerManager view to open the properties dialog, when I doubleclick on an owner tree node. Is there a preferred way of doing this? ...

13. Petclinic Build Error (Plus Suggested Fix)    forum.springsource.org

Nov 12th, 2004, 04:49 PM #1 steve_smith View Profile View Forum Posts Private Message Member Join Date Oct 2004 Posts 69 Petclinic Build Error (Plus Suggested Fix) Hi, I get latest ...

14. Need Help - Question regarding PetClinic Example    forum.springsource.org

Need Help - Question regarding PetClinic Example I just created my first spring app (it's NOT web based application). I'm using JBoss/Hibernate/Spring/Eclipse combination. I wrote some POJOs and generated mapping files ...

15. Petclinic example and junit tests    forum.springsource.org

Petclinic example and junit tests I wrote a similar prototype spring application to understand spring features. It compiled fine and deployed it in JBoss. I also wrote some junit test cases ...

16. How to build the PetClinic demo and run it?    forum.springsource.org

I found some docs about the demo, e.g. http://www.springframework.org/webap...petclinic.html but it's a web-based demo,not rich-client. My English is so poor, maybe someone counld understand me. :oops: Thanks!





17. Question regarding petclinic build.xml file    forum.springsource.org

In the petclinic build.xml file there's an entry as shown below and i don't understand that. I did see the ant documentation. Could some one please let me know what it ...

18. petclinic demo is crashing    forum.springsource.org

19. petclinic example: command.new is throwing me off    forum.springsource.org

The relevant code is: Code: public class Entity { private Integer id; public void setId(int id) { this.id = new Integer(id); } public int getId() { return (this.id != null ? ...

20. Petclinic - retrieveIdentity not tested and failing    forum.springsource.org

Petclinic - retrieveIdentity not tested and failing In Petclinic there is some code to retrieve the identity of entities newly inserted into the database. For example when inserting a Pet the ...

21. Forum for Newbies / PetClinic    forum.springsource.org

Hi, as above really. I want to ask a question about the sample PetClinic, but don't know where would be best. (Suggestions appreciated.)

22. Please petClinic to Chinese    forum.springsource.org

springPetClinic PetClinicspring+hibernate+mysql 1.includes.jsp<%@ page contentType="text/html; charset=UTF-8"%> <%@ page contentType="text/html; charset=gb2312"%> ?? 2.mysql 3.messages_zh.properties?? ....

23. PetClinic mod basics help please    forum.springsource.org

PetClinic mod basics help please Hi everyone, I have recently been asked to familiarise myself with Spring, and thought it would be a good idea to try making some changes to ...

24. Hiding Request Parameters in PetClinic    forum.springsource.org

Hiding Request Parameters in PetClinic Is there any way to prevent the parameters from being visible in the address bar in the petclinic application? I tried changing the form method to ...

25. Petclinic Remote BUG    forum.springsource.org

May 24th, 2005, 08:23 PM #1 chivin View Profile View Forum Posts Private Message Junior Member Join Date May 2005 Posts 4 Petclinic Remote BUG Hello I wonder if someone can ...

26. Petclinic code doubt    forum.springsource.org

Petclinic code doubt dear all , the followoing is extract of code of owner.jsp .the line of

28. EL not working in PetClinic    forum.springsource.org

The petclinc demo uses JSTL 1.0 (standard.jar - the Jakarta implementation of the JSTL). When using JSTL 1.0 with JSP 1.2, EL in the JSTL can only be used with *tag ...

29. not compling petclinic    forum.springsource.org

while running ant build for petclinic sample for richclient folowing error is coming JXDatePicker class file should be version 48 and then build failed. yesterday i had downloaded from cvs how ...

30. "Internal" Set vs List in PetClinic Vet class for    forum.springsource.org

"Internal" Set vs List in PetClinic Vet class for I'm trying to learn from the PetClinic example provided with Spring 1.2.5. The Vet class contains a set of specialties which is ...

31. what does "${command.new}" mean in spring's petclinic samples?    forum.springsource.org

in $spring-framework-1.2.5\samples\petclinic\war\WEB-INF\jsp dir, a file named "petForm.jsp",there is a line:

New Pet

the file was used both for adding new pet and editing existed pet,but i dont know where does ...

32. where did petclinic-servlet.xml load in petclinic example?    forum.springsource.org

The despatcher servlet that is declared in the web.xml file will look for the file based on it's own name (it's the main Spring config file for a web app). So ...

33. Unable to run petclinic example    forum.springsource.org

Hi. Im trying to run the petclinic sample from Spring dist. But when running the application, I got the following exception : java.sql.SQLException: Unable to connect to any hosts due to ...

34. petclinic question    forum.springsource.org

Is pet clinic transaction ready? does it already implement a begin/commit design using AOP or anything? if so, when can i review this? if not, what is the quickest way and ...

35. Understanding the PetClinic app    forum.springsource.org

I'm having a heck of a time trying to make sense of the pet clinic application. Any help would be appreciated. Perhaps a simple hello world application would have been easier. ...

36. Error Building Petclinic example: JXDatePicker    forum.springsource.org

Error Building Petclinic example: JXDatePicker I've download this project but when I try to build the PetClinic sample, I obtain the following error: [Launching ant] Buildfile: build.xml compile: [javac] Compiling 13 ...

37. some problem with petclinic work    forum.springsource.org

some problem with petclinic work I hava some problem with run the petclinic sample,the question is : the petclinic wrok well when I don't change the item /WEB-INF/applicationContext-jdbc.xml to /WEB-INF/applicationContext-hibernate.xml in ...

38. where is the source for spring-petclinic.jar?    forum.springsource.org

Hi, It seems this is part of the petclinic demo so I am confused this has been packages as a jar and is not part of the petclinic project in cvs? ...

39. NachoCalendar binding in sandbox + Petclinic    forum.springsource.org

I 've added the NachoCalendar binding in the sandbox and an example on the use of it in Petclinic ("add new pet"). If you want to use it in your own ...

40. Searching for Petclinic Source code    forum.springsource.org

Hi, I download the spring-rich from svn, but I don't find the full petclinic source code. Could somebody kindly tell me where I can find it? Thanks Dominique

41. running petclinic in snapshot 0.3    forum.springsource.org

Running petclinnic from the 0.3-SNAPSHOT once compiled causes "Class not found exception: org.hibernate.validator.InvalidStateException". So, after a search I founded that class in Hibernate Annotations. Added that jar to the classpath and ...

42. How to depoy petclinic application    forum.springsource.org

hi, I am using a spring frameworks samples. From which I want to deploy the petclinic application so can u pls tell me how should I do this?

43. petclinic type safety    forum.springsource.org

petclinic type safety Has anyone tried to fix up Petclinic to get rid of the warnings. Type safety: The method add(Object) belongs to the raw type Set. References to generic type ...

44. Mock Test for the Petclinic ClinicController    forum.springsource.org

Mock Test for the Petclinic ClinicController Hi, I'm new to spring so I'm trying to get familiar with it using the Petclinic sample. What I'm trying to do at the moment ...

45. building petclinic    forum.springsource.org

Hello. I am trying to work witht he petclinic sample and I am at the point where I am running ant to build the files but I keep getting "Build Failed". ...

46. Petclinic client-server example fails in Tomcat5.5    forum.springsource.org

Sep 16th, 2007, 02:49 PM #1 gulcher View Profile View Forum Posts Private Message Junior Member Join Date Mar 2006 Location Maarssen, The Netherlands Posts 19 Petclinic client-server example fails in ...

47. Problem running junit for the petclinic app    forum.springsource.org

Problem running junit for the petclinic app hey guys, I am trying to get through the petclinic app, but got problem running junit for the EntityManagerClinicTests. When I run the test ...

48. Petclinic question - I'm clearly missing something    forum.springsource.org

Petclinic question - I'm clearly missing something Hi, I'm new to Spring and have kind of just jumped in (rather than reading through a book step by step, though I'm almost ...

49. PetClinic Client Server    forum.springsource.org

PetClinic Client Server hi, i've a problem to launch PetclinicClientServer (with Eclipse) After login, application exit with error "500" INFO: Creating default service impl: PageComponentPaneFactory java.lang.IllegalStateException: Application start thrown an exception: ...

50. Getting error while trying petclinic deployment    forum.springsource.org

Getting error while trying petclinic deployment Hi, I am trying to deploy the petclinic example of acegi framework integration with springs. below is the extract from catalina.out I have copied springs.jar ...

51. PetClinic Spring Example    forum.springsource.org

I deploy the PetClinic Example of Spring framework-2.5.5 on JBoss 4.0.0. During the deploy process i obtain the following error : the absolute uri: ..... cannot be resolved in either web.xml ...

52. how to make PetClinic spring example simpler and faster    forum.springsource.org

I've downloaded full spring 2.5.2 and have the question about petclinic example that is included in spring archive. I want to have a lightweight web-application and maybe some part of the ...

53. A beginners question about the petclinic example    forum.springsource.org

A beginners question about the petclinic example Hi. I managed to run the tests and passed them, which means, I successfully started the database for it and compiled the classes. But ...

54. hibernateProperties problem solved in petclinic example    forum.springsource.org

hibernateProperties problem solved in petclinic example My observation is that there is a problem with the hibernateProperties in the petclinic example. spring-framework-2.5.6\samples\petclinic\test\org\springframework\s amples\petclinic\hibernate HibernateClinicTests-context.xml Code: ${hibernate.dialect}

55. spring-travel/petclinic versus greenpages bundles    forum.springsource.org

I have successfuly deployed and run petclinic/spring-travel bundle apps on dm-server1.0.2RELEASE, both in STS ide, and this is great job, thx. I dont manage the same result with greenpages in STS. ...

56. Validator instantiation in PetClinic    forum.springsource.org

Hello Spring users, In latest PetClinic example application found at this URL several Form (@Controller) classes, when processing entity update submit, instantiate corresponding Validators with new. Isn't this use of new ...

57. Petclinic - Context initialization failed    forum.springsource.org

Jun 23rd, 2009, 11:48 AM #1 nmquery View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Posts 2 Petclinic - Context initialization failed I have downloaded Spring ...

58. Error running spring 3 petclinic    forum.springsource.org

Jul 16th, 2009, 05:39 PM #1 jcheshire View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 2 Error running spring 3 petclinic While test driving spring ...

59. PetClinic Example    forum.springsource.org

I'm trying to learn the Spring 3 MVC framework and I keep reading that the pet clinic example is included in the main Spring Framework download, however I don't see it ...

60. Need link for Petclinic store    forum.springsource.org

Hi, I want to learn some advance web features in spring through petclinic source. I have searched for downloading petclinic source code but could not find it. Can you please tell ...

61. petclinic example    forum.springsource.org

From what I can tell and that I have read, the sample applications were remove from the distribution zip files to reduce its size. They are now found in their subversion ...

62. Petclinic: Unable to read TLD "META-INF/c.tld"    forum.springsource.org

Petclinic: Unable to read TLD "META-INF/c.tld" Hi, I have downloaded the petclinic source from the trunk svn. With mvn package I have create the war file as well. Now when starting ...

63. Petclinic - 19 required artifacts are missing.    forum.springsource.org

Jul 10th, 2010, 11:16 AM #1 daviejer View Profile View Forum Posts Private Message Junior Member Join Date Jul 2010 Posts 3 Petclinic - 19 required artifacts are missing. Downloaded the ...

64. Master - detail form in petclinic    forum.springsource.org

Master - detail form in petclinic Hi, I would like to change the petclinic example from the Roo samples to contain a Master - Detail form: 2 tables for example one ...

65. Question in Spring example "Petclinic"    forum.springsource.org

Aug 25th, 2004, 10:37 PM #1 BillyW View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Posts 4 Question in Spring example "Petclinic" Hi, First of all ...

66. Petclinic problem    forum.springsource.org

Petclinic problem I'm trying to get the petclinic to run on my box. I'm using tomcat 5, mysql, with the hibernate setup. The app starts ok and works somewhat, but when ...