diff --git a/pom.xml b/pom.xml
index 184fb3253..0606f04ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
war
1.0.0-SNAPSHOT
- 3.0.0.RC2
+ 3.0.0.RC3
1.5.6
@@ -73,12 +73,24 @@
org.aspectj
com.springsource.org.aspectj.weaver
- 1.6.3.RELEASE
+ 1.6.5.RELEASE
org.hibernate
- com.springsource.org.hibernate
- 3.3.1.GA
+ hibernate
+ 3.2.7.ga
+
+
+ javax.transaction
+ jta
+
+
+
org.hibernate
@@ -222,8 +234,10 @@
org.apache.maven.plugins
maven-compiler-plugin
+ true
1.5
1.5
+ true
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 06a6a3110..c83f52eb4 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -1,161 +1,180 @@
-
-
-
- Spring PetClinic
-
- Spring PetClinic sample application
-
-
-
- webAppRootKey
- petclinic.root
-
-
-
-
-
-
- log4jConfigLocation
- /WEB-INF/classes/log4j.properties
-
-
-
-
- contextConfigLocation
-
- /WEB-INF/applicationContext-jdbc.xml
-
-
-
-
-
-
-
-
-
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
-
- default
- /static/*
-
-
-
-
- petclinic
- org.springframework.web.servlet.DispatcherServlet
- 2
-
-
-
-
- petclinic
- /
-
-
-
- httpMethodFilter
- org.springframework.web.filter.HiddenHttpMethodFilter
-
-
-
- httpMethodFilter
- petclinic
-
-
-
- 10
-
-
-
- java.lang.Exception
-
- /WEB-INF/jsp/uncaughtException.jsp
-
-
-
-
-
-
+
+
+
+ Spring PetClinic
+
+ Spring PetClinic sample application
+
+
+
+ webAppRootKey
+ petclinic.root
+
+
+
+
+
+
+ log4jConfigLocation
+ /WEB-INF/classes/log4j.properties
+
+
+
+
+ contextConfigLocation
+ /WEB-INF/applicationContext-jdbc.xml
+
+
+
+
+
+
+
+
+
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+
+
+
+ default
+ /static/*
+
+
+
+
+ petclinic
+ org.springframework.web.servlet.DispatcherServlet
+ 2
+
+
+
+
+ petclinic
+ /
+
+
+
+ httpMethodFilter
+ org.springframework.web.filter.HiddenHttpMethodFilter
+
+
+
+ httpMethodFilter
+ petclinic
+
+
+
+ 10
+
+
+
+ java.lang.Exception
+
+ /WEB-INF/jsp/uncaughtException.jsp
+
+
+
+
+
+