0 Replies Latest reply on Jan 27, 2014 8:11 PM by tmcclure0501

    Issue Trying to Implement Hibernate Validation in Errai

    tmcclure0501

      I receive the following exception below when implementing hibernate validation in errai - I modeled my approach after the kitchen sink example any help will be appreciated,

       

      [INFO] Compiling module com.apimg.FastCompiledHarness

      [INFO]    Validating units:

      [INFO]       [ERROR] Errors in 'jar:file:/home/tmcclure/.m2/repository/com/google/gwt/gwt-user/2.5.0/gwt-user-2.5.0.jar!/org/hibernate/validator/engine/ConstraintViolationImpl_CustomFieldSerializer.java'

      [INFO]          [ERROR] Line 32: The type ConstraintViolationImpl_CustomFieldSerializer must implement the inherited abstract method CustomFieldSerializer<ConstraintViolationImpl>.deserializeInstance(SerializationStreamReader, ConstraintViolationImpl)

      [INFO]          [ERROR] Line 32: The type ConstraintViolationImpl_CustomFieldSerializer must implement the inherited abstract method CustomFieldSerializer<ConstraintViolationImpl>.serializeInstance(SerializationStreamWriter, ConstraintViolationImpl)

      [INFO]          [ERROR] Line 33: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 37: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 41: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 41: No source code is available for type ConstraintViolationImpl; did you forget to inherit a required module?

      [INFO]          [ERROR] Line 53: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 73: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 87: The method deserializeInstance(SerializationStreamReader, ConstraintViolationImpl) of type ConstraintViolationImpl_CustomFieldSerializer must override or implement a supertype method

      [INFO]          [ERROR] Line 88: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 98: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 98: No source code is available for type ConstraintViolationImpl; did you forget to inherit a required module?

      [INFO]          [ERROR] Line 100: The method instantiate(SerializationStreamReader) from the type ConstraintViolationImpl_CustomFieldSerializer refers to the missing type ConstraintViolationImpl

      [INFO]          [ERROR] Line 104: The method serializeInstance(SerializationStreamWriter, ConstraintViolationImpl) of type ConstraintViolationImpl_CustomFieldSerializer must override or implement a supertype method

      [INFO]          [ERROR] Line 105: ConstraintViolationImpl cannot be resolved to a type

      [INFO]       [ERROR] Errors in 'jar:file:/home/tmcclure/.m2/repository/com/google/gwt/gwt-user/2.5.0/gwt-user-2.5.0.jar!/org/hibernate/validator/engine/ValidationSupport.java'

      [INFO]          [ERROR] Line 43: ConstraintViolationImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 43: No source code is available for type ConstraintViolationImpl; did you forget to inherit a required module?

      [INFO]       [ERROR] Errors in 'jar:file:/home/tmcclure/.m2/repository/com/google/gwt/gwt-user/2.5.0/gwt-user-2.5.0.jar!/org/hibernate/validator/super/org/hibernate/validator/engine/PathImpl.java'

      [INFO]          [ERROR] Line 72: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 72: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 84: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 95: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 127: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 127: No source code is available for type NodeImpl; did you forget to inherit a required module?

      [INFO]          [ERROR] Line 131: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 202: NodeImpl cannot be resolved to a type

      [INFO]          [ERROR] Line 202: NodeImpl cannot be resolved to a type

      [INFO]    [ERROR] Aborting compile due to errors in some input files

      [INFO