diff --git a/vmware-au-se-sqlfireweb/pom.xml b/vmware-au-se-sqlfireweb/pom.xml index 6e8c368..fc44c9b 100644 --- a/vmware-au-se-sqlfireweb/pom.xml +++ b/vmware-au-se-sqlfireweb/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 vmware.au.se.sqlfireweb sqlfireweb diff --git a/vmware-au-se-sqlfireweb/src/main/resources/query-beans.xml b/vmware-au-se-sqlfireweb/src/main/resources/query-beans.xml index e10e6af..ffcc953 100644 --- a/vmware-au-se-sqlfireweb/src/main/resources/query-beans.xml +++ b/vmware-au-se-sqlfireweb/src/main/resources/query-beans.xml @@ -20,7 +20,7 @@ --> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/applicationContext.xml b/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/applicationContext.xml index a759670..aba4c7c 100644 --- a/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/applicationContext.xml +++ b/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/applicationContext.xml @@ -4,10 +4,10 @@ xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xmlns:mvc="http://www.springframework.org/schema/mvc" - xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-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/mvc https://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util-3.1.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.1.xsd"> diff --git a/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/spring-servlet.xml b/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/spring-servlet.xml index b42ce12..f2d8191 100644 --- a/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/spring-servlet.xml +++ b/vmware-au-se-sqlfireweb/src/main/webapp/WEB-INF/spring-servlet.xml @@ -5,10 +5,10 @@ xmlns:util="http://www.springframework.org/schema/util" xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springframework.org/schema/mvc" - xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-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/mvc https://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util-3.1.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.1.xsd"> - + vmware.au.se.sqlfireweb.utils.SessionListener