You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Dinusha Dilrukshi (Created) (JIRA)" <ji...@apache.org> on 2012/01/12 05:57:39 UTC

[jira] [Created] (SYNAPSE-837) Upgrading quartz version used in synapse-taskt

Upgrading quartz version used in synapse-taskt
----------------------------------------------

                 Key: SYNAPSE-837
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-837
             Project: Synapse
          Issue Type: Improvement
         Environment: synapse-trunk
            Reporter: Dinusha Dilrukshi


Current synapse-task implementation has used quartz 1.6.0 version which is something old. The quartz latest stable version 2.1.1 seem to have many functional improvements and new features over 1.6.0 version. So it will be a good idea to upgrade quartz version to 2.1.1 to have future enhancements in synapse-task.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] [Updated] (SYNAPSE-837) Upgrading quartz version used in synapse-task

Posted by "Dinusha Dilrukshi (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinusha Dilrukshi updated SYNAPSE-837:
--------------------------------------

    Summary: Upgrading quartz version used in synapse-task  (was: Upgrading quartz version used in synapse-taskt)
    
> Upgrading quartz version used in synapse-task
> ---------------------------------------------
>
>                 Key: SYNAPSE-837
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-837
>             Project: Synapse
>          Issue Type: Improvement
>         Environment: synapse-trunk
>            Reporter: Dinusha Dilrukshi
>
> Current synapse-task implementation has used quartz 1.6.0 version which is something old. The quartz latest stable version 2.1.1 seem to have many functional improvements and new features over 1.6.0 version. So it will be a good idea to upgrade quartz version to 2.1.1 to have future enhancements in synapse-task.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] [Commented] (SYNAPSE-837) Upgrading quartz version used in synapse-task

Posted by "Dinusha Dilrukshi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185729#comment-13185729 ] 

Dinusha Dilrukshi commented on SYNAPSE-837:
-------------------------------------------

Since synapse message-processors also using quartz, we need to make necessary changes to  message-processors code as well. Here I am attaching the patch which has included code changes required in both task and message-processors when using quartz 2.1.1.

As a summarization of code changes done,
- Earlier new trigger was created using TriggerUtils and now it was done using TriggerBuilder which introduced through DSL.
- New JobDetail is now created using JobBuilder.
- Jobs are now deleted sing Job key instead of "name, group".

I have tested scheduled-task and message-processors functionalities after modifications. Appreciate if patch can be applied to synapse trunk. 
                
> Upgrading quartz version used in synapse-task
> ---------------------------------------------
>
>                 Key: SYNAPSE-837
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-837
>             Project: Synapse
>          Issue Type: Improvement
>         Environment: synapse-trunk
>            Reporter: Dinusha Dilrukshi
>         Attachments: SYNAPSE-837.diff
>
>
> Current synapse-task implementation has used quartz 1.6.0 version which is something old. The quartz latest stable version 2.1.1 seem to have many functional improvements and new features over 1.6.0 version. So it will be a good idea to upgrade quartz version to 2.1.1 to have future enhancements in synapse-task.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] [Updated] (SYNAPSE-837) Upgrading quartz version used in synapse-task

Posted by "Dinusha Dilrukshi (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinusha Dilrukshi updated SYNAPSE-837:
--------------------------------------

    Attachment: SYNAPSE-837.diff
    
> Upgrading quartz version used in synapse-task
> ---------------------------------------------
>
>                 Key: SYNAPSE-837
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-837
>             Project: Synapse
>          Issue Type: Improvement
>         Environment: synapse-trunk
>            Reporter: Dinusha Dilrukshi
>         Attachments: SYNAPSE-837.diff
>
>
> Current synapse-task implementation has used quartz 1.6.0 version which is something old. The quartz latest stable version 2.1.1 seem to have many functional improvements and new features over 1.6.0 version. So it will be a good idea to upgrade quartz version to 2.1.1 to have future enhancements in synapse-task.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org