You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Kasun Indrasiri (JIRA)" <ji...@apache.org> on 2010/10/06 08:49:31 UTC

[jira] Created: (SYNAPSE-697) Support retrieving registry properties through the get-property function

Support retrieving registry properties through the get-property function
------------------------------------------------------------------------

                 Key: SYNAPSE-697
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-697
             Project: Synapse
          Issue Type: Improvement
            Reporter: Kasun Indrasiri


It is really useful to retrieve registry resource properties through the get-property function.

e.g.

 <log level="custom">
                <property name="FOO" expression="get-property('registry','regpath/@FOO')"/>
</log>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SYNAPSE-697) Support retrieving registry properties through the get-property function

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

Kasun Indrasiri updated SYNAPSE-697:
------------------------------------

    Attachment: SYNAPSE-697.patch

I'm attaching the patch for this issue.

> Support retrieving registry properties through the get-property function
> ------------------------------------------------------------------------
>
>                 Key: SYNAPSE-697
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-697
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Kasun Indrasiri
>         Attachments: SYNAPSE-697.patch
>
>
> It is really useful to retrieve registry resource properties through the get-property function.
> e.g.
>  <log level="custom">
>                 <property name="FOO" expression="get-property('registry','regpath/@FOO')"/>
> </log>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (SYNAPSE-697) Support retrieving registry properties through the get-property function

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

Supun Kamburugamuva resolved SYNAPSE-697.
-----------------------------------------

    Resolution: Fixed

Applied the patch. Many Thanks Kasun for the contribution.

> Support retrieving registry properties through the get-property function
> ------------------------------------------------------------------------
>
>                 Key: SYNAPSE-697
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-697
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Kasun Indrasiri
>            Assignee: Supun Kamburugamuva
>         Attachments: new-SYNAPSE-697.patch
>
>
> It is really useful to retrieve registry resource properties through the get-property function.
> e.g.
>  <log level="custom">
>                 <property name="FOO" expression="get-property('registry','regpath/@FOO')"/>
> </log>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (SYNAPSE-697) Support retrieving registry properties through the get-property function

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

Supun Kamburugamuva reassigned SYNAPSE-697:
-------------------------------------------

    Assignee: Supun Kamburugamuva

> Support retrieving registry properties through the get-property function
> ------------------------------------------------------------------------
>
>                 Key: SYNAPSE-697
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-697
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Kasun Indrasiri
>            Assignee: Supun Kamburugamuva
>         Attachments: SYNAPSE-697.patch
>
>
> It is really useful to retrieve registry resource properties through the get-property function.
> e.g.
>  <log level="custom">
>                 <property name="FOO" expression="get-property('registry','regpath/@FOO')"/>
> </log>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SYNAPSE-697) Support retrieving registry properties through the get-property function

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

Kasun Indrasiri updated SYNAPSE-697:
------------------------------------

    Attachment:     (was: SYNAPSE-697.patch)

> Support retrieving registry properties through the get-property function
> ------------------------------------------------------------------------
>
>                 Key: SYNAPSE-697
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-697
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Kasun Indrasiri
>            Assignee: Supun Kamburugamuva
>         Attachments: new-SYNAPSE-697.patch
>
>
> It is really useful to retrieve registry resource properties through the get-property function.
> e.g.
>  <log level="custom">
>                 <property name="FOO" expression="get-property('registry','regpath/@FOO')"/>
> </log>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SYNAPSE-697) Support retrieving registry properties through the get-property function

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

Kasun Indrasiri updated SYNAPSE-697:
------------------------------------

    Attachment: new-SYNAPSE-697.patch

Hi Supun,

I have attached the modified patch 'new-SYNAPSE-697.patch' . This resolve some issues that we have on the initial patch.
Please apply.

> Support retrieving registry properties through the get-property function
> ------------------------------------------------------------------------
>
>                 Key: SYNAPSE-697
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-697
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Kasun Indrasiri
>            Assignee: Supun Kamburugamuva
>         Attachments: new-SYNAPSE-697.patch
>
>
> It is really useful to retrieve registry resource properties through the get-property function.
> e.g.
>  <log level="custom">
>                 <property name="FOO" expression="get-property('registry','regpath/@FOO')"/>
> </log>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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