Problem with nullpointerException

2007-07-22 Thread Jdev
Can someone explain me how I get the code mentioned below running? The problem is that it concerns a list and I don't know correct how I get it to work, the code that I developed gives me each time a nullpointerexception when I run it. Can someone give me some information about what I do wrong?

RE: Problem with nullpointerException.

2007-07-24 Thread Jdev
In my stacktrace I get an error on the line: rowBeheer[i] = new RowBeheer(); In my logfile I get this as result = Error resultList : Cause : java.lang.NullPointerException I think that I have gone wrong somewhere; this block of code is loaded only in the memory and is not visible for the user. Th

RE: Problem with nullpoiterException.

2007-07-25 Thread Jdev
zed array, you get a null >>pointer exception. > >You need something like this after you get the resultList back from the >>selectByExample call: > >rowBeheer = new RowBeheer[resultList.size()]; > >Cheers, >Chris > >On Tue, 2007-07-24 at 18:22 +0200, J

Question using order by

2007-08-06 Thread Jdev
Is there really nobody who can help me using an order by? I have searched on the Internet but I can find nothing useful. I have post this question a couple of days ago, but I have got still no answer. I have the following query which must be converted