Re: Threading issues with DB operations on OS X

2008-04-22 Thread Moritz Gmelin
Looks like my issue. I'll give it a try. Thanks Am 22.04.2008 um 17:46 schrieb Howard Lewis Ship: Yes, it does sound like https://issues.apache.org/jira/browse/TAPESTRY-2247 which is fixed in the nightly snapshots. On Tue, Apr 22, 2008 at 8:26 AM, Moritz Gmelin <[EMAIL PROTECTED]> wrote:

Re: Threading issues with DB operations on OS X

2008-04-22 Thread Howard Lewis Ship
Yes, it does sound like https://issues.apache.org/jira/browse/TAPESTRY-2247 which is fixed in the nightly snapshots. On Tue, Apr 22, 2008 at 8:26 AM, Moritz Gmelin <[EMAIL PROTECTED]> wrote: > Hi, > > There seems to be some threading issues when doing database updates from > page to page. > E.

Re: Threading issues with DB operations on OS X

2008-04-22 Thread Robert Zeigler
I assume that you are using Hibernate; there was a Jira issue filed (and fixed) on this recently. Sorry, I don't recall offhand which jira issue; I don't personally use hibernate, so I don't pay the hibernate-related jiras much attention. Robert On Apr 22, 2008, at 4/2210:26 AM , Moritz Gmel

Re: Threading issues with DB operations on OS X

2008-04-22 Thread Davor Hrg
what version of tapestry is it ? there has been a recent fix that changes the way trasactions are handled. before that database connections were on autocommit and sometimes that caused the problems you describe. if you commit explicitely the problem will most likely be gone ... Davor Hrg On Tue

Threading issues with DB operations on OS X

2008-04-22 Thread Moritz Gmelin
Hi, There seems to be some threading issues when doing database updates from page to page. E.G. we have a page that displays a list of elements in a Database table and a button that you can click to add a new entry. The button is a ActionLink. Its method handler adds an element to the datab