Clean up BeanMetaDataICF debug msgs
-----------------------------------
Key: JBAS-6447
URL:
https://jira.jboss.org/jira/browse/JBAS-6447
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Management services
Affects Versions: JBossAS-5.0.0.GA
Reporter: Scott M Stark
Assignee: Scott M Stark
There are too many debug msgs like the following in the server log. Need to track down why
this happens as there is a check to skip non-readable properties, but somehow that is not
correct here.
5716 [main] DEBUG org.jboss.deployers.plugins.managed.BeanMetaDataICF - Failed to get
property value for bean: org.jboss.beans.metadata.plugins.AbstractBeanMetaData, property:
properties
java.lang.IllegalArgumentException: Property is not readable: propertyReplace for
org.jboss.beans.metadata.plugins.AbstractPropertyMetaData
at org.jboss.beans.info.plugins.DefaultPropertyInfo.get(DefaultPropertyInfo.java:131)
at org.jboss.beans.info.plugins.BeanInfoUtil.getNestedTarget(BeanInfoUtil.java:78)
at org.jboss.beans.info.plugins.BeanInfoUtil.get(BeanInfoUtil.java:142)
at org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:284)
at
org.jboss.metatype.plugins.values.DefaultMetaValueFactory.createCompositeValue(DefaultMetaValueFactory.java:471)
at
org.jboss.metatype.plugins.values.DefaultMetaValueFactory.internalCreate(DefaultMetaValueFactory.java:1023)
at
org.jboss.metatype.plugins.values.DefaultMetaValueFactory.createCollectionValue(DefaultMetaValueFactory.java:247)
at
org.jboss.metatype.plugins.values.DefaultMetaValueFactory.internalCreate(DefaultMetaValueFactory.java:1029)
at
org.jboss.metatype.plugins.values.DefaultMetaValueFactory.create(DefaultMetaValueFactory.java:542)
at
org.jboss.deployers.plugins.managed.BeanMetaDataICF.getValue(BeanMetaDataICF.java:165)
--
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