• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

legacy solutions for SimpleCacheManager,ehcacheManager , spring profiles ?

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There was no good alternatives to bean profiles previous to Spring 3.1 unfortunately.
 
Bill Gorder
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it would be easier to upgrade your Virgo, unless there is a reason not to. 3.5 onwards supports Spring 3.1 from what I am reading on their forums, and bug tracker. Also there is this post.
http://blog.dnet-ebusiness-suite.com/2012/08/upgrade-to-virgo-35-spring-31.html
 
In the renaissance, how big were the dinosaurs? Did you have tiny ads?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic