Hi, i have an exception generated when this line of code is encountered : "delegator .findListIteratorByCondition ( dve , mainCond1 , null , null , null , findOpts ) ;"
where : dve is DynamicViewEntity, mainCond1 is the where condition , findOpts is SCROLL_INSEN...... it says : "Target exception: java.lang.NullPointerException" Does this mean that when the where condition was executed it did not find any entries in the coressponding tables (which were reffered to, in the where-condition).? That is, it is a database error. I do not find any other problem with code. Regards
