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

2012-06-21 Thread Richard Ellis
Subject:Re: Latest JDK and ASM based proxies Sent by:Christian Schneider cschneider...@googlemail.com 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

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

2012-06-21 Thread Christian Schneider
...@die-schneider.net To: dev@aries.apache.org, Date: 15/06/2012 21:18 Subject:Re: Latest JDK and ASM based proxies Sent by:Christian Schneidercschneider...@googlemail.com We are experiencing the problems in Karaf 3 SNAPSHOT. This is based on OSGi 4.3 and aries 1.0.0

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

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.

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