Skip to content
Snippets Groups Projects
Commit fa6fd105 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

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
parent dd521eb8
Branches
No related tags found
No related merge requests found
......@@ -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>
-->
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment