On Mon, 21 Apr 2008, Alexander W?hrer wrote:
> Dear Kris,
>
> thank you very much for building a patched version for me -
> unfortunatelly I ran into the following problem after replacing the
> pljava.jar and pljava.dll with the patched ones from your archive:
>
> java.lang.NoSuchMethodError: _fetch
>
There's an explicit binding between the C and Java parts of pljava that I
forgot to update when I changed the function signature for move and fetch
to include the thread id. I've done that and put up a new test release:
http://ejurka.com/pgsql/pljava/wohrer
Kris Jurka