[jboss-jira] [JBoss JIRA] (WFLY-9551) Ability to add Properties binding in Naming subsystem
Ranabir Chakraborty (Jira)
issues at jboss.org
Wed Mar 18 06:21:45 EDT 2020
[ https://issues.redhat.com/browse/WFLY-9551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001824#comment-14001824 ]
Ranabir Chakraborty commented on WFLY-9551:
-------------------------------------------
[~bmaxwell] is this issue still there ?
> Ability to add Properties binding in Naming subsystem
> -----------------------------------------------------
>
> Key: WFLY-9551
> URL: https://issues.redhat.com/browse/WFLY-9551
> Project: WildFly
> Issue Type: Feature Request
> Components: Naming
> Affects Versions: 11.0.0.Final
> Reporter: Brad Maxwell
> Priority: Minor
>
> Something like this whee multiple properties can be specified and then looked up as a java.util.Properties object:
> {code}
> Properties properties = (Properties) new InitialContext().lookup("java:global/myProperties");
> {code}
> {code}
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <bindings>
> <properties name="java:global/myProperties">
> <property name="environment" value="production"/>
> <property name="size" value="100"/>
> ...
> </properties>
> </bindings>
> </subsystem>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list