You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/07/30 15:22:35 UTC

[jira] [Commented] (SYNCOPE-54) Notification e-mails can be sent forever

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

Hudson commented on SYNCOPE-54:
-------------------------------

Integrated in Syncope-linux #227 (See [https://builds.apache.org/job/Syncope-linux/227/])
    [SYNCOPE-116] Reverting (part of) what done for SYNCOPE-54 - adding a boolean 'executed' field to NotificationTask for NotificationJob to be able to fetch only non-executed tasks (Revision 1367065)

     Result = SUCCESS
ilgrosso : 
Files : 
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/notification/NotificationManager.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/NotificationTask.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/Task.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/dao/impl/TaskDAOImpl.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/ReportDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/TaskDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/scheduling/AbstractTaskJob.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/scheduling/NotificationJob.java
* /incubator/syncope/trunk/core/src/test/resources/content.xml

                
> Notification e-mails can be sent forever
> ----------------------------------------
>
>                 Key: SYNCOPE-54
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-54
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.0.0-incubating
>
>
> Let's define a Notification with traceLevel = FAILURES.
> At every NotificationJob run, it will check for NotificationTasks without executions, for processing. When traceLevel is <= ALL, however, executions will be stored only in case of failure.
> As a result, when e-mail sending succeeds, no execution will be stored, and next run of NotificationJob will try to send again the same e-mails.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira