2 Replies Latest reply on Nov 18, 2014 8:29 AM by chaluwa

    Errors Packaging App With Errai-Validation

    chaluwa

      My app uses many Errai modules including Errai-Validation and thus I added the errai-validation maven dependencies in the pom.xml file and the module entry in the thus :

      <module rename-to="app">
       <inherits name="com.google.gwt.user.User" />
       <inherits name="com.google.gwt.json.JSON" />
       <inherits name="com.google.gwt.http.HTTP" />
       <inherits name='com.google.gwt.query.Query'/>
          
       <inherits name="org.jboss.errai.security.Security" />
          <inherits name="org.jboss.errai.validation.Validation" />
       <inherits name="org.hibernate.validator.HibernateValidator" />
      
       <inherits name="org.jboss.errai.enterprise.All" />
      
       <inherits name="org.jboss.errai.ui.Cordova" />
      
      <!-- <set-property name="user.agent" value="safari"/> -->
      
       <replace-with class="com.bitrunk.apps.memoticks.client.local.Config">
        <when-type-is class="org.jboss.errai.bus.client.framework.Configuration" />
       </replace-with>
      </module>