for Connection Factories, an extra prop.type config-prop is added to the
"config-property" MapCompositeMetaType property every time
managementView.updateComponent(connFactoryComponent) is called
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-6668
URL:
https://jira.jboss.org/jira/browse/JBAS-6668
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: ProfileService
Reporter: Ian Springer
Assignee: Scott M Stark
Initial dump of component's properties:
14:51:01,799 DEBUG [ManagedComponentComponent] *** AFTER LOAD:
...
name=config-property, mappedName=managedConnectionFactoryProperties,
viewUse=CONFIGURATION, required=false, value= MapCompositeMetaType{java.util.Map items=[
name=foo type=java.lang.String], [name=foo.type type=java.lang.String],
[name=foo.type.type type=java.lang.String]}:{foo.type=SimpleMetaType:java.lang.String:bl
ah, foo=SimpleMetaType:java.lang.String:blah,
foo.type.type=SimpleMetaType:java.lang.String:blah}
Items:
foo=SimpleMetaType:java.lang.String:blah
foo.type=SimpleMetaType:java.lang.String:blah
...
and after calling updateComponent():
14:51:01,799 DEBUG [ManagedComponentComponent] *** AFTER LOAD:
...
name=config-property, mappedName=managedConnectionFactoryProperties,
viewUse=CONFIGURATION, required=false, value= MapCompositeMetaType{java.util.Map items=[
name=foo type=java.lang.String], [name=foo.type type=java.lang.String],
[name=foo.type.type type=java.lang.String]}:{foo.type=SimpleMetaType:java.lang.String:bl
ah, foo=SimpleMetaType:java.lang.String:blah,
foo.type.type=SimpleMetaType:java.lang.String:blah}
Items:
foo=SimpleMetaType:java.lang.String:blah
foo.type=SimpleMetaType:java.lang.String:blah
foo.type.type=SimpleMetaType:java.lang.String:blah
...
Note the extra foo.type.type item.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira