I finally found it by myself:

Had to do :
jaxWsServerFactoryBean.setServiceClass(RcsServiceImpl.class);

And not :
jaxWsServerFactoryBean.setServiceClass(RcsService.class);

Because it's the implementation class that contains the @UseAsyncMetho
annotation and not the interface class.

Maybe it'll be usefull to other people ! :-)

Reply via email to