[jboss-jira] [JBoss JIRA] Created: (JBMAN-41) Need to create MapCompositeValue for

Scott M Stark (JIRA) jira-events at lists.jboss.org
Fri Nov 21 12:12:36 EST 2008


Need to create MapCompositeValue for 
-------------------------------------

                 Key: JBMAN-41
                 URL: https://jira.jboss.org/jira/browse/JBMAN-41
             Project: JBoss Managed
          Issue Type: Bug
    Affects Versions: JBossMan.2.0.0.CR5
            Reporter: Scott M Stark
            Assignee: Scott M Stark
             Fix For: JBossMan.2.0.0.GA


Related to JBAS-6203, a collection property annotated like:
   @ManagementProperty(name="config-property",
         description="The connection factory property info", managed=true, propertyFactory= ConnectionFactoryProperty.class,
         includeInTemplate=true)
   public List<ManagedConnectionFactoryPropertyMetaData> getManagedConnectionFactoryProperties()

is seeing a CollectionValueSupport as its meta value rather than the expected MapCompositeValue. We must be looking at the underlying property type rather than the indicated meta type somewhere in the ManagedProperty construction.


-- 
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