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