[jboss-jira] [JBoss JIRA] (WFLY-272) Internal/Redundant information stored in Domain Model

Brian Stansberry (JIRA) issues at jboss.org
Tue Sep 12 22:06:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFLY-272:
----------------------------------
    Component/s: OSGi
                     (was: ConfigAdmin)


> Internal/Redundant information stored in Domain Model
> -----------------------------------------------------
>
>                 Key: WFLY-272
>                 URL: https://issues.jboss.org/browse/WFLY-272
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: OSGi
>            Reporter: Thomas Diesler
>
> Only property 'foo' should show up in the model. Property service.pid is redundant, service.bundleLocation,.org.jboss.source is for internal use only and should not survive shutdown
> {code}
>             <configuration pid="org.jboss.as.test.integration.osgi.api.ConfiguredService">
>                 <property name="service.pid" value="org.jboss.as.test.integration.osgi.api.ConfiguredService"/>
>                 <property name="service.bundleLocation" value="config-admin-bundle-a"/>
>                 <property name="foo" value="bar"/>
>                 <property name=".org.jboss.source" value="notfromdmr"/>
>             </configuration>
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list