Tuesday, 15 March 2016

Malformed declaration expecting version

Malformed declaration expecting version



Two  solutions:

1.You forgot to add below annotations(example).

@GET
@Produces(MediaType.TEXT_HTML)
    on top of method you are calling from.

 2.There are invalid xml syntaxes in web.xml or other xml files in your project.

No comments:

Post a Comment