Re: Transient error from JAXRSInvoker after upgrading to jdk8

2014-07-14 Thread Mukarram Baig
Hello Sergey, In the interim, we made a local patch to skip binding bridge methods in org.apache.cxf.jaxrs.model.MethodDispatcher which seems to work fine for us. Pasting the patch for reference. Not sure if this is the right thing to do without breaking anything else. shell> git diff diff --git

Re: Transient error from JAXRSInvoker after upgrading to jdk8

2014-06-27 Thread Sergey Beryozkin
Hi Thanks for reporting it, On 27/06/14 06:32, Mukarram Baig wrote: Hi All, I was having a test project that worked well in CXF 2.7.11 in jdk1.7 In this project, I have a parameterized method in an interface SomeService as: void doSomething(List objects) There is another interface called Spe

Transient error from JAXRSInvoker after upgrading to jdk8

2014-06-26 Thread Mukarram Baig
Hi All, I was having a test project that worked well in CXF 2.7.11 in jdk1.7 In this project, I have a parameterized method in an interface SomeService as: void doSomething(List objects) There is another interface called SpecialService which extends SomeService as SomeService and has no other m