[jboss-dev-forums] [Design of JBossXB] - Property order cannot be defined on super type
thomas.diesler@jboss.com
do-not-reply at jboss.com
Thu Jul 16 09:10:34 EDT 2009
Could you please have a look/comment on
https://jira.jboss.org/jira/browse/JBXB-210
| Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Property order is not specified for type org.jboss.osgi.blueprint.parser.xb.TReference bound to a sequence. Property order can be specified using @XmlType.propOrder or @XmlAccessorOrder. List of properties: referenceListeners dependsOn initialization componentName description any interfaceNames otherAttributes timeout filter availability
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.assertPropOrderNotRequired(JBossXBNoSchemaBuilder.java:1278)
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.generateType(JBossXBNoSchemaBuilder.java:1071)
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.generateBean(JBossXBNoSchemaBuilder.java:779)
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.generateBean(JBossXBNoSchemaBuilder.java:767)
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.generateTypeBinding(JBossXBNoSchemaBuilder.java:523)
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.resolveTypeBinding(JBossXBNoSchemaBuilder.java:482)
| at org.jboss.xb.builder.JBossXBNoSchemaBuilder.bindProperty(JBossXBNoSchemaBuilder.java:1684)
|
| @XmlType(name = "Treference", namespace = BlueprintContext.XMLNS_BLUEPRINT)
| public class TReference extends TServiceReference
|
| @XmlType(name = "TserviceReference", namespace = BlueprintContext.XMLNS_BLUEPRINT, propOrder = { "description" })
| public class TServiceReference extends TComponent
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244079#4244079
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244079
More information about the jboss-dev-forums
mailing list