Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Downgrading from smartgwt 3.0

    We are trying to downgrade from the smartgwt 3.0p pro version to our previous version which is 2.5p pro.

    To downgrade
    1) We deleted all generated files
    2) Replace all libraries with 2.5 libraries
    3) Create a new run configuration in eclipse

    It start throwing errors Object doesn't support this property or method in iscfoundation.js

    We can do a gwt compile with no errors but when you run same error as above is thrown

    during the onModuleLoad itself for any smartgwt call like .draw, .fetchdata etc

    If we upgrade it back to 3.0 all works fine.

    We can create a new project with 2.5 and it works fine. Only when we downgrade a project from 3.0 to 2.5 we get this error.

    Please let us know if there is anyother steps to fix this issue.

    We get these errors in couple of machine where we upgraded from 2.5 to 3.0 and then tried to downgrade to 2.5

    Regards
    Last edited by ksusanth; 2 Mar 2012, 04:20. Reason: Closed Issue Solved

    #2
    hi,
    cleanup your browser cache.
    regards,
    timo

    Comment


      #3
      Forgot to add that step. Yes IE browsing history was completely cleaned out from the options menu. I even went to the Local/Temp folder and emptied it as i noticed some gwt cache files and folders there.

      Comment


        #4
        This issue has been solved.

        There were 2 more things we deleted and it works now
        1) The deploy folder under web-inf
        2) In GWT 2.4 there was also some folder called gwt-unitcache which we deleted

        and now it works.
        Thanks.

        Comment

        Working...
        X