Well, like I said, using generics can cause this error, because it generates 2 
different methods in runtime.
Your example use the same principle of generics: u are redefining the returning 
type of a method to a subtype of original, and this produces the same two 
methods, one volatile, other concrete.
Your code doesnt compile in JDK1.4 because there's no support to generics in it.

My javassist mode will resolve your problem too.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950678#3950678

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950678


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to