In the HibernateValidator module i says clearly to exclude the problematic 
package... so obvious no source code available.
But how to use this module then ?

<?xml version="1.0" encoding="UTF-8"?>
<module>
<!--
Import this module to use Hibernate Validator during the compilation of 
validation classes for
gwt clients.
 -->
  <inherits name='com.google.gwt.validation.Validation' />
  <source path="constraints">
*    <exclude name="impl/scriptassert/" />*
    <exclude name="super/" />
  </source>
  <source path="engine">
    <include name="ConstraintViolationImpl*.java"/>
    <include name="ValidationSupport.java"/>
    <include name="NodeImpl.java"/>
    <include name="PathImpl*.java"/>
  </source>
  <source path="">
    <include name="ValidationMessages.java"/>
    <include name="HibernateValidationMessageResolver.java"/>
  </source>
  <super-source path="super" />
  <replace-with
    class="org.hibernate.validator.HibernateValidationMessageResolver">
    <when-type-is 
class="com.google.gwt.validation.client.ProviderValidationMessageResolver" 
/>
  </replace-with>
</module>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/8qW31iR10IQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to