1 Reply Latest reply on Aug 5, 2014 9:26 AM by mbarkley

    Errai Security Dependency Errors

    chaluwa

      I am trying to add errai-security to my errai 3.0.1.Final app, but just adding the errai-security maven dependencies to the projects pom causes errors that prevents dev-mode from running. Has anyone experienced this : http://ur1.ca/hw1fp

        • 1. Re: Errai Security Dependency Errors
          mbarkley

          Charles,

           

          If I recall correctly, this happens because JBoss has it's own resteasy setup, meanwhile errai-security-server depends org.jboss.resteasy:jaxrs-api and org.jboss.resteasy:resteasy-cdi. Try setting those to provided scope.

           

          Cheers.