During my unit tests, I want to avoid the connection to Internet used by Xerces to validate the XML application context files (for Spring). How can I do it ?
            Asked
            
        
        
            Active
            
        
            Viewed 1,383 times
        
    1 Answers
0
            
            
        I found the reason: I didn't include the good version of the JAR of Spring with the schema included. Finally, using the good version of the schema in my application context file, i don't have the error anymore.
        stefv
        
- 429
 - 1
 - 4
 - 19