[DISCUSS] Remove Jenkins integration with JIRA

2013-11-14 Thread Francesco Chicchiriccò

Hi all,
recently we've got back the feature of generating JIRA comments from SVN 
commits, disabled a while ago as you might remember because of some 
malfunctioning of that plugin.


At that time we requested to enable the Jenkins integration with JIRA in 
order to have some automatic mechanism to bind commits (mentioned by 
Jenkins builds) to JIRA issues.
Nowadays this is no more necessary; moreover, Jenkins often fails for 
various reasons - most times it is just some network issue while 
deploying artifacts to Nexus - but we end up with some ugly FAILURE 
comments on our JIRA issues.


Hence my proposal: request INFRA to disable the Jenkins2JIRA integration 
and manually handle Jenkins failures - as we are doing currently. I 
remember that, driven by our github mirror, we also have Travis [1] 
taking care of CI.


WDYT?

[1] https://travis-ci.org/apache/syncope

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/



[jira] [Issue Comment Deleted] (SYNCOPE-437) Wrong ID generation for new Notification instances

2013-11-14 Thread JIRA

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

Francesco Chicchiriccò updated SYNCOPE-437:
---

Comment: was deleted

(was: FAILURE: Integrated in Syncope-trunk #501 (See 
[https://builds.apache.org/job/Syncope-trunk/501/])
[SYNCOPE-437] Reworked the patch a bit for trunk, then applied, thanks 
(ilgrosso: rev 1541487)
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/Notification.java
* /syncope/trunk/core/src/main/resources/META-INF/orm.xml
* /syncope/trunk/core/src/main/resources/META-INF/orm.xml.oracle
* /syncope/trunk/core/src/main/resources/META-INF/orm.xml.sqlserver
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/persistence/dao/NotificationTest.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/NotificationTestITCase.java
* /syncope/trunk/core/src/test/resources/content.xml
)

 Wrong ID generation for new Notification instances
 --

 Key: SYNCOPE-437
 URL: https://issues.apache.org/jira/browse/SYNCOPE-437
 Project: Syncope
  Issue Type: Bug
  Components: core
Affects Versions: 1.1.4
Reporter: Andrea Patricelli
Assignee: Andrea Patricelli
 Fix For: 1.1.5, 1.2.0

 Attachments: SYNCOPE-437.patch


 When creating a new instance of Notification, IDs of created instances start 
 from 1 and not from 100 as expected; this is due to the AUTO generation of 
 IDs for Notification entity. 
 This may lead to possible primary key violation errors; in particular if 
 importing from content.xml notification instances as happens in dev 
 profile.   



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (SYNCOPE-439) Embed Activiti modeler for graphical workflow editing

2013-11-14 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-439:
--

 Summary: Embed Activiti modeler for graphical workflow editing
 Key: SYNCOPE-439
 URL: https://issues.apache.org/jira/browse/SYNCOPE-439
 Project: Syncope
  Issue Type: Improvement
Reporter: Francesco Chicchiriccò
 Fix For: 1.2.0


Activiti, the default user workflow engine, is shipping in its latest versions 
the open source version of the KIS BPM process solution.
Basically, a web editor that can be used to author BPMN 2.0 compliant processes 
graphically. More information at: http://www.activiti.org/components.html

The idea is to embed such component in the admin console, next to the current 
XML-based editor.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


Syncope-trunk - Build # 502 - Fixed

2013-11-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-trunk (build #502)

Status: Fixed

Check console output at https://builds.apache.org/job/Syncope-trunk/502/ to 
view the results.

[jira] [Commented] (SYNCOPE-439) Embed Activiti modeler for graphical workflow editing

2013-11-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823260#comment-13823260
 ] 

Hudson commented on SYNCOPE-439:


SUCCESS: Integrated in Syncope-trunk #502 (See 
[https://builds.apache.org/job/Syncope-trunk/502/])
Preparations for SYNCOPE-439: now Activiti workflow definition can be read and 
set either as XML and JSON (ilgrosso: rev 1541959)
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/to/WorkflowDefinitionTO.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/AttributableType.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/AuditElements.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/RESTHeaders.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/ResourceOperation.java
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/SyncopeSession.java
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/HttpResourceStream.java
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Configuration.java
* 
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/WorkflowRestClient.java
* /syncope/trunk/core/pom.xml
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/WorkflowController.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/utils/RestServiceExceptionMapper.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ConfigurationServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ConnectorServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/NotificationServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ReportServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ResourceServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/RoleServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/SchemaServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/TaskServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/UserSelfServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/UserServiceImpl.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/WorkflowServiceImpl.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/WorkflowDefinitionFormat.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/role/NoOpRoleWorkflowAdapter.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/NoOpUserWorkflowAdapter.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiImportUtils.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiUserWorkflowAdapter.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiWorkflowLoader.java
* /syncope/trunk/core/src/main/resources/userWorkflow.bpmn20.xml
* /syncope/trunk/core/src/main/resources/workflowContext.xml
* 
/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/WorkflowTestITCase.java
* /syncope/trunk/core/src/test/resources/content.xml
* /syncope/trunk/pom.xml


 Embed Activiti modeler for graphical workflow editing
 -

 Key: SYNCOPE-439
 URL: https://issues.apache.org/jira/browse/SYNCOPE-439
 Project: Syncope
  Issue Type: Improvement
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
  Labels: activiti, editor, workflow
 Fix For: 1.2.0


 Activiti, the default user workflow engine, is shipping in its latest 
 versions the open source version of the KIS BPM process solution.
 Basically, a web editor that can be used to author BPMN 2.0 compliant 
 processes graphically. More information at: 
 http://www.activiti.org/components.html
 The idea is to embed such component in the admin console, next to the current 
 XML-based editor.



--
This message was sent by Atlassian JIRA
(v6.1#6144)