This content has been marked as final.
Show 2 replies
-
1. Re: Cannot Package App That Uses Errai Validation ?
csa Feb 5, 2015 6:40 PM (in response to chaluwa)1 of 1 people found this helpfulHi Charles,
This is not an Errai problem but a known issue with hibernate-validator-4.2.0 and GWT. Can you try using 4.1.0 instead? See here for details:
http://code.google.com/p/google-web-toolkit/issues/detail?id=7661
Cheers,
Christian
-
2. Re: Cannot Package App That Uses Errai Validation ?
chaluwa Feb 6, 2015 6:48 AM (in response to csa)Looks like the hibernate-validator 4.2.0 dependency is tied to gwt 2.7 or errai-bom 3.1.1.Final, I tried changing the version to 4.1.0 but it still failed with the same error. Then I moved the dependency 4.1.0 declaration up, into the <dependencyManagement> section, just before errai-bom, and this resolved the packaging issue. I'll try to deploy the app and hope all goes well. Thanks for your response.