Re: Hung thread after another thread is interrupted

2010-06-22 Thread Luke Quinane
Hi Kristian, I've played around with the code a bit during the day and the attached patch seems to fix the problem where another thread is stuck. I've never really look at the Derby code before so I'm not confident that it is correct however it did seem to fix things for me. Cheers, Luke On

Re: Hung thread after another thread is interrupted

2010-06-22 Thread Kristian Waagan
On 22.06.10 10:03, Kristian Waagan wrote: On 22.06.10 08:46, Luke Quinane wrote: Hi Kristian, I've played around with the code a bit during the day and the attached patch seems to fix the problem where another thread is stuck. I've never really look at the Derby code before so I'm not

derby Trigger to update column

2010-06-22 Thread Mamatha Kodigehalli Venkatesh
Hello, Derby version = db-derby-10.5.1.1 I need to pick up the value of myTable.size as soon as the record is inserted and need to update the targetable.size column Where myTable .myTableID = targetable.MyTableID using a Trigger. Please help me out on this. CREATE TABLE myTable

Re: Java exception: '-1: java.lang.ArrayIndexOutOfBoundsException' error

2010-06-22 Thread Kristian Waagan
On 02.06.10 10:35, Shankar Devi wrote: Hi Kristian, Thanks for the reply. 1. It looks like once connection is selecting from the BLOB, and then another connection deletes (or updates) it. Does this sound plausible for your application? [Devi] - yes.It is possible. In that case, how do you

Create Trigger .. Please help

2010-06-22 Thread Mamatha Kodigehalli Venkatesh
Hello, Derby version = db-derby-10.5.1.1 I need to pick up the value of myTable.size as soon as the record is inserted and need to update the targetable.size column Where myTable .myTableID = targetable.MyTableID using a Trigger. Please help me out on this. CREATE TABLE myTable

Re: Create Trigger .. Please help

2010-06-22 Thread Morten Mikkelsen
Hi. I have no clue how to help you, I just wanted to let you know that all of your messages are well received. Hope you sort things out. /Morten On Wed, Jun 23, 2010 at 6:59 AM, Mamatha Kodigehalli Venkatesh mamatha.venkat...@ness.com wrote: Hello, Derby version = db-derby-10.5.1.1 I