Re: How to set setEndToEndMetrics through Cayenne

2007-06-12 Thread Andrus Adamchik
Right, I overlooked that aspect. Still I think you can get access to the Oracle connection intercepting the Connection creation in a different place. The trick is to use the following PoolManager constructor in the factory: public PoolManager(ConnectionPoolDataSource, int, int, String,

Re: Self-join

2007-06-12 Thread Mike Kienenberger
Not really sure as I don't use them, but at least one issue with self-joins is solved if you use my outer join patch for 1.2. https://issues.apache.org/cayenne/browse/CAY-732 On 6/12/07, Fredrik Liden [EMAIL PROTECTED] wrote: What is the status of self joins in v. 1.2.3? From the 2 posts I

RE: Self-join

2007-06-12 Thread Fredrik Liden
I like Vanilla Cayenne :-) Maybe I'll give it a try then. Thanks, Fredrik -Original Message- From: Andrus Adamchik [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 2:14 PM To: user@cayenne.apache.org Subject: Re: Self-join Hmm... I know self-joins worked for me in the past with