posted 11 years ago
Hello ,
Recently I am stuck with one issue, the issue is with SimpleCacheManager,ehcacheManager , spring profiles .
Just to give brief about these , few days back I had developed an application using spring 3.1.x in which SimpleCacheManager,ehcacheManager , spring profilesthese features were supported . My application was running fine with it.
But Now I have to migrate the same application to Vmware vsphere webclient 5.1 in which virgo 3.0.3 is used . And in this version of virgo , spring 3.0.5 is used . Now when I try to merge my previous developed application code in this enviornment, I am not able to deploy my application on virgo. It shows spring version mismatch.
I have loads of dependency with these three features. I have tried to upgrade version of spring in virgo but this current version of virgo has tight coupling with spring 3.0.5 .
Are there any other alternatives which would suffice need of using these features using spring 3.0.5 ? (legacy/programmatic) would also help.