[hibernate-issues] [Hibernate-JIRA] Created: (HV-293) Annotation processor fails in Eclipse when evaluating custom constraints not defined in the current project
Annotation processor fails in Eclipse when evaluating custom constraints not defined in the current project -----------------------------------------------------------------------------------------------------------
This happens, if the AP examines a constraint annotation, which is not defined in the currently built project itself, but is imported from some other JAR (e.g. @Length from HV):
public class TestModel {
@Length private String test; }
The problem occurs, regardless whether the JAR containing the constraint is on the AP classpath or not.
The AP works as expected when running on javac.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ hibernate-issues mailing list hibernate-issues@(protected) https://lists.jboss.org/mailman/listinfo/hibernate-issues