- Jan 09, 2013
-
-
Thomas Risberg authored
added some extra space to avoid sponsored by SpringSource message being covered by the picture of the pets
-
Costin Leau authored
+ move spring application context files under a dedicated folder (to prevent JBoss XML parser from choking) http://forum.springsource.org/showthread.php?t=68949
-
Costin Leau authored
+ renamed META-INF/persistence.xml to META-INF/jpa-persistence.xml since JBoss will scan it automatically and complain about non-jta-resources declared.
-
Costin Leau authored
+ increase Spring version to RC3 (it works with trunk just fine)
-
Costin Leau authored
+ add missing datasource import to hibernate config
-
Costin Leau authored
+ fixed tab/spaces consistency
-
Costin Leau authored
+ extracted datasource definition into a separate file to eliminate redundancy + introduce jdbc: namespace
-
Costin Leau authored
+ add more clarifications
-
Costin Leau authored
+ moved JPA/AOP META-INF/ files into the webapp classpath
-
Costin Leau authored
+ added on the fly db configuration to all contexts + removed schema numbers to always pick the latest version
-
Costin Leau authored
+ move jdbc scripts from META-INF into /resources
-
Costin Leau authored
SPR-6448 + commit the gross of the files + added maven pom
-