[jboss-jira] [JBoss JIRA] Created: (JBMAN-28) AbstractManagedObjectFactory.initManagedObject does not look into collections for the property type
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Fri Oct 24 11:22:21 EDT 2008
AbstractManagedObjectFactory.initManagedObject does not look into collections for the property type
---------------------------------------------------------------------------------------------------
Key: JBMAN-28
URL: https://jira.jboss.org/jira/browse/JBMAN-28
Project: JBoss Managed
Issue Type: Bug
Affects Versions: JBossMan.2.0.0.CR2
Reporter: Scott M Stark
Assignee: Scott M Stark
When a ComponentDeployer like KernelDeploymentDeployer extends AbstractComponentDeployer<KernelDeployment, BeanMetaData> is processed for its ManagedObjects, recursion into the property that corresponds to the components (List<BeanMetaData> beanFactories in this case) to build its ManagedObject fails to pull out the BeanMetaData and map this to the registered InstanceClassFactory. The logic for obtaining the InstanceClassFactory needs to deal with collections/arrays better.
--
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