[Pljava-dev] VM crashs in TransactionListener

Lists: pljava-dev
From: steffen(dot)kloessel at gmx(dot)de ( Steffen Klössel )
To:
Subject: [Pljava-dev] VM crashs in TransactionListener
Date: 2008-08-29 16:12:46
Message-ID: 20080829161335.8CA9117AE695@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

Hello

(PL/Java on win32 plattform + PG 8.3)

when I use the TransactionListener the VM crash each time invoking argument
Session.

The VM crash too, when the VM requires to load classes within the
TransactionListener

Has anyone similar experiences?

Thanks

Steffen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20080829/51ed1570/attachment.html>


From: books at ejurka(dot)com (Kris Jurka)
To:
Subject: [Pljava-dev] VM crashs in TransactionListener
Date: 2008-10-09 19:05:52
Message-ID: Pine.BSO.4.64.0810091502100.5865@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pljava-dev

On Fri, 29 Aug 2008, Steffen Kl?ssel wrote:

> (PL/Java on win32 plattform + PG 8.3)
>
> when I use the TransactionListener the VM crash each time invoking
> argument Session.
>
> The VM crash too, when the VM requires to load classes within the
> TransactionListener
>

I have fixed the crash in CVS. At transaction end it is no longer safe to
be calling into the server, you are really limited to just your own Java
code.

Kris Jurka