e tried to run the following example of petstore
https://github.com/stephanrauh/agoncal-petstore-JSE7-ajax
into the Entity Customer i have:
import org.hibernate.validator.constraints.Email;
@Email
private String email;
from my ide netbeans, it signal error on line
@Email
private String email;
and into import org.hibernate.validator.constraints.Email;
i have tried to use the project woith tomee1 profile setted but it get
errors .
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/annotation-Email-validation-into-entity-Customer-I-get-errors-from-ide-tp4673886.html
Sent from the TomEE Users mailing list archive at Nabble.com.