Francesco Chicchiriccò created SYNCOPE-406:
----------------------------------------------

             Summary: Invoke bean validation via JPA listener
                 Key: SYNCOPE-406
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-406
             Project: Syncope
          Issue Type: Improvement
          Components: core
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 1.2.0


Currently, bean validation is triggered via custom AOP interceptor [1] on 
save() method of DAO classes.

However, this could be changed to happen in JPA listener [2], resulting in more 
widespread and robust control; moreover, some dependency (namely AspectJ) could 
be cut.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to