Hello,
I am newbie to Spring and STS.
How can I use Spring 3.0.6 with STS 2.7.2 ?
STS 2.7.2 provides Spring 3.0.5 by default but I need 3.0.6 to use Spring Security 3.0.7 because of its dependency.
I created a new Spring MVC (hello world) project with STS and changed <org.springframework-version> property in pom.xml from 3.0.5.RELEASE to 3.0.6.RELEASE.
Although I am not sure this approach was correct or not, the new version was automatically downloaded and installed into the local maven repository.
But the problem is, tcServer cannot start with this new project when I restart the server.
I got just one dialog message: "Server VMware vFabric tc Server Developer Edition v2.6 was unable to start within 120 seconds. If the server requires more time, try increasing the timeout in the server editor."
Thank you in advance,


Reply With Quote