i try to generate WSDL for a very simple webservice and that's what i get:
[INFO] [jaxws:wsgen {execution: default}]
Note: ap round: 1
[ProcessedMethods Class: spring.hibernate.webservices.weblogic.ws.GetPeople]
[should process method: getPeople hasWebMethods: true ]
[endpointReferencesInterface: false]
[declaring class has WebSevice: true]
[returning: true]
[WrapperGen - method: getPeople()]
[method.getDeclaringType(): spring.hibernate.webservices.weblogic.ws.GetPeople]
[requestWrapper: spring.hibernate.webservices.weblogic.ws.jaxws.GetPeople]
[ProcessedMethods Class: java.lang.Object]
spring\hibernate\webservices\weblogic\ws\jaxws\GetPeople.java
spring\hibernate\webservices\weblogic\ws\jaxws\GetPeopleResponse.java
Note: ap round: 2
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to execute wsgen
Embedded error: Unable to create JAXBContext
1 counts of IllegalAnnotationExceptions
i don't get which annotation is illegal in my case...