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