Commit graph

961 commits

Author SHA1 Message Date
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
Mic
9489b926ec currently reverting to hibernate validator 4.3.1.Final as there seems to be some issues with EL lib 2013-05-02 18:03:32 +08:00
Mic
2b98dcd2af migrated to Hibernate Validator 5.0.1 (see https://hibernate.atlassian.net/browse/HV-790) 2013-05-02 12:28:43 +08:00
Mic
a485521b6d changed file path. Thanks to @cmourouvin for letting me know. 2013-05-02 11:32:03 +08:00
Mic
753e8ea1c0 upgraded to latest versions of Logback, jaxb and Joda Time taglibs 2013-05-01 07:43:16 +08:00
Mic
74045b96f3 added link to Spring Data GemFire branch 2013-04-26 15:50:04 +08:00
Mic
1741e85044 migrated to Hibernate-Validator 5.0.0.Final and solved EL issue
See here for more details about EL issue:
https://hibernate.atlassian.net/browse/HV-790
2013-04-25 09:00:20 +08:00
Mic
94109017de upgrading version of HIbernate Validator
But didn't upgrade to the latest due to an incompatibility with Tomcat
6.x.
2013-04-22 12:48:12 +08:00
Mic
bd0ffc1bed migrated to latest version of dandelion and jadira-usertype 2013-04-22 11:45:02 +08:00
Mic
993257f5a8 We're now able to use Spring Data there
see: https://jira.springsource.org/browse/DATAJPA-292
2013-04-18 10:10:16 +08:00
Mic
16e3e4be6d version updates and simplification on some dependencies 2013-04-18 10:09:28 +08:00
Mic
14d1b4d779 simplifying logging dependencies 2013-04-15 17:17:45 +08:00
Mic
628e142708 fixing URL pattern issue 2013-04-05 10:01:47 +08:00
Mic
357ee0b78e did some cleaning on logging dependencies 2013-04-04 15:11:07 +08:00
Mic
1a42038726 migrated to Dandelion 0.8.9 2013-03-27 12:31:34 +11:00
Mic
ed226f70b5 fixing typo 2013-03-25 22:39:14 +11:00