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

Jason Greene (JIRA) jira-events at lists.jboss.org
Thu Jul 18 01:11:58 EDT 2013


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

Jason Greene updated WFLY-272:
------------------------------

    Fix Version/s: 8.0.0.Beta1
                       (was: 8.0.0.Alpha3)

    
> 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: ConfigAdmin
>            Reporter: Thomas Diesler
>             Fix For: 8.0.0.Beta1
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list