mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
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
This commit is contained in:
parent
dd521eb88a
commit
fa6fd105db
5 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@
|
|||
-->
|
||||
<context-param>
|
||||
<param-name>contextConfigLocation</param-name>
|
||||
<param-value>/WEB-INF/applicationContext-jdbc.xml</param-value>
|
||||
<param-value>/WEB-INF/spring/applicationContext-jdbc.xml</param-value>
|
||||
<!--
|
||||
<param-value>/WEB-INF/applicationContext-hibernate.xml</param-value>
|
||||
<param-value>/WEB-INF/applicationContext-jpa.xml</param-value>
|
||||
<param-value>/WEB-INF/spring/applicationContext-hibernate.xml</param-value>
|
||||
<param-value>/WEB-INF/spring/applicationContext-jpa.xml</param-value>
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in a new issue