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

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Mar 5 22:58:56 EST 2013


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

Brian Stansberry updated AS7-5660:
----------------------------------

    Fix Version/s: 8.0.0.Alpha1
                       (was: 7.2.0.Alpha1)

    
> Internal/Redundant information stored in Domain Model
> -----------------------------------------------------
>
>                 Key: AS7-5660
>                 URL: https://issues.jboss.org/browse/AS7-5660
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: ConfigAdmin
>            Reporter: Thomas Diesler
>            Assignee: David Bosschaert
>             Fix For: 8.0.0.Alpha1
>
>
> 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