2 Replies Latest reply on Feb 6, 2015 6:48 AM by chaluwa

    Cannot Package App That Uses Errai Validation ?

    chaluwa

      I have errors when trying to package (mvn clean package) my errai app in which I am using bean validation. The errors in the console point to "No source code is available for type org.joda.time.ReadablePartial; did you forget to inherit a required module?" and this is traced to the hibernate-validator dependency (I am using 4.2.0.Final). I tried fixing this by added the joda-time 2.7 and joda-time-hibernate 1.3 maven dependencies but without success.

       

      I have a paste of the errors here http://ur1.ca/jn8nb . Please is there something I am missing ?