The attribute required is undefined for the annotation type XmlElementRef



使用CXF的wsdl2java生成Java客户端,在@XmlElementRef类上面提示:The attribute required is undefined for the annotation type XmlElementRef。



解决办法如下:


1、拷贝apache-cxf-2.7.0\lib目录下的endorsed文件夹(里面包含geronimo-jaxws_2.2_spec-1.1.jar和jaxb-api-2.2.6.jar 两个jar包);


2、将上述复制好的文件夹复制到%JAVA_HOME%\jre\lib目录下

3、重启eclipse即可。



参考:

http://www.coderanch.com/t/532592/Web-Services/java/attribute-required-undefined-annotation-type

你可能感兴趣的:(annotation)