[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Retrowoven container project

chiba do-not-reply at jboss.com
Mon Jan 15 19:03:24 EST 2007


java.lang.reflect.Constructor.getGenericParameterTypes()[Lorg/jboss/lang/reflect/Type; 
  | java.lang.NoSuchMethodError: java.lang.reflect.Constructor.getGenericParameterTypes()[Lorg/jboss/lang/reflect/Type; 
  | at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getConstructors(IntrospectionTypeInfoFactoryImpl.java:143)
  | at org.jboss.reflect.plugins.ClassInfoImpl.getDeclaredConstructors(ClassInfoImpl.java:400) 

It seems that the underlying JVM is 1.4 and thus does not support getGenericParameterTypes().  Is this correct?
If yes, Javassist is not guilty of this problem.  (Of course, Javassist should
provide some support of generic types but I am now writing about this particular problem.)

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

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



More information about the jboss-dev-forums mailing list