Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.11
-
Component/s: None
-
Labels:None
-
Environment:1.11-SNAPSHOT
-
Number of attachments :
Description
I have tried to use war mergeWebXML to add some stuff to the generated web.xml that enunciate generates. Most of the things are merged correctly (like filter, other context-param etc), but not the one called contextConfigLocation. I really need this one in order to add some spring config files to the classpath.
this is by design. The "merge" isn't that fine-grained. If you'd like to load another spring config file, use the "springImport" element in the enunciate configuration file.
See http://enunciate.codehaus.org/module_spring_app.html#config_springImport for details.