Re: svn commit: r1412802

2012-11-23 Thread Sergey Beryozkin
Hi Christian What is the auto-detection and is there any reason JAX-RS endpoints can not benefit of this possible enhancement ? Thanks, Sergey On 23/11/12 09:50, cschnei...@apache.org wrote: Author: cschneider Date: Fri Nov 23 09:50:25 2012 New Revision: 1412802 URL:

Re: svn commit: r1412802

2012-11-23 Thread Christian Schneider
Hi Sergey, the idea is to auto detect if a service is a JAXWS service by detecting the @WebService annotation. So if this annotation is found then the service would default to JAXWS/JAXB instead of Simple/Aegis if no intent overrides this. The corresponding issue is:

Re: svn commit: r1412802

2012-11-23 Thread Sergey Beryozkin
Hi On 23/11/12 10:15, Christian Schneider wrote: Hi Sergey, the idea is to auto detect if a service is a JAXWS service by detecting the @WebService annotation. So if this annotation is found then the service would default to JAXWS/JAXB instead of Simple/Aegis if no intent overrides this. The

Re: svn commit: r1412802

2012-11-23 Thread Christian Schneider
In the DOSGI-128 issue I do not plan to support a default address. There is anothe issue for it though: https://issues.apache.org/jira/browse/DOSGI-127 I planned to use the servlet transport by default and somehow create the default address from the Service interface. Not sure how to support

Re: svn commit: r1412802

2012-11-23 Thread Sergey Beryozkin
Hi, I'll probably stay away for a moment from getting JAX-RS endpoints auto-detected given that the default context path will not be really user friendly in such cases (ex, 'my_company_Books', etc) though this can work ok in a end-to-end WS case... However supporting JAX-RS Application OSGI