execption detail: Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:) at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.ja
package b; public class Rect { Double width; Double height; public Double getWidth() { return width; } public void setWidth(Double width) { this.width = width; } public Double getHeight() { return height; } public void setHeight(Double height) { this
这里说的名称冲突指的是: JavaBean 属性名称与字段名称之间的名称冲突.在pojo类中的setter和getter方法会导致运行报错:Exception in thread "main" com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException:2 counts of IllegalAnnotationExceptions这时我们就要用到另一个注释:@XmlTransient,用来防止映射使用@XmlTran