Re: How to notify JBoss J2EE application in a trigger or - Mailing list pgsql-jdbc

From Markus Schaber
Subject Re: How to notify JBoss J2EE application in a trigger or
Date
Msg-id 449A8060.4080609@logix-tt.com
Whole thread Raw
In response to Re: How to notify JBoss J2EE application in a trigger or  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Responses Re: [INTERFACES] How to notify JBoss J2EE application in a  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List pgsql-jdbc
Hi, Joost,

Joost Kraaijeveld wrote:

>>> Does anyone have an (working???) example or a pointer to an example of
>>> how to do this?
>> Hmm, did you try the GCJ-based pljava variant?
> No, I did not. As far as I know, I *must* use the Sun JVM for JBoss, and
> I don't know if and how I can mix the GJC and Sun Java environment. Is
> that possible with (almost) no hassle and readme's?

I guess that you want to use CORBA or Java Remote Interface between
PostgreSQL and JBoss, and those should abstract between differend JVMs.

>> And, as an workaround, have an extra bean sitting in the JBoss that
>> LISTENs, and the trigger in SQL simply NOTIFYing it?
> Can you elaborate on that? What do you mean with LISTEN and NOTIFY?

http://www.postgresql.org/docs/8.1/interactive/sql-listen.html
http://www.postgresql.org/docs/8.1/interactive/sql-notify.html

HTH,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

pgsql-jdbc by date:

Previous
From: Joost Kraaijeveld
Date:
Subject: Re: How to notify JBoss J2EE application in a trigger or
Next
From: Dave Cramer
Date:
Subject: Re: How to notify JBoss J2EE application in a trigger or rule???