[ 
https://issues.apache.org/jira/browse/SYNCOPE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570509#comment-13570509
 ] 

Hudson commented on SYNCOPE-284:
--------------------------------

Integrated in Syncope-trunk #64 (See 
[https://builds.apache.org/job/Syncope-trunk/64/])
    [SYNCOPE-284] Export now takes into account everything but user data; 
activiticontent.xml removed but similar logic delegated to workflow adapter 
loader (Revision 1442175)

     Result = SUCCESS
ilgrosso : 
Files : 
* 
/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml
* /syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/ConfigurationServiceProxy.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportService.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/validation/SyncopeClientErrorHandler.java
* /syncope/trunk/console/pom.xml
* /syncope/trunk/core/pom.xml
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/init/SpringContextInitializer.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/init/WorkflowAdapterLoader.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/dao/impl/ContentLoader.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/ConfigurationController.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/ImportExport.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/multiparent/MultiParentNode.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/ActivitiDetector.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/WorkflowAdapter.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/WorkflowInstanceLoader.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiWorkflowLoader.java
* /syncope/trunk/core/src/main/resources/activiticontent.xml
* /syncope/trunk/core/src/main/resources/workflow.properties
* /syncope/trunk/core/src/test/java/org/apache/syncope/core/AbstractTest.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/dao/impl/TestDbInitializer.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/ConfigurationTestITCase.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/ReportTestITCase.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/TaskTestITCase.java
* /syncope/trunk/core/src/test/resources/content.xml
* /syncope/trunk/core/src/test/resources/noopworkflow/workflowContext.xml
* /syncope/trunk/core/src/test/resources/workflow.properties

                
> Broken export
> -------------
>
>                 Key: SYNCOPE-284
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-284
>             Project: Syncope
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.1.0
>
>
> Currently, the export feature generates a content.xml with all data from 
> internal store.
> However, SYNCOPE-241 introduced an additional activiticontent.xml for 
> Activiti data.
> We can think to export only pure configuration data, hence ignoring every 
> user-related information (users, attributes, memberships and workflow data).

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