[
https://issues.jboss.org/browse/JBAS-7969?page=com.atlassian.jira.plugin....
]
Jason Greene reopened JBAS-7969:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all
unscheduled AS6 issues that are a year or less old. This will make it easier community
members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate
them.
XB binding of
org.jboss.logging.metadata.HandlerMetaData.propertyMetaDataList
-----------------------------------------------------------------------------
Key: JBAS-7969
URL:
https://issues.jboss.org/browse/JBAS-7969
Project: Legacy JBoss Application Server 6
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Logging
Affects Versions: 6.0.0.M2
Reporter: Alexey Loubyansky
Assignee: David Lloyd
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.
For more information on JIRA, see:
http://www.atlassian.com/software/jira