Mic
9a77b56427
cleaned up CSS and migrated to Bootstrap
2013-01-14 11:02:08 +08:00
Mic
5139c8d3bc
added header to all JSPs
2013-01-14 00:08:37 +08:00
Mic
58d82e461a
handled all exception messages inside Spring config
2013-01-10 16:12:50 +08:00
Mic
aeeeace8a2
renaming controllers so they all have 'Controller' suffix
2013-01-09 21:37:28 +08:00
Mic
c690c9d05c
removed static inclusion of jsp
2013-01-09 21:23:44 +08:00
Mic
6dd1acd4b1
adding gitignore file
2013-01-09 17:28:20 +08:00
Mic
87ccf9fea1
first step of migration to Spring 3.2 (still in process)
2013-01-09 17:24:48 +08:00
Mic
5f25d7483d
removing authors
2013-01-09 17:13:28 +08:00
Mic
b586740242
removing authors
2013-01-09 17:13:28 +08:00
Rossen Stoyanchev
52d4b20d08
Apply patch from SPR-7894
2013-01-09 17:13:28 +08:00
Chris Beams
7cbfaf1726
Fix Petclinic case-sensitivity problems against MySQL (SPR-7512)
...
With thanks to Rob Winch for patch submission.
2013-01-09 17:13:28 +08:00
Costin Leau
0b9d98ba1c
disable welcome files (for Servlet 3 compatibility)
2013-01-09 17:13:28 +08:00
Keith Donald
973c45ba2d
date picker
2013-01-09 17:13:27 +08:00
Costin Leau
4bf4f8e3d3
+ add aspects jar back to the war
2013-01-09 17:13:27 +08:00
Costin Leau
ffd7a4602c
+ removed optional marker on some dependencies so they get included in the final war
2013-01-09 17:13:27 +08:00
Costin Leau
a7ae7df3a8
+ upgrade to AJ 1.6.8
...
+ add dedicated section for Tomcat 5.5 and Tomcat 6 LTW setup (so it's clearer)
2013-01-09 17:13:27 +08:00
Costin Leau
84455ff3a2
+ update commons-pool to 1.5.3 to avoid some memory leaks
2013-01-09 17:13:27 +08:00
Costin Leau
1f59a262c3
+ add comment about Tomcat 6
2013-01-09 17:13:26 +08:00
Keith Donald
6f6d950847
jdom needed for rome
2013-01-09 17:13:26 +08:00
Keith Donald
6f1ca5ddaa
format
2013-01-09 17:13:26 +08:00
Keith Donald
6d0d36f35b
polish
2013-01-09 17:13:26 +08:00
Keith Donald
dee6a358d6
aspectj is required
2013-01-09 17:13:26 +08:00
Keith Donald
9ef38c5e97
polish
2013-01-09 17:13:25 +08:00
Keith Donald
58fe4779a5
correct commons logging exclude
2013-01-09 17:13:25 +08:00
Keith Donald
33a5c878e3
tweaks
2013-01-09 17:13:25 +08:00
Keith Donald
d7f75cfdb9
Fixed pom optional bugs
2013-01-09 17:13:25 +08:00
Keith Donald
bcda93f280
Slf4j update
2013-01-09 17:13:25 +08:00
Keith Donald
57e17d32b2
finally got rid of commons logging
2013-01-09 17:13:24 +08:00
Costin Leau
905d9824b0
+ improved war structure
2013-01-09 17:13:24 +08:00
Keith Donald
c0a9be95fb
commons logging exclusion for openjpa
2013-01-09 17:13:24 +08:00
Keith Donald
bd07ffc47e
polish
2013-01-09 17:13:24 +08:00
Keith Donald
31733db715
fixed test suite failing
2013-01-09 17:13:23 +08:00
Keith Donald
1b48694fd9
removed test suite class
2013-01-09 17:13:23 +08:00
Keith Donald
ef838ad656
Switched to embedded db
2013-01-09 17:13:23 +08:00
Keith Donald
737d478752
polish
2013-01-09 17:13:23 +08:00
Keith Donald
3dc88e069a
polish
2013-01-09 17:13:23 +08:00
Keith Donald
4b68a74b49
update to 3.0.0.RELEASE
2013-01-09 17:13:21 +08:00
Thomas Risberg
66dff752a4
added some extra space to avoid sponsored by SpringSource message being covered by the picture of the pets
2013-01-09 17:13:21 +08:00
Costin Leau
fa6fd105db
SAMPLESPET-3
...
+ move spring application context files under a dedicated folder (to prevent JBoss XML parser from choking)
http://forum.springsource.org/showthread.php?t=68949
2013-01-09 17:13:21 +08:00
Costin Leau
dd521eb88a
SAMPLESPET-3
...
+ renamed META-INF/persistence.xml to META-INF/jpa-persistence.xml since JBoss will scan it automatically
and complain about non-jta-resources declared.
2013-01-09 17:13:20 +08:00
Costin Leau
6116d12475
SPR-6447
...
SPR-6449
2013-01-09 17:13:20 +08:00
Costin Leau
fe63e9c87f
+ add default servlet definition (for containers that do not declare it - such as GlassFish)
...
+ increase Spring version to RC3 (it works with trunk just fine)
2013-01-09 17:13:20 +08:00
Costin Leau
d8b7615705
SPR-6447
...
+ add missing datasource import to hibernate config
2013-01-09 17:13:20 +08:00
Costin Leau
93a378adde
SPR-6447
...
+ fixed tab/spaces consistency
2013-01-09 17:13:20 +08:00
Costin Leau
6f056b5072
SPR-6447
...
+ removed unused script
2013-01-09 17:13:19 +08:00
Costin Leau
d6b57ac053
SPR-6447
...
+ improve mysql script to prevent data from being added if it's already present
2013-01-09 17:13:19 +08:00
Costin Leau
a8cc00689b
SPR-6447
...
+ extracted datasource definition into a separate file to eliminate redundancy
+ introduce jdbc: namespace
2013-01-09 17:13:19 +08:00
Costin Leau
5db88f472c
SPR-6447
...
SPR-6448
+ add JSTL libraries to the war for portability
2013-01-09 17:13:19 +08:00
Costin Leau
a36bc3c292
SPR-6447
...
SPR-6448
+ add JSTL libraries to the war for portability
2013-01-09 17:13:19 +08:00
Costin Leau
9617efef32
SPR-6447
...
+ improve DataSource setup
2013-01-09 17:13:18 +08:00