You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Vijayaratha Vijayasingam (JIRA)" <ji...@apache.org> on 2011/05/11 08:22:47 UTC

[jira] [Created] (SYNAPSE-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
-------------------------------------------------------------------------------------------------------

                 Key: SYNAPSE-763
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
             Project: Synapse
          Issue Type: Improvement
          Components: Core
    Affects Versions: NIGHTLY
            Reporter: Vijayaratha Vijayasingam
         Attachments: urlRewrite.patch

1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 

2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..

I have added a patch for the above suggestion+bug..

Please review and commit...

--
This message is automatically generated by JIRA.
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam updated SYNAPSE-763:
---------------------------------------------

    Attachment: URLRewriteDoc.patch

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: URLRewriteDoc.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam updated SYNAPSE-763:
---------------------------------------------

    Attachment:     (was: urlRewrite.patch)

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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] [Assigned] (SYNAPSE-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Hiranya Jayathilaka reassigned SYNAPSE-763:
-------------------------------------------

    Assignee: Hiranya Jayathilaka
    
> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>            Assignee: Hiranya Jayathilaka
>         Attachments: URLRewriteDoc.patch, rewriteTestCase.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
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] [Resolved] (SYNAPSE-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Supun Kamburugamuva resolved SYNAPSE-763.
-----------------------------------------

    Resolution: Fixed

Applied the patch. Many thanks Ratha for the contribution.

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: URLRewriteDoc.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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] [Reopened] (SYNAPSE-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Hiranya Jayathilaka reopened SYNAPSE-763:
-----------------------------------------


This has broken the url rewrite mediator tests.

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: URLRewriteDoc.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam commented on SYNAPSE-763:
--------------------------------------------------

I updated the docs(guide+samples) according to new tag change(rule-->rewriterule)
Please review and update docs also...

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: URLRewriteDoc.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam updated SYNAPSE-763:
---------------------------------------------

    Attachment: rewriteTestCase.patch

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: URLRewriteDoc.patch, rewriteTestCase.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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] [Resolved] (SYNAPSE-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Hiranya Jayathilaka resolved SYNAPSE-763.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

All patches applied to branch and trunk. Thanks Ratha for the contribution.
                
> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>            Assignee: Hiranya Jayathilaka
>             Fix For: 2.1
>
>         Attachments: URLRewriteDoc.patch, rewriteTestCase.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam commented on SYNAPSE-763:
--------------------------------------------------

Sorry for the inconvenience.. i have attached the fixes for test cases...
Please check and commit...

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: URLRewriteDoc.patch, rewriteTestCase.patch, urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam updated SYNAPSE-763:
---------------------------------------------

    Attachment: urlrewrite.patch

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: urlrewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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-763) It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name

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

Vijayaratha Vijayasingam updated SYNAPSE-763:
---------------------------------------------

    Attachment: urlRewrite.patch

> It is good to have meditor configuration tags with a meaningful prefix, rather keeping with common name
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-763
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-763
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: NIGHTLY
>            Reporter: Vijayaratha Vijayasingam
>         Attachments: urlRewrite.patch
>
>
> 1.Currently 'URL Rewrite' mediators configuration uses 'rule' tag which is common term in ESB, which will make a mess when adding more and more configurations using same tag..
> So, it would be good to change the tag as "rewriterule" (base mediator tag as prefix+ meaningful suffix) 
> 2. There is a minor bug in 'URLRewriteMediatorSerializer' class, where it skipped to serialize the 'rewrite' properties..
> I have added a patch for the above suggestion+bug..
> Please review and commit...

--
This message is automatically generated by JIRA.
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