Hi, I have a webapp that contains web service implementing Provider API, and it fails to deploy unless "implements Provider<T>" added to the service class, in addition to being present in the abstract class that the service class extends, as suggested here: https://issues.apache.org/jira/browse/CXF-1852.
It says that this issue was resolved 2.2.3, we run 2.2.9 (as part of jbossws-cxf-3.3.1.GA), but it doesn't work without "implements" statement. Thanks, Yuri -- View this message in context: http://cxf.547215.n5.nabble.com/ArrayIndexOutOfBoundsException-with-Provider-services-on-CXF-tp2640049p2640049.html Sent from the cxf-user mailing list archive at Nabble.com.
