[jira] [Updated] (SYNCOPE-242) Resolve dependency cycles between persistence and the rest of syncope core

2012-12-17 Thread Christian Schneider (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated SYNCOPE-242:


Attachment: SYNCOPE-242-3.patch

Patch to move SyncopeUserValidator back into validation.entity as it is 
referenced from the @SyncopeUserCheck annotation. Decoupling policy impl from 
policy api so the validator only needs to reference the policy enforcer 
interfaces.

 Resolve dependency cycles between persistence and the rest of syncope core
 --

 Key: SYNCOPE-242
 URL: https://issues.apache.org/jira/browse/SYNCOPE-242
 Project: Syncope
  Issue Type: Improvement
Affects Versions: 1.0.3-incubating
Reporter: Christian Schneider
Assignee: Jean-Baptiste Onofré
 Fix For: 1.1.0

 Attachments: SYNCOPE-242-1.patch, SYNCOPE-242-2.patch, 
 SYNCOPE-242-3.patch, SYNCOPE-242-fromtgz.patch, syncope_core_after.png, 
 syncope_core_before.png, syncope.tgz


 When analysing if we could move the persistence and persistence impl into 
 separate modules I found that there are a lot of dependency cycles in the 
 syncope core module. I have added a structure 101 diagram of the cycles to 
 the issue so you can take a look.
 Especially the cycles between persistence and the rest of core are important 
 as they prevent us from moving these packages out of core.
 I have already done some experimentations how to solve the cycles and am 
 pretty sure I can fix that.

--
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


[jira] [Updated] (SYNCOPE-242) Resolve dependency cycles between persistence and the rest of syncope core

2012-12-12 Thread Christian Schneider (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated SYNCOPE-242:


Attachment: (was: syncope.tgz)

 Resolve dependency cycles between persistence and the rest of syncope core
 --

 Key: SYNCOPE-242
 URL: https://issues.apache.org/jira/browse/SYNCOPE-242
 Project: Syncope
  Issue Type: Improvement
Affects Versions: 1.0.3-incubating
Reporter: Christian Schneider
 Fix For: 1.1.0

 Attachments: SYNCOPE-242-1.patch, SYNCOPE-242-2.patch, 
 syncope_core_after.png, syncope_core_before.png


 When analysing if we could move the persistence and persistence impl into 
 separate modules I found that there are a lot of dependency cycles in the 
 syncope core module. I have added a structure 101 diagram of the cycles to 
 the issue so you can take a look.
 Especially the cycles between persistence and the rest of core are important 
 as they prevent us from moving these packages out of core.
 I have already done some experimentations how to solve the cycles and am 
 pretty sure I can fix that.

--
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


[jira] [Updated] (SYNCOPE-242) Resolve dependency cycles between persistence and the rest of syncope core

2012-12-12 Thread Christian Schneider (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated SYNCOPE-242:


Attachment: syncope.tgz

Corrected the component-scan config

 Resolve dependency cycles between persistence and the rest of syncope core
 --

 Key: SYNCOPE-242
 URL: https://issues.apache.org/jira/browse/SYNCOPE-242
 Project: Syncope
  Issue Type: Improvement
Affects Versions: 1.0.3-incubating
Reporter: Christian Schneider
 Fix For: 1.1.0

 Attachments: SYNCOPE-242-1.patch, SYNCOPE-242-2.patch, 
 syncope_core_after.png, syncope_core_before.png, syncope.tgz


 When analysing if we could move the persistence and persistence impl into 
 separate modules I found that there are a lot of dependency cycles in the 
 syncope core module. I have added a structure 101 diagram of the cycles to 
 the issue so you can take a look.
 Especially the cycles between persistence and the rest of core are important 
 as they prevent us from moving these packages out of core.
 I have already done some experimentations how to solve the cycles and am 
 pretty sure I can fix that.

--
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


[jira] [Updated] (SYNCOPE-242) Resolve dependency cycles between persistence and the rest of syncope core

2012-12-12 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-242:
---

Attachment: SYNCOPE-242-fromtgz.patch

This patch - generated from attached tgz - is working for me.

I have generated it with

svn diff --show-copies-as-adds  ~/Downloads/SYNCOPE-242-fromtgz.patch 

--show-copies-as-adds is supported on Subversion 1.7+ and is the only way to 
generate consistent patches when moving or deleting files

 Resolve dependency cycles between persistence and the rest of syncope core
 --

 Key: SYNCOPE-242
 URL: https://issues.apache.org/jira/browse/SYNCOPE-242
 Project: Syncope
  Issue Type: Improvement
Affects Versions: 1.0.3-incubating
Reporter: Christian Schneider
 Fix For: 1.1.0

 Attachments: SYNCOPE-242-1.patch, SYNCOPE-242-2.patch, 
 SYNCOPE-242-fromtgz.patch, syncope_core_after.png, syncope_core_before.png, 
 syncope.tgz


 When analysing if we could move the persistence and persistence impl into 
 separate modules I found that there are a lot of dependency cycles in the 
 syncope core module. I have added a structure 101 diagram of the cycles to 
 the issue so you can take a look.
 Especially the cycles between persistence and the rest of core are important 
 as they prevent us from moving these packages out of core.
 I have already done some experimentations how to solve the cycles and am 
 pretty sure I can fix that.

--
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


[jira] [Updated] (SYNCOPE-242) Resolve dependency cycles between persistence and the rest of syncope core

2012-12-12 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-242:
---

Attachment: (was: SYNCOPE-242-fromtgz.patch)

 Resolve dependency cycles between persistence and the rest of syncope core
 --

 Key: SYNCOPE-242
 URL: https://issues.apache.org/jira/browse/SYNCOPE-242
 Project: Syncope
  Issue Type: Improvement
Affects Versions: 1.0.3-incubating
Reporter: Christian Schneider
 Fix For: 1.1.0

 Attachments: SYNCOPE-242-1.patch, SYNCOPE-242-2.patch, 
 SYNCOPE-242-fromtgz.patch, syncope_core_after.png, syncope_core_before.png, 
 syncope.tgz


 When analysing if we could move the persistence and persistence impl into 
 separate modules I found that there are a lot of dependency cycles in the 
 syncope core module. I have added a structure 101 diagram of the cycles to 
 the issue so you can take a look.
 Especially the cycles between persistence and the rest of core are important 
 as they prevent us from moving these packages out of core.
 I have already done some experimentations how to solve the cycles and am 
 pretty sure I can fix that.

--
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