citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.97k stars 1.47k forks source link

@WebParam annotation should not be used in implementation class #8

Closed benblan closed 6 years ago

benblan commented 8 years ago

When importing the project code into Eclipse Mars, I have 1 error that says "@WebService annotation contains an endpointInterface attribute. No parameters annotated with @WebParam allowed in implementation class".

This error appears in the HandlingReportServiceImpl class.

daneidmark commented 8 years ago

Thank you for the input! The master branch is currently being developed with the goal of modernizing the tech stack. In that process we are about to replace the SOAP interface and that will hopefully resolve the issue. If you are having troubles I suggest that you take a look at the tag dddsample-1.1.0 which is the latest stable version.