开发者

xjc binding file for <extension base = "anyType"/> throws error [closed]

Closed. This question needs debugging details. It is not currently accepting answers. 开发者_StackOverflow中文版

Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.

Closed 2 years ago.

Improve this question

I have xsd defination

<element name="primaryKey" nillable="false">
   <complexType mixed="false">                   
      <complexContent mixed="false">
         <extension base="anyType"/>                   
      </complexContent>
   </complexType>
</element>

and i using binding file to

<jxb:bindings node="//xs:extension[@base='anyType']">
   <jxb:property>
      <jxb:baseType name="java.lang.Object"/>
   </jxb:property>
</jxb:bindings> 

to generate the jaxb classes but i am unable to do so its giving error [xjc] [ERROR] Specified property customization is not used.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜