[jboss-jira] [JBoss JIRA] Created: (JBAS-7969) XB binding of org.jboss.logging.metadata.HandlerMetaData.propertyMetaDataList
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Fri Apr 23 08:22:11 EDT 2010
XB binding of org.jboss.logging.metadata.HandlerMetaData.propertyMetaDataList
-----------------------------------------------------------------------------
Key: JBAS-7969
URL: https://jira.jboss.org/jira/browse/JBAS-7969
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Logging
Affects Versions: JBossAS-6.0.0.M2
Reporter: Alexey Loubyansky
Assignee: David Lloyd
Property order is not specified for type org.jboss.beans.metadata.spi.PropertyMetaData bound to a sequence. Property order can be specified using @XmlType.propOrder or @XmlAccessorOrder. List of properties: value preInstantiate type name
at org.jboss.logging.metadata.HandlerMetaData.propertyMetaDataList
at org.jboss.logging.metadata.LoggingMetaData.handlerMetaDataList
at org.jboss.logging.metadata.LoggingMetaData
@XmlElementWrapper(name="properties")
public void setPropertyMetaDataList(final List<PropertyMetaData> propertyMetaDataList) {
this.propertyMetaDataList = propertyMetaDataList;
}
PropertyMetaData is an interface and an implementation class must be specified. It's not actually used, is it?
--
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