linux 下weblogic11g部署 web应用 报错

Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
Class has two properties of the same name "request"
this problem is related to the following location:
at public com.gingkoo.test.web.service.bean.Request com.gingkoo.test.web.service.api.jaxws_asm.Upload.getRequest()
at com.gingkoo.test.web.service.api.jaxws_asm.Upload
this problem is related to the following location:
at private com.gingkoo.test.web.service.bean.Request com.gingkoo.test.web.service.api.jaxws_asm.Upload.request
at com.gingkoo.test.web.service.api.jaxws_asm.Upload
Class has two properties of the same name "response"
this problem is related to the following location:
at public com.gingkoo.test.web.service.bean.Response com.gingkoo.test.web.service.api.jaxws_asm.UploadResponse.getResponse()
at com.gingkoo.test.web.service.api.jaxws_asm.UploadResponse
this problem is related to the following location:
at private com.gingkoo.test.web.service.bean.Response com.gingkoo.test.web.service.api.jaxws_asm.UploadResponse.response
at com.gingkoo.test.web.service.api.jaxws_asm.UploadResponse

我试了一下你的代码。也不成功,正在找问题所在