interface, generics and interceptors

2013-04-03 Thread Romain Manni-Bucau
Hi, here a test failling on owb_1.1.x (didn't test on trunk) with a fix inside the patch: https://gist.github.com/rmannibucau/0ce63358ce5a9b350405 the case is basically calling an interface and when the invocation is done the impl have an interceptor binding defined (+ generics ;) - maybe look

Re: interface, generics and interceptors

2013-04-03 Thread Joseph Bergmark
This looks like it might be the same as: https://issues.apache.org/jira/browse/OWB-706 If so, the quick fix for Javassist based proxies is to add an exclusion for bridge methods in our methodFilter. I haven't looked at this for our alternative proxy code. On Wed, Apr 3, 2013 at 4:37 AM, Romain

Re: interface, generics and interceptors

2013-04-03 Thread Romain Manni-Bucau
looks the same yes but the proxying part is not enough if i got it correctly (useless for owb_1.1.x/trunk?) since the interceptor list building is the place where the issue appears and it is independent from the proxyfactory. *Romain Manni-Bucau* *Twitter: @rmannibucau