1 Reply Latest reply on Mar 3, 2004 8:50 PM by chiba

    Reflection on classes created with javassist

      I am creating classes totally from scratch at runtime using Javassist.

      I am then using normal Java reflection to invoke set and get methods.

      But the get methods always return null.

      How can I use reflection with javassist? Do I have to use the javassist.reflect package?