This week's book giveaway is in the Spring forum.
We're giving away four copies of Java Persistence with Spring Data and Hibernate and have Cătălin Tudose on-line!
See this thread for details.
Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

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!
 
He baked a muffin that stole my car! And this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic