Ah, ignore that....I figured out the problem.
you need to call setAccessible() for a public member of a package visibility
class.
----- Original Message -----
From: "Gavin King" <ga...@ap...>
To: "hibernate list" <hib...@li...>
Sent: Thursday, September 19, 2002 12:01 AM
Subject: [Hibernate] Reflective access to classes with package visibility
> Does anyone know how to do the equivalent of
>
> Method.setAccessible(true)
>
> for a class?
>
> Its come up that we can invoke methods of classes with package visibility
at
> the moment.....
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: AMD - Your access to the experts
> on Hammer Technology! Open Source & Linux Developers, register now
> for the AMD Developer Symposium. Code: EX8664
> http://www.developwithamd.com/developerlab
> _______________________________________________
> hibernate-devel mailing list
> hib...@li...
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
|