Commit graph

326 commits

Author SHA1 Message Date
Mic
b32cb104aa adding more info about Eclipse validation issue 2013-09-27 11:30:29 +08:00
Mic
8b7714ce22 fixed typo 2013-09-27 11:25:39 +08:00
Mic
31df5eb6d0 Petclinic is now deployed to Cloudfoundry v2. Adding a link to it: http://gopetclinic.cfapps.io/ 2013-09-27 11:19:25 +08:00
Mic
b7764e39b2 Added comments to explain how database dialect is configured #33 2013-09-27 09:33:09 +08:00
Mic
f6538959ab migrating to Dandelion 0.9.1 2013-09-25 08:50:22 +08:00
Mic
729275b0cb migrating to Spring Data 1.4.1 2013-09-25 08:47:16 +08:00
michaelisvy
0cac93957a Merge pull request #30 from cyrille-leclerc/server-static-resources
Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found"
2013-08-25 02:55:40 -07:00
michaelisvy
5797f0b7aa Merge pull request #29 from cyrille-leclerc/fix-spring-version
pom:xml: use <dependencyManagement> to force versions of spring-core, spring-context and spring-beans
2013-08-25 02:54:59 -07:00
Mic
91b61f4264 migrated to joda-time 2.3 2013-08-25 17:05:24 +08:00
Mic
46a0b72d23 fixed one more broken link 2013-08-25 08:26:33 +08:00
Mic
9a75b8c451 fixed broken links in readme 2013-08-25 08:17:02 +08:00
Mic
1aa9360d0c fixed a broken link 2013-08-25 08:13:40 +08:00
Cyrille Le Clerc
e15e45b5e2 Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found" 2013-08-10 19:49:01 +02:00
Cyrille Le Clerc
706b1398b8 pom:xml: use <dependencyManagement> to force versions of spring-core, spring-context and spring-beans to 3.2.x. instead of exclusions on spring-data-jpa dependency because Maven sometimes pulls both versions 3.2.x and 3.1.x versions of coring-core, spring-beans and spring-context. 2013-08-10 19:39:59 +02:00
Mic
657b8688e9 migrated to Spring 3.2.4 2013-08-09 08:05:16 +02:00
Mic
6902cb8cf9 migrated to latest version of Spring Data, tomcat-jdbc and hsqldb 2013-08-01 09:50:56 +02:00
Mic
4c01d60b36 removing Serializable because it creates a lot of warnings
App should be as simple as possible for beginners
2013-07-25 16:35:37 +02:00
michaelisvy
6412e4805b Merge pull request #25 from boly38/patch-1
Update BaseEntity.java
2013-07-20 14:04:13 -07:00
michaelisvy
7b16cb8257 Merge pull request #23 from cyrille-leclerc/master
Introduce a "jee" Spring profile to retrieve the datasource with a JNDI lookup
2013-07-17 01:33:34 -07:00
boly38
e50583f58e Update BaseEntity.java
This fix the following error :

   "setAttribute: Non-serializable attribute owner"

In the following context :

  - hsql database configuration (updating data-access.properties only)

  - mvn clean install bees:run (cloudbees local run)
2013-07-12 10:22:38 +02:00
Mic
6942397e2a removing reference to Cloudfoundry instance until petclinic is migrated to CloudFoundry v2 2013-07-11 10:12:46 +08:00
Cyrille Le Clerc
2eaf4983a1 Introduce a "jee" Spring profile to retrieve the datasource with a JNDI lookup. 2013-07-01 12:13:29 +02:00
michaelisvy
3904bee262 Merge pull request #22 from cyrille-leclerc/system-property-placeholders
Allow to override data-access.properties with System Properties
2013-06-30 20:15:59 -07:00
Cyrille Le Clerc
8c5bbed6d0 Allow to override data-access.properties with System Properties 2013-06-28 11:32:04 +02:00
Mic
c13f141251 introducing a "default" profile so default configuration is simpler 2013-06-28 12:00:29 +08:00
Mic
d279d45a5b version upgrade 2013-06-28 10:10:22 +08:00
michaelisvy
adb702feb5 Merge pull request #19 from CloudBees-community/gitignore-for-intellij
Add intellj project files to .gitignore
2013-06-13 21:40:45 -07:00
Cyrille Le Clerc
f0f8997b7c Add intellj project files to .gitignore 2013-06-14 07:18:33 +03:00
Mic
a2a12c4d52 #18 Simplified Validator test so it doesn't have to use Spring config anymore 2013-06-14 09:39:46 +08:00
Mic
754e27c001 removing unneeded attribute name 2013-06-12 11:34:05 +08:00
Mic
7b8a9ec8bc #18 fixing error related to VisitsViewTests
- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
2013-06-08 21:17:35 +08:00
Mic
4f8063e9b8 #18 fixing 2 errors related to ValidatorTests
- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
- the POM was not configured so it can find Spring config files placed
inside src/test/java
2013-06-08 21:15:34 +08:00
Mic
eb8ba79ba1 moved cache config files to dedicated folder 2013-06-05 09:04:41 +08:00
Mic
d1cc655aae migrated from commons-dbcp to tomcat-jdbc 2013-06-05 08:59:59 +08:00
michaelisvy
b8b8e5a4ba Merge pull request #17 from TejasM/master
Added a select Tag to validate pet type
2013-05-28 18:28:26 -07:00
TejasM
f0b00da185 Select Tag to validate pet type 2013-05-27 14:28:24 -04:00
Mic
bca9c48e92 unused imports 2013-05-25 06:24:19 +08:00
Mic
2b0d07bbba moved from Model to Map so we do not use a Spring-specific class 2013-05-25 06:20:44 +08:00
Mic
bd9446e091 removed unneeded dependencies 2013-05-24 18:02:50 +08:00
Mic
6a1b4dd157 updated version of spring data and removed unused dependencies 2013-05-24 10:31:42 +08:00
Mic
46201191e8 upgraded version numbers for ehcache, logback, jadira-usertype, dandelion 2013-05-19 22:46:14 +08:00
Mic
840c0a417d fixing JPA query for Vets 2013-05-09 01:26:48 +08:00
Mic
5bf31dbe5a fixed JPA issue when updating existing owners/pets 2013-05-09 01:09:21 +08:00
Mic
e308871591 added a link to issue tracker 2013-05-07 10:58:21 +08:00
Mic
80159fa3d7 fixed bug in JPA implementation: "save" methods were implemented using "merge" instead of "persist" 2013-05-07 10:54:35 +08:00
Mic
a9b0b47480 ref doc 2013-05-06 11:00:13 +08:00
Mic
8890b3bf96 added a table in the ref doc 2013-05-06 10:57:17 +08:00
Mic
297e98fb05 version upgrades on Hibernate, Dandelion, jadira-usertype 2013-05-06 09:39:41 +08:00
Mic
c88e3d462a added a JUnit test for Bean Validation 2013-05-03 10:36:54 +08:00
Mic
193e7583f1 added encoding configuration so people can enter Chinese characters inside all the forms. 2013-05-02 18:33:24 +08:00