[jboss-jira] [JBoss JIRA] Updated: (JBAS-6712) KernelDeploymentManagedObjectCreator does not process BeanMetaDataFactory that is not a ManagedObject

Jason T. Greene (JIRA) jira-events at lists.jboss.org
Mon Apr 13 14:05:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBAS-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason T. Greene updated JBAS-6712:
----------------------------------

    Fix Version/s: JBossAS-5.1.0.GA
                       (was: JBossAS-5.1.0.CR1)


Reschedule if these happen to get fixed sooner.

> KernelDeploymentManagedObjectCreator does not process BeanMetaDataFactory that is not a ManagedObject
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6712
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6712
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Management services, ProfileService
>            Reporter: Scott M Stark
>            Assignee: Scott M Stark
>             Fix For: JBossAS-5.1.0.GA
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> A custom BeanMetaDataFactory like:
> @JBossXmlSchema(namespace="urn:jboss:proxied-mbean:1.0", elementFormDefault=XmlNsForm.QUALIFIED, replacePropertyRefs=true)
> @XmlRootElement(name="proxied-mbeans")
> @XmlType(name="proxiedMBeanType")
> public class ProxiedMBeanMetaData implements Serializable, BeanMetaDataFactory
> {
> which has no ManagementObject annotation and does not have an InstanceClassFactory implementation registered, fails to be processed for its BeanMetaData components which can be annotated for management. There should be a container ManagedObject created for the factory with a beans property to contain the factory's managable components.

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