cayenne-nodeps-2.0.2-sources.jar permission denied

2007-04-24 Thread Gary Jarrel
Hi All! Just wondering why is it if I try to download: http://repo1.maven.org/maven2/org/apache/cayenne/cayenne-nodeps/2.0.2/cayenne-nodeps-2.0.2-sources.jar I get Forbidden You don't have permission to access /maven2/org/apache/cayenne/cayenne-nodeps/2.0.2/cayenne-nodeps-2.0.2-sources.jar on

Re: AW: postgres, idle in transaction

2007-04-24 Thread Andrus Adamchik
Interesting... Looking at your log I see this: 15:33:08.267 (2) FE= Parse(stmt=S_1,query=BEGIN,oids={}) . 15:33:08.268 (2) FE= Parse(stmt=null,query=SELECT 15:33:28.461 (2) FE= Parse(stmt=S_2,query=COMMIT,oids={}) So transaction is clearly committed. But of course connection

Re: AW: postgres, idle in transaction

2007-04-24 Thread Andrus Adamchik
On Apr 24, 2007, at 5:17 PM, Andrus Adamchik wrote: Interesting... Looking at your log I see this: 15:33:08.267 (2) FE= Parse(stmt=S_1,query=BEGIN,oids={}) . 15:33:08.268 (2) FE= Parse(stmt=null,query=SELECT 15:33:28.461 (2) FE= Parse(stmt=S_2,query=COMMIT,oids={}) So

AW: AW: postgres, idle in transaction

2007-04-24 Thread Oilid Adsi
-Ursprüngliche Nachricht- Von: Andrus Adamchik [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 24. April 2007 16:21 An: user@cayenne.apache.org Betreff: Re: AW: postgres, idle in transaction On Apr 24, 2007, at 5:17 PM, Andrus Adamchik wrote: Interesting... Looking at your log

Re: postgres, idle in transaction

2007-04-24 Thread Andrus Adamchik
I just uploaded a patched 1.2 build with Cayenne connection pool rolling back transactions before returning them to the pool. Can you try it out (of course resetting DBCP data source back to Cayenne): http://people.apache.org/~aadamchik/patched/cayenne-nodeps-1.2.3-dev.jar I don't have too