Fixed
Details
Assignee
UnassignedUnassignedReporter
George FountopoulosGeorge FountopoulosLabels
Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
George FountopoulosGunnar MorlingNicola TivarelliComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
George Fountopoulos
George FountopoulosLabels
Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
George Fountopoulos
Gunnar Morling
Nicola Tivarelli
Components
Fix versions
Affects versions
Priority
Created February 11, 2014 at 12:42 PM
Updated November 30, 2016 at 1:06 PM
Resolved January 8, 2016 at 11:04 AM
I am using hibernate validator 5.0.3 with Java 1.6.0_45-b06-451 on OSX 10.9.1.
I have created a cross-parameter constraint as follows:
CrossParameterConstraint.java
CrossParameterConstraintValidator.java
The above constraint is used in a method as follows:
CrossParameterConstraintUsageExample.java
I have configured the Annotation Processor in pom.xml
as follows:
pom.xml
When trying to compile, the Annotation Processor reports the following error:
The annotation @CrossParameterConstraint is disallowed for the return type of this method.