diff --git a/cave/com.raytheon.uf.viz.core/res/spring/viz.xml b/cave/com.raytheon.uf.viz.core/res/spring/viz.xml
index d717b020e3..ceb8bdc277 100644
--- a/cave/com.raytheon.uf.viz.core/res/spring/viz.xml
+++ b/cave/com.raytheon.uf.viz.core/res/spring/viz.xml
@@ -3,10 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-2.5.xsd">
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery-handlers.xml b/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery-handlers.xml
index 4d65892ed8..f07a2434dc 100644
--- a/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery-handlers.xml
+++ b/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery-handlers.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
diff --git a/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery.xml b/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery.xml
index 3a9ccee31e..85bf5f83e4 100644
--- a/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery.xml
+++ b/cave/com.raytheon.uf.viz.datadelivery/res/spring/datadelivery.xml
@@ -2,10 +2,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-2.5.xsd">
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/cave/com.raytheon.viz.gfe/res/spring/gfe.xml b/cave/com.raytheon.viz.gfe/res/spring/gfe.xml
index 3a33ec5d12..dec76c009a 100644
--- a/cave/com.raytheon.viz.gfe/res/spring/gfe.xml
+++ b/cave/com.raytheon.viz.gfe/res/spring/gfe.xml
@@ -3,10 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-2.5.xsd">
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/build.edex/esb/conf/spring/edex-db.xml b/edexOsgi/build.edex/esb/conf/spring/edex-db.xml
index 3a79190948..3c38129e5c 100644
--- a/edexOsgi/build.edex/esb/conf/spring/edex-db.xml
+++ b/edexOsgi/build.edex/esb/conf/spring/edex-db.xml
@@ -2,11 +2,11 @@
diff --git a/edexOsgi/build.edex/esb/conf/spring/edex.xml b/edexOsgi/build.edex/esb/conf/spring/edex.xml
index c624f4542b..5a318a163e 100644
--- a/edexOsgi/build.edex/esb/conf/spring/edex.xml
+++ b/edexOsgi/build.edex/esb/conf/spring/edex.xml
@@ -5,11 +5,11 @@
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:tx="http://www.springframework.org/schema/tx"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-2.5.xsd
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd">
diff --git a/edexOsgi/build.edex/esb/etc/ingestDat.sh b/edexOsgi/build.edex/esb/etc/ingestDat.sh
index 85400eab6b..473b30db5d 100644
--- a/edexOsgi/build.edex/esb/etc/ingestDat.sh
+++ b/edexOsgi/build.edex/esb/etc/ingestDat.sh
@@ -19,12 +19,7 @@
# further licensing information.
##
export INIT_MEM=256 # in Meg
-
-if [ $HIGH_MEM_FLAG == "on" ]; then
- export MAX_MEM=1792 # in Meg
-else
- export MAX_MEM=768 # in Meg
-fi
+export MAX_MEM=1792 # in Meg
export JMS_POOL_MIN=16
export JMS_POOL_MAX=32
diff --git a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-default.xml b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-default.xml
index 68288cef07..4fe67d1e22 100644
--- a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-default.xml
+++ b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-default.xml
@@ -36,8 +36,8 @@
-->
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd">
diff --git a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-invm.xml b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-invm.xml
index c1ad34bc26..bf5199cf66 100644
--- a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-invm.xml
+++ b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-invm.xml
@@ -36,8 +36,8 @@
-->
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd">
diff --git a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-jndi.xml b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-jndi.xml
index ee813d6da1..b6e2feaeef 100644
--- a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-jndi.xml
+++ b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-jndi.xml
@@ -36,8 +36,8 @@
-->
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd">
diff --git a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-properties.xml b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-properties.xml
index 1f83cecdb1..a68bdaf283 100644
--- a/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-properties.xml
+++ b/edexOsgi/build.edex/esb/webapps/admin/WEB-INF/webconsole-properties.xml
@@ -36,8 +36,8 @@
-->
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-common.xml b/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-common.xml
index 259b4c9d77..1cef377fea 100644
--- a/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-common.xml
+++ b/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-common.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-request.xml b/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-request.xml
index 9a9685cc57..789fd319d9 100644
--- a/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-request.xml
+++ b/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-request.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-spring.xml b/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-spring.xml
index 20a6923af3..bbb0c7c3ed 100644
--- a/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-spring.xml
+++ b/edexOsgi/com.raytheon.edex.autobldsrv/res/spring/subscription-spring.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-ingest.xml b/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-ingest.xml
index f0a41a1caf..ca32da1f75 100644
--- a/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-ingest.xml
@@ -2,9 +2,9 @@
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-request.xml b/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-request.xml
index 9d225e2a00..0002205238 100644
--- a/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-request.xml
+++ b/edexOsgi/com.raytheon.edex.ingestsrv/res/spring/persist-request.xml
@@ -2,9 +2,9 @@
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.edex.monitorsrv/res/spring/jmx-log4j-manager-spring.xml b/edexOsgi/com.raytheon.edex.monitorsrv/res/spring/jmx-log4j-manager-spring.xml
index 8faa989d94..b11079c906 100644
--- a/edexOsgi/com.raytheon.edex.monitorsrv/res/spring/jmx-log4j-manager-spring.xml
+++ b/edexOsgi/com.raytheon.edex.monitorsrv/res/spring/jmx-log4j-manager-spring.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-common.xml b/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-common.xml
index ba5e20aa24..b999aaae65 100644
--- a/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-ingest.xml
index db802d8d25..46bb6266c0 100644
--- a/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.airep/res/spring/airep-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning-common.xml b/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning-common.xml
index 0e0881f1b7..2571e03214 100644
--- a/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning_ep-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning_ep-ingest.xml
index a2e7eea51b..5dd0c4a632 100644
--- a/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning_ep-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.binlightning/res/spring/binlightning_ep-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.bufrmos/res/spring/bufrmos-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.bufrmos/res/spring/bufrmos-ingest.xml
index bf331b0e0d..e68ebb31c9 100644
--- a/edexOsgi/com.raytheon.edex.plugin.bufrmos/res/spring/bufrmos-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.bufrmos/res/spring/bufrmos-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-common.xml b/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-common.xml
index e4b3b1dc95..e22074a907 100644
--- a/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-common.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-ingest.xml
index 5b68c0e385..2e51fbf2ee 100644
--- a/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-ingest.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-request.xml b/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-request.xml
index dc0f2124ed..fbcc8e7d00 100644
--- a/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.bufrua/res/spring/bufrua-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-common.xml b/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-common.xml
index 36a0b217d6..32f0f7ab4a 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
index a2d5a482c7..74cb242db0 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-common.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-common.xml
index b9e3adf4bc..cbccdca31b 100644
--- a/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-request.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-request.xml
index 326ae21529..2a3ed7a8e3 100644
--- a/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.gfe/res/spring/gfe-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-common.xml b/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-common.xml
index 30a35f0e5d..a72341e15a 100644
--- a/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-ingest.xml
index c873fad086..8e39f8db76 100644
--- a/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.goessounding/res/spring/goessounding-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-decode.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-decode.xml
index 2afb8e3311..08dc221168 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-decode.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-decode.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-request.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-request.xml
index dae8c6dfea..dbe7111b1a 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.deprecated/grib-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-common.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-common.xml
index 1192c22860..3b56331181 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
\ No newline at end of file
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml
index 5fc95dca5f..5963cb760c 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-request.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-request.xml
index 1192c22860..3b56331181 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-request.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
\ No newline at end of file
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-common.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-common.xml
index 0026740e5f..b4083e583d 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-common.xml
@@ -1,4 +1,4 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
\ No newline at end of file
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml
index f9e0ee7f96..f99d74cd75 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml
@@ -1,4 +1,4 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
\ No newline at end of file
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-distribution.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-distribution.xml
index 7e0743e86a..0ff0e5a294 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-distribution.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-distribution.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-request.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-request.xml
index 37ad36ab10..913eb27e02 100644
--- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-request.xml
@@ -1,4 +1,4 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
\ No newline at end of file
diff --git a/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-common.xml b/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-common.xml
index 7d2d47aafc..f6d2bbbe27 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-common.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-ingest.xml
index dda86095df..9f74180814 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.ldad/res/spring/ldad-ingest.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml
index 9d5ad17de3..9e9a388f92 100644
--- a/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-common.xml b/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-common.xml
index 285ebba684..6408d8707d 100644
--- a/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-ingest.xml
index 9649a797c4..96305b45f2 100644
--- a/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.taf/res/spring/taf-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-common.xml b/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-common.xml
index 601721d81e..10344a4011 100644
--- a/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-common.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-ingest.xml
index e56f5170e2..175358fef1 100644
--- a/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-request.xml b/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-request.xml
index e6f7a40bec..0f77bf6d73 100644
--- a/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.text/res/spring/text-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.textlightning/res/spring/textlightning_ep-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.textlightning/res/spring/textlightning_ep-ingest.xml
index 077eff3038..88bf13d050 100644
--- a/edexOsgi/com.raytheon.edex.plugin.textlightning/res/spring/textlightning_ep-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.textlightning/res/spring/textlightning_ep-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-ingest.xml
index 6bc98b6ef4..5c100d59ad 100644
--- a/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-ingest.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-request.xml b/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-request.xml
index 66e633ffe4..c1e9a77b54 100644
--- a/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-request.xml
+++ b/edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml b/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml
index 5882a19aca..3d145edeea 100644
--- a/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml
+++ b/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.textdb/res/spring/textdb-request.xml b/edexOsgi/com.raytheon.edex.textdb/res/spring/textdb-request.xml
index 1e87835ffb..5ebc2d0a0f 100644
--- a/edexOsgi/com.raytheon.edex.textdb/res/spring/textdb-request.xml
+++ b/edexOsgi/com.raytheon.edex.textdb/res/spring/textdb-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.edex.utilitysrv/res/spring/utility-request.xml b/edexOsgi/com.raytheon.edex.utilitysrv/res/spring/utility-request.xml
index 3ab5638f89..2639e15829 100644
--- a/edexOsgi/com.raytheon.edex.utilitysrv/res/spring/utility-request.xml
+++ b/edexOsgi/com.raytheon.edex.utilitysrv/res/spring/utility-request.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.uf.common.dataaccess/res/spring/dataaccess-common.xml b/edexOsgi/com.raytheon.uf.common.dataaccess/res/spring/dataaccess-common.xml
index 1a7c87f3e0..8746cc7fe3 100644
--- a/edexOsgi/com.raytheon.uf.common.dataaccess/res/spring/dataaccess-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataaccess/res/spring/dataaccess-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.datadelivery.request/res/spring/datadelivery-common.xml b/edexOsgi/com.raytheon.uf.common.datadelivery.request/res/spring/datadelivery-common.xml
index 8f0c8c005a..60d7d72449 100644
--- a/edexOsgi/com.raytheon.uf.common.datadelivery.request/res/spring/datadelivery-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.datadelivery.request/res/spring/datadelivery-common.xml
@@ -1,8 +1,8 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.datadelivery.service/res/spring/datadelivery-service.xml b/edexOsgi/com.raytheon.uf.common.datadelivery.service/res/spring/datadelivery-service.xml
index 18402b8277..02a0624419 100644
--- a/edexOsgi/com.raytheon.uf.common.datadelivery.service/res/spring/datadelivery-service.xml
+++ b/edexOsgi/com.raytheon.uf.common.datadelivery.service/res/spring/datadelivery-service.xml
@@ -1,8 +1,8 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.ffmp/res/spring/ffmp-dataplugin-common.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.ffmp/res/spring/ffmp-dataplugin-common.xml
index 9a2a2bcbad..6fd75ccb7b 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.ffmp/res/spring/ffmp-dataplugin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.ffmp/res/spring/ffmp-dataplugin-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/res/spring/gfe-dataplugin-common.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/res/spring/gfe-dataplugin-common.xml
index 7b83cd2e22..d993d925e3 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/res/spring/gfe-dataplugin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/res/spring/gfe-dataplugin-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/res/spring/grid-dataplugin-common.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/res/spring/grid-dataplugin-common.xml
index d3cbdb8168..7c9fa60424 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/res/spring/grid-dataplugin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/res/spring/grid-dataplugin-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.maps/res/spring/maps-dataplugin-common.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.maps/res/spring/maps-dataplugin-common.xml
index 58dd92c1ef..8cd2ed376b 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.maps/res/spring/maps-dataplugin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.maps/res/spring/maps-dataplugin-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.radar/res/spring/radar-dataplugin-common.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.radar/res/spring/radar-dataplugin-common.xml
index 89827cc6a2..f63e8ab5c2 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.radar/res/spring/radar-dataplugin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.radar/res/spring/radar-dataplugin-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/res/spring/satellite-dataplugin-common.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/res/spring/satellite-dataplugin-common.xml
index 826f62fb72..f7749bd7ec 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/res/spring/satellite-dataplugin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/res/spring/satellite-dataplugin-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.event/res/spring/eventbus-common.xml b/edexOsgi/com.raytheon.uf.common.event/res/spring/eventbus-common.xml
index d91c81f60d..29fccf6974 100644
--- a/edexOsgi/com.raytheon.uf.common.event/res/spring/eventbus-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.event/res/spring/eventbus-common.xml
@@ -1,7 +1,7 @@
+ http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.geospatial/res/spring/geo-common.xml b/edexOsgi/com.raytheon.uf.common.geospatial/res/spring/geo-common.xml
index d720e0b4e1..c084427892 100644
--- a/edexOsgi/com.raytheon.uf.common.geospatial/res/spring/geo-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.geospatial/res/spring/geo-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.gridcoverage/res/spring/gridcoverage-converter-common.xml b/edexOsgi/com.raytheon.uf.common.gridcoverage/res/spring/gridcoverage-converter-common.xml
index a228be39bf..30dfee0239 100644
--- a/edexOsgi/com.raytheon.uf.common.gridcoverage/res/spring/gridcoverage-converter-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.gridcoverage/res/spring/gridcoverage-converter-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.hydro/res/spring/hydro-common.xml b/edexOsgi/com.raytheon.uf.common.hydro/res/spring/hydro-common.xml
index c58cd039bf..2732f807dc 100644
--- a/edexOsgi/com.raytheon.uf.common.hydro/res/spring/hydro-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.hydro/res/spring/hydro-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.registry.ebxml/res/spring/ebxml-registry-common.xml b/edexOsgi/com.raytheon.uf.common.registry.ebxml/res/spring/ebxml-registry-common.xml
index 284fcaa7b7..5b79a556c0 100644
--- a/edexOsgi/com.raytheon.uf.common.registry.ebxml/res/spring/ebxml-registry-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.registry.ebxml/res/spring/ebxml-registry-common.xml
@@ -1,10 +1,10 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.time/res/spring/time-common.xml b/edexOsgi/com.raytheon.uf.common.time/res/spring/time-common.xml
index 061cb94a31..04f261cf5b 100644
--- a/edexOsgi/com.raytheon.uf.common.time/res/spring/time-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.time/res/spring/time-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.units/res/spring/units-common.xml b/edexOsgi/com.raytheon.uf.common.units/res/spring/units-common.xml
index f34aad4525..4a6d130f1c 100644
--- a/edexOsgi/com.raytheon.uf.common.units/res/spring/units-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.units/res/spring/units-common.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.common.useradmin/res/spring/useradmin-common.xml b/edexOsgi/com.raytheon.uf.common.useradmin/res/spring/useradmin-common.xml
index 74a107766a..b17c8cceea 100644
--- a/edexOsgi/com.raytheon.uf.common.useradmin/res/spring/useradmin-common.xml
+++ b/edexOsgi/com.raytheon.uf.common.useradmin/res/spring/useradmin-common.xml
@@ -1,8 +1,8 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-common.xml b/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-common.xml
index 1f152dfcc8..90d3b14908 100644
--- a/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-ingest.xml b/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-ingest.xml
index 9bca2dfb8f..325c974b1a 100644
--- a/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-ingest.xml
+++ b/edexOsgi/com.raytheon.uf.edex.activetable/res/spring/activetable-ingest.xml
@@ -2,9 +2,9 @@
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.alertviz/res/spring/alertviz-request.xml b/edexOsgi/com.raytheon.uf.edex.alertviz/res/spring/alertviz-request.xml
index 02e75ffdaf..b2905563c5 100644
--- a/edexOsgi/com.raytheon.uf.edex.alertviz/res/spring/alertviz-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.alertviz/res/spring/alertviz-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-common.xml b/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-common.xml
index c1977792d3..ba572f0f4d 100644
--- a/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.awipstools/res/spring/awipstools-request.xml b/edexOsgi/com.raytheon.uf.edex.awipstools/res/spring/awipstools-request.xml
index 3964408c6b..e997f268eb 100644
--- a/edexOsgi/com.raytheon.uf.edex.awipstools/res/spring/awipstools-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.awipstools/res/spring/awipstools-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.core/res/spring/edex-request.xml b/edexOsgi/com.raytheon.uf.edex.core/res/spring/edex-request.xml
index 59c48d2115..770c988bbf 100644
--- a/edexOsgi/com.raytheon.uf.edex.core/res/spring/edex-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.core/res/spring/edex-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.dat.utils/res/spring/dat-request.xml b/edexOsgi/com.raytheon.uf.edex.dat.utils/res/spring/dat-request.xml
index b048fb46c2..d93c5fe599 100644
--- a/edexOsgi/com.raytheon.uf.edex.dat.utils/res/spring/dat-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.dat.utils/res/spring/dat-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.database/res/spring/database-common.xml b/edexOsgi/com.raytheon.uf.edex.database/res/spring/database-common.xml
index 4bd4914ef4..241de918ac 100644
--- a/edexOsgi/com.raytheon.uf.edex.database/res/spring/database-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.database/res/spring/database-common.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-daos.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-daos.xml
index f6a1106276..f93d42e705 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-daos.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-daos.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-edex-impl.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-edex-impl.xml
index 30a0f86cbe..cea335206d 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-edex-impl.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-edex-impl.xml
@@ -1,10 +1,10 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-inmemory-impl.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-inmemory-impl.xml
index d3a4e0c58b..840c01e4e5 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-inmemory-impl.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/res/spring/bandwidth-datadelivery-inmemory-impl.xml
@@ -1,6 +1,6 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/dpa-datadelivery.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/dpa-datadelivery.xml
index d17cd72b92..e790e4bd94 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/dpa-datadelivery.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/dpa-datadelivery.xml
@@ -1,8 +1,8 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery-registry.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery-registry.xml
index 4aea1611f9..a59773a5ce 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery-registry.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery-registry.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-handlers.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-handlers.xml
index c3cd9beb6e..8e2c650734 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-handlers.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-handlers.xml
@@ -1,8 +1,8 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-service-handlers.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-service-handlers.xml
index 3cd1b2f13d..f6e824b2a1 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-service-handlers.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-service-handlers.xml
@@ -1,8 +1,8 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-standalone.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-standalone.xml
index 6a13e7e9f5..2ee79f5827 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-standalone.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-standalone.xml
@@ -1,8 +1,8 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-subscription-verification.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-subscription-verification.xml
index c8850888b6..c29b5364e5 100644
--- a/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-subscription-verification.xml
+++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.service/res/spring/datadelivery-subscription-verification.xml
@@ -1,10 +1,10 @@
+ http://www.springframework.org/schema/util/spring-util-3.1.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.dissemination/res/spring/dissemination-request.xml b/edexOsgi/com.raytheon.uf.edex.dissemination/res/spring/dissemination-request.xml
index 563ccbff9e..f6e61f7355 100644
--- a/edexOsgi/com.raytheon.uf.edex.dissemination/res/spring/dissemination-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.dissemination/res/spring/dissemination-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.distribution/res/spring/distribution-spring.xml b/edexOsgi/com.raytheon.uf.edex.distribution/res/spring/distribution-spring.xml
index 08bba15f5c..f9e9cfdb41 100644
--- a/edexOsgi/com.raytheon.uf.edex.distribution/res/spring/distribution-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.distribution/res/spring/distribution-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-common.xml b/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-common.xml
index f829353e57..3af049d6d4 100644
--- a/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-common.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-ingest.xml b/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-ingest.xml
index 851cc8cf5a..8fad78621e 100644
--- a/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-ingest.xml
+++ b/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-ingest.xml
@@ -2,7 +2,7 @@
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+ http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
diff --git a/edexOsgi/com.raytheon.uf.edex.grid.staticdata/res/spring/grid-staticdata-process.xml b/edexOsgi/com.raytheon.uf.edex.grid.staticdata/res/spring/grid-staticdata-process.xml
index 009f7f5b6b..3921b96e25 100644
--- a/edexOsgi/com.raytheon.uf.edex.grid.staticdata/res/spring/grid-staticdata-process.xml
+++ b/edexOsgi/com.raytheon.uf.edex.grid.staticdata/res/spring/grid-staticdata-process.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-common.xml b/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-common.xml
index beac1c5238..657ffa30af 100644
--- a/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-request.xml b/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-request.xml
index 7f28f86422..fb4201da13 100644
--- a/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.management/res/spring/management-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml
index fc29821f7e..69821ef428 100644
--- a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml
+++ b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml
index ea5ee261ee..1d2bdc5c06 100644
--- a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/DPADecoder-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/DPADecoder-spring.xml
index 0d7b151570..56f39429d5 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/DPADecoder-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/DPADecoder-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/alarmWhfs-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/alarmWhfs-spring.xml
index 3b082f9fdf..3262562070 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/alarmWhfs-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/alarmWhfs-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealQpeGen-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealQpeGen-spring.xml
index 6a95b37f6f..7e4488bd88 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealQpeGen-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealQpeGen-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealffgGenerator-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealffgGenerator-spring.xml
index 0fbea520d5..d3d4ac44bb 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealffgGenerator-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/arealffgGenerator-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohd-request.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohd-request.xml
index c5079dc65c..b49bd0c742 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohd-request.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohd-request.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohdSetupService-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohdSetupService-spring.xml
index a7c0f9b1be..e240d32542 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohdSetupService-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/ohdSetupService-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/pointDataRetrievel-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/pointDataRetrievel-spring.xml
index 1416f7681b..2a4b41acf7 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/pointDataRetrievel-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/pointDataRetrievel-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/q2FileProcessor-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/q2FileProcessor-spring.xml
index 889f0c264c..0892b6c6e2 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/q2FileProcessor-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/q2FileProcessor-spring.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/satpre-spring.xml b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/satpre-spring.xml
index 9fd114c49f..f68af90cc2 100644
--- a/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/satpre-spring.xml
+++ b/edexOsgi/com.raytheon.uf.edex.ohd/res/spring/satpre-spring.xml
@@ -1,7 +1,7 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.parameter/res/spring/parameter-common.xml b/edexOsgi/com.raytheon.uf.edex.parameter/res/spring/parameter-common.xml
index 7c23d45ed6..ee699190cb 100644
--- a/edexOsgi/com.raytheon.uf.edex.parameter/res/spring/parameter-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.parameter/res/spring/parameter-common.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.acars/res/spring/acars-ingest.xml b/edexOsgi/com.raytheon.uf.edex.plugin.acars/res/spring/acars-ingest.xml
index aaba1ec034..866ff93d3f 100644
--- a/edexOsgi/com.raytheon.uf.edex.plugin.acars/res/spring/acars-ingest.xml
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.acars/res/spring/acars-ingest.xml
@@ -1,6 +1,6 @@
diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.acarssounding/res/spring/acarssounding-common.xml b/edexOsgi/com.raytheon.uf.edex.plugin.acarssounding/res/spring/acarssounding-common.xml
index b3931af549..1e18df2fbb 100644
--- a/edexOsgi/com.raytheon.uf.edex.plugin.acarssounding/res/spring/acarssounding-common.xml
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.acarssounding/res/spring/acarssounding-common.xml
@@ -1,6 +1,6 @@