Hello
I am working on various spring projects and have a particularly annoying delay upon building my project in STS. The most time is spent on "Loading */WEB-INF/spring/*-context.xml" files. Per file (we have around 10) it takes around 10 seconds !
I have noticed that during this build my network activity goes from flat (zero) to active and then back to flat after the build. I'm wondering if STS is sending some kind of request and timing out for every single *-context.xml file.
Does any one have any experience with this and know how to stop this useless waiting during build?
Your help is very much appreciated.
Chris


Reply With Quote
