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

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Oct 1 08:13:03 EDT 2012


Thomas Diesler created AS7-5660:
-----------------------------------

             Summary: 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: 7.2.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