[jboss-jira] [JBoss JIRA] Reopened: (JBAS-6203) "config-property" property on Local Datasource managed component returns incorrect MetaType
Charles Crouch (JIRA)
jira-events at lists.jboss.org
Wed Feb 18 16:03:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Charles Crouch reopened JBAS-6203:
----------------------------------
I'm still seeing
managedProperties.get("config-property").getMetaType() return
MapCompositeMetaType (id=12269)
array= false
cachedHashCode= -2147483648
cachedToString= "MapCompositeMetaType{java.util.Map}"
className= "org.jboss.metatype.api.values.CompositeValue"
> "config-property" property on Local Datasource managed component returns incorrect MetaType
> -------------------------------------------------------------------------------------------
>
> Key: JBAS-6203
> URL: https://jira.jboss.org/jira/browse/JBAS-6203
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: ProfileService
> Reporter: Ian Springer
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0.0.GA
>
>
> managedProperties.get("config-property").getValue() returns a CollectionValueSupport
> yet managedProperties.get("config-property").getMetaType() returns a MapCompositeMetaType. I'm pretty sure it should instead be returning a CollectionMetaType, which is the MetaType that corresponds to CollectionValue.
--
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
More information about the jboss-jira
mailing list