You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Hiranya Jayathilaka (Created) (JIRA)" <ji...@apache.org> on 2011/10/10 07:52:30 UTC

[jira] [Created] (AXIS2-5165) Allow System Properties in the Names and Values of Cluster Member Properties

Allow System Properties in the Names and Values of Cluster Member Properties
----------------------------------------------------------------------------

                 Key: AXIS2-5165
                 URL: https://issues.apache.org/jira/browse/AXIS2-5165
             Project: Axis2
          Issue Type: Improvement
    Affects Versions: 1.6.1
            Reporter: Hiranya Jayathilaka


Currently Axis2 cluster member properties support a limited number of predefined identifiers:

${httpPort}
${httpsPort}
${hostName}

It would be useful to support generic system properties as identifiers when defining cluster member properties. For an example when there are system properties by the names 'foo' and 'bar' we should be able to define a member property as follows:

<property name="my.property.${foo}" value="${bar}"/>


--
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Assigned] (AXIS2-5165) Allow System Properties in the Names and Values of Cluster Member Properties

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

Afkham Azeez reassigned AXIS2-5165:
-----------------------------------

    Assignee: Afkham Azeez
    
> Allow System Properties in the Names and Values of Cluster Member Properties
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-5165
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5165
>             Project: Axis2
>          Issue Type: Improvement
>    Affects Versions: 1.6.1
>            Reporter: Hiranya Jayathilaka
>            Assignee: Afkham Azeez
>         Attachments: AXIS2-5165.patch
>
>
> Currently Axis2 cluster member properties support a limited number of predefined identifiers:
> ${httpPort}
> ${httpsPort}
> ${hostName}
> It would be useful to support generic system properties as identifiers when defining cluster member properties. For an example when there are system properties by the names 'foo' and 'bar' we should be able to define a member property as follows:
> <property name="my.property.${foo}" value="${bar}"/>

--
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Resolved] (AXIS2-5165) Allow System Properties in the Names and Values of Cluster Member Properties

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

Afkham Azeez resolved AXIS2-5165.
---------------------------------

    Resolution: Fixed

Applied patch provided by Hiranya
                
> Allow System Properties in the Names and Values of Cluster Member Properties
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-5165
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5165
>             Project: Axis2
>          Issue Type: Improvement
>    Affects Versions: 1.6.1
>            Reporter: Hiranya Jayathilaka
>            Assignee: Afkham Azeez
>         Attachments: AXIS2-5165.patch
>
>
> Currently Axis2 cluster member properties support a limited number of predefined identifiers:
> ${httpPort}
> ${httpsPort}
> ${hostName}
> It would be useful to support generic system properties as identifiers when defining cluster member properties. For an example when there are system properties by the names 'foo' and 'bar' we should be able to define a member property as follows:
> <property name="my.property.${foo}" value="${bar}"/>

--
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Updated] (AXIS2-5165) Allow System Properties in the Names and Values of Cluster Member Properties

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

Hiranya Jayathilaka updated AXIS2-5165:
---------------------------------------

    Attachment: AXIS2-5165.patch

Attaching a patch for the issue
                
> Allow System Properties in the Names and Values of Cluster Member Properties
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-5165
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5165
>             Project: Axis2
>          Issue Type: Improvement
>    Affects Versions: 1.6.1
>            Reporter: Hiranya Jayathilaka
>         Attachments: AXIS2-5165.patch
>
>
> Currently Axis2 cluster member properties support a limited number of predefined identifiers:
> ${httpPort}
> ${httpsPort}
> ${hostName}
> It would be useful to support generic system properties as identifiers when defining cluster member properties. For an example when there are system properties by the names 'foo' and 'bar' we should be able to define a member property as follows:
> <property name="my.property.${foo}" value="${bar}"/>

--
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Commented] (AXIS2-5165) Allow System Properties in the Names and Values of Cluster Member Properties

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

Hudson commented on AXIS2-5165:
-------------------------------

Integrated in Axis2 #1040 (See [https://builds.apache.org/job/Axis2/1040/])
    Applying patch provided by Hiranya for AXIS2-5165

azeez : 
Files : 
* /axis/axis2/java/core/trunk/modules/clustering/src/org/apache/axis2/clustering/tribes/TribesClusteringAgent.java

                
> Allow System Properties in the Names and Values of Cluster Member Properties
> ----------------------------------------------------------------------------
>
>                 Key: AXIS2-5165
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5165
>             Project: Axis2
>          Issue Type: Improvement
>    Affects Versions: 1.6.1
>            Reporter: Hiranya Jayathilaka
>            Assignee: Afkham Azeez
>         Attachments: AXIS2-5165.patch
>
>
> Currently Axis2 cluster member properties support a limited number of predefined identifiers:
> ${httpPort}
> ${httpsPort}
> ${hostName}
> It would be useful to support generic system properties as identifiers when defining cluster member properties. For an example when there are system properties by the names 'foo' and 'bar' we should be able to define a member property as follows:
> <property name="my.property.${foo}" value="${bar}"/>

--
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org