Re: Latest JDK and ASM based proxies....

2012-06-21 Thread Christian Schneider
er To: dev@aries.apache.org, Date: 15/06/2012 21:18 Subject: Re: Latest JDK and ASM based proxies Sent by:Christian Schneider We are experiencing the problems in Karaf 3 SNAPSHOT. This is based on OSGi 4.3 and aries 1.0.0-SNAPSHOT. Still it does not work. Is there any

Re: Latest JDK and ASM based proxies....

2012-06-21 Thread Richard Ellis
Re: Latest JDK and ASM based proxies Sent by:Christian Schneider We are experiencing the problems in Karaf 3 SNAPSHOT. This is based on OSGi 4.3 and aries 1.0.0-SNAPSHOT. Still it does not work. Is there anything special to enable the WavingHook support? Christian Am 15.06.2012

Re: Latest JDK and ASM based proxies....

2012-06-15 Thread Jean-Baptiste Onofré
I'm upgrading to test the WeavingHook based proxy. I will keep you posted during the week end. Regards JB On 06/15/2012 10:17 PM, Christian Schneider wrote: We are experiencing the problems in Karaf 3 SNAPSHOT. This is based on OSGi 4.3 and aries 1.0.0-SNAPSHOT. Still it does not work. Is ther

Re: Latest JDK and ASM based proxies....

2012-06-15 Thread Christian Schneider
We are experiencing the problems in Karaf 3 SNAPSHOT. This is based on OSGi 4.3 and aries 1.0.0-SNAPSHOT. Still it does not work. Is there anything special to enable the WavingHook support? Christian Am 15.06.2012 15:47, schrieb Richard Ellis: I believe that this problem is limited to the su

Re: Latest JDK and ASM based proxies....

2012-06-15 Thread Richard Ellis
OSGi 4.3 based framework. Rich From: Jean-Baptiste Onofré To: dev@aries.apache.org, Date: 15/06/2012 14:23 Subject:Re: Latest JDK and ASM based proxies Thanks Dan, +1 (non binding) to pull in 0.3.x and cut off a new release. Regards JB On 06/15/2012 03:20 PM, Daniel

Re: Latest JDK and ASM based proxies....

2012-06-15 Thread Jean-Baptiste Onofré
Thanks Dan, +1 (non binding) to pull in 0.3.x and cut off a new release. Regards JB On 06/15/2012 03:20 PM, Daniel Kulp wrote: The latest JDK updates for 1.6.0_u33 and 1.7.0_u5 contain a much stricter class verifier that refuses to verify the classes we generate for our ASM based proxies. B

Latest JDK and ASM based proxies....

2012-06-15 Thread Daniel Kulp
The latest JDK updates for 1.6.0_u33 and 1.7.0_u5 contain a much stricter class verifier that refuses to verify the classes we generate for our ASM based proxies. Basically, when we generate the constructor for the proxy, we were trying to bypass all the constructors for the superclasses and