spring-servlet.xml build schema 4.0 xsd errors
Hello,
We have a custom application running on WLS/SOA 11g written with spring-servlet.xml using the 4.0 xsd framework that has been working fine for the last 3 years. About a week ago, it decided to no longer deploy.
This is the schema location code from spring-servlet.xml:
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-4.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd