[
https://issues.jboss.org/browse/JBAS-7969?page=com.atlassian.jira.plugin....
]
David Lloyd updated JBAS-7969:
------------------------------
Assignee: (was: David Lloyd)
XB binding of
org.jboss.logging.metadata.HandlerMetaData.propertyMetaDataList
-----------------------------------------------------------------------------
Key: JBAS-7969
URL:
https://issues.jboss.org/browse/JBAS-7969
Project: Application Server 3 4 5 and 6
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Logging
Affects Versions: 6.0.0.M2
Reporter: Alexey Loubyansky
Fix For: No Release
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, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira