• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GWT - This application is out of date, please click the refresh button on your browser

 
Ranch Hand
Posts: 33
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am new to GWT. I am working on existing application. (Enhancement). When i try to run as is application created earlier without any changes / without compiling with old created wars / modules. It is working fine.

But when i try to recompile it with ant it gives me below message on browser as soon as i login to the application. Project build is successful.

"Loading QSI properties failed! This application is out of date, please click the refresh button on your browser. (Expecting version 7 from server, got 5)"

P.S: QSI is the name of project. I code is pointing to JRE 7 (Java Compiler in Eclipse IDE)

Please let me know if you need to check specific files.


screenshot.jpg
[Thumbnail for screenshot.jpg]
 
Jay B Shukla
Ranch Hand
Posts: 33
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All this was solved after i recompile the code with gwt-2.0.3 version as previous code was compiled with it.

Thanks
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jay B Shukla wrote:All this was solved after i recompile the code with gwt-2.0.3 version as previous code was compiled with it.


Thanks for coming back and sharing the solution (for your own issue). This might be helpful for other ranchers too. Have a cow!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic