And as a parallel; it would be nice to be have inheritance in the interface as well (the services are available both through REST and SOAP).

@javax.jws.WebService
public interface UserService extends AbstractService<User, Users>
{
}

Yes, hopefully it will work for you now in JAX-RS case as well...

Can you also open a JIRA (JAXWS component) so that the issue you reported below can be traced ? If you could attach some sample test case then it would help...

It works for JAX-RS, but not for SOAP.

https://issues.apache.org/jira/browse/CXF-2234

I stripped out all the unrelated code in the sniplets.

Tom

Reply via email to