Can you create a small test case? I tried the example that's attached to that JIRA and it seems to work fine. Thus, I'd like to know what is different about it compared to what you are doing that is making yours not work.
Dan On Wednesday 18 August 2010 4:23:05 pm ymikhel wrote: > 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 -- Daniel Kulp [email protected] http://dankulp.com/blog
