the problem is now reduced to this:

one table, one thread. When i run my application, it tries to read all
'items' using an OQL query that gets translated into:

SELECT ITEM.id,ITEM.what,ITEM.whenx,ITEM.owner,ITEM_PERSON.person 
FROM 
{
  oj ITEM LEFT OUTER JOIN ITEM_PERSON 
  ON ITEM.id=ITEM_PERSON.item
}

Sometimes the init code only finds one row (one 'person'), or two, instead
of the five in the db. Though, when i execute this query in the db, i always
receive 5 rows.

I use cloudscape (=db), maybe that is the problem?

The logger also shows a NullPointerException when i ask jdo.getDatabase(),
even when i reduce my mapping.xml to a very little simple thing.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to