Description
To publish a JAXWS/JAXB service you currently have to use the following service properties:
org.apache.cxf.ws.frontend:jaxws
org.apache.cxf.ws.databinding:jaxb
As these services are quite popular I propose we autodetect these when no such properties are set.
So the idea is to detect if the @Webservice annotation is present and then by default use the above settings.