[jboss-jira] [JBoss JIRA] (JBAS-7969) XB binding of org.jboss.logging.metadata.HandlerMetaData.propertyMetaDataList

David Lloyd (JIRA) issues at jboss.org
Thu Feb 27 17:15:49 EST 2014


     [ https://issues.jboss.org/browse/JBAS-7969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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


More information about the jboss-jira mailing list