2 Replies Latest reply on Jan 30, 2013 4:03 AM by chaluwa

    URGENT : How To Use Latest Errai ??

    chaluwa

      Please kindly guide me on how to use the lates errai version in my errai project. I have a project based on the helloworld-errai quickstart project, and it uses an older errai version (errai-bus and errai-ioc are showing 2.0.0 Final in the overview display of the maven pom file from eclipse.) . I want to use the errai-jpa and errai-navigation modules but I guess I have to update the project somehow.

        • 1. Re: URGENT : How To Use Latest Errai ??
          jfuerth

          Hi Charles,

           

          You should be able to change the <errai.version> property in your pom.xml to 2.2.0.Final. Then do a Maven clean followed by a Maven install.

           

          If you get any compile errors about "can't resolve type" or "missing import", you will have to get Eclipse to reorganize your imports. Just click the top-level project node in the Project Explorer, then press Ctrl+Shift+O.

           

          -Jonathan

          • 2. Re: URGENT : How To Use Latest Errai ??
            chaluwa

            Thanks for the reply, but there's no <errai.version> in my project's pom.xml file, and I dont know how and where to add one if it can be added. I have attached a copy of the file for you to look add. Thanks again.