[
https://jira.jboss.org/jira/browse/JBAS-6712?page=com.atlassian.jira.plug...
]
Jason T. Greene updated JBAS-6712:
----------------------------------
Fix Version/s: Unscheduled
(was: 6.0.0.M3)
Unscheduling due to inactivity. Reassign to a release that you feel comfortable resolving
this issue in, or leave as is.
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: Unscheduled
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