Florent Guillaume <fg@nuxeo.com> wrote:
> Bodor András <bodri.mh3@gmail.com> wrote:
>> You can use java reflection, and with the setAccessible(boolean
>> flag) method of java.lang.reflect.Method you can invoke anything.
> ... as long as you're not running with a SecurityManager, which
> pgjdbc cannot assume.
Even when running its test suite?
-Kevin