You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2013/07/24 16:27:49 UTC

[jira] [Created] (SYNCOPE-406) Invoke bean validation via JPA listener

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