Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am running spring test application in which I have used Spring 3.1.2 and in context xml added spring-context-3.1.xsd. Now for my testing I have removed all .xsd files (spring-context-2.5.xsd, spring-context-3.0.xsd, spring-context-3.1.xsd) from all spring jar files which are in classpath. But still spring application is running without any error.

Now again changed xsd version in context xml from 3.1 to 3.0 and then application failed to start.

Why spring application is running without any spring xsd file in classpath?

Note: All tests are performed without any network connectivity. So no question about getting xsd file from www.springframework.org

Yogesh

share|improve this question
so you have only spring-beans jar in your classpath where you've deleted all xsds inside? Also what are you trying to achieve with this activity? – dimitrisli 20 mins ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.