I'm upgrading Spring 3.0 based application to Spring 3.1.
I think it's quite annoying that changing applicationContex*.xml's schemaLocations.
I'm chaning xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schem...spring-beans-3.0.xsd" to
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans /spring-beans-3.1.xsd"
I may have to do this again when Spring upgrade to 3.2.
So, I think I'd rather change the location like xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
Will it be problematic??
I think I may not have time to upgrade as soon as possible when Spring 3.2 is released. Will there be some problems if I do not specify schema version?
Regards,
KwonNam.


Reply With Quote
