I have a web application where i am using spring 3.0 and oracle\'s XMLTYPE related jar\'s com.oracle.xdb which in turn depends on com.oracle.xml.xmlparserv2 , iam sure most
Consistent versioning
schema/beans/spring-beans**-3.1**.xsd
schema/jee/spring-jee**-3.1**.xsd
schema/mvc/spring-mvc**-3.1**.xsd
etc.
The order is important. spring-jee-3.1.xsd before spring-beans-3.1.xsd causes error, because in spring-jee-3.1.xsd file we have an import reference to spring-beans-3.1.xsd