Interesting... Thanks
Dave Cramer
dave.cramer(at)credativ(dot)ca
http://www.credativ.ca
On Mon, Feb 13, 2012 at 12:03 PM, Bodor András <bodri.mh3@gmail.com> wrote:
> Hi Dave,
>
> You can use java reflection, and with the setAccessible(boolean flag)
> method of java.lang.reflect.Method you can invoke anything.
> Andras
>
>
>> Currently all of our test code is in the test.org.postgresql....
>> package(s) however I can't get access to one of the protected methods
>> from there.