[JBoss-user] [Persistence CMP/JBoss] - Interceptor to trace database calls

2004-06-21 Thread john.darrah
Hello, I am looking to write a database trace interceptor for JBOSS specifically to trace Oracle database calls. The interceptor would work by basically enabling oracle trace for the connection being used for the database call. Right now, I can get this to work by hardcoding in a DataSource,

[JBoss-user] [Persistence CMP/JBoss] - Re: Interceptor to trace database calls

2004-06-21 Thread john.darrah
Nicholas, Thanks for your reply. I am a little new to jboss so forgive me if I am missunderstanding. I thought about using new-connection-sql but I wanted something more granular. What I really wanted to do was have an interceptor examine the incoming invocation and determine if the class /