mail problems, maybe this try will work
Begin forwarded message:
From: David Jencks <[EMAIL PROTECTED]>
Date: Mon Jan 27, 2003 7:15:08 PM US/Eastern
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Oracle specific jca adapter
On Monday, January 27, 2003, at 04:46 PM, Sonnek, Ryan
david,
do you have any ideas on how i could implement this scenerio?
Ryan
-Original Message-
From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 20, 2003 10:21 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-dev] Oracle specific jca adapter
thank you for all of
OTECTED]]
Sent: Friday, January 17, 2003 5:50 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Oracle specific jca adapter
I would imagine this would need to be called whenever the user changes.
This can be detected when getConnection is called on
ManagedConnection. I'd check to
a
particular
user has the context information set.
Ryan
-Original Message-
From: David Jencks [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 5:00 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Oracle specific jca adapter
When does Oracle want you to execute this stuff? Per
for CMP classes. i need to ensure that each statement run by a particular
user has the context information set.
Ryan
-Original Message-
From: David Jencks [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 5:00 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Oracle specific jca
When does Oracle want you to execute this stuff? Per statement? per
"getConnection"? per tx
Anyway, look in connector/src/main/org/jboss/resource/adapter/jdbc/
This contains the base classes and the local and xa specific subclasses
are in the local and xa folders. There's an Oracle specific
i'm working on a project currently that is requiring that for each
connection to the database, a set of database packages are called before any
insert/update/select/delete commands are run. i'd like to do this by
writing an extension to the existing JCA modules to execute these packages
before ret