RE: [JBoss-dev] Oracle specific jca adapter

2003-01-27 Thread David Jencks
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

RE: [JBoss-dev] Oracle specific jca adapter

2003-01-27 Thread 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

RE: [JBoss-dev] Oracle specific jca adapter

2003-01-20 Thread Sonnek, Ryan
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

Re: [JBoss-dev] Oracle specific jca adapter

2003-01-17 Thread David Jencks
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

RE: [JBoss-dev] Oracle specific jca adapter

2003-01-17 Thread Sonnek, Ryan
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

Re: [JBoss-dev] Oracle specific jca adapter

2003-01-17 Thread David Jencks
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