Re: Strange error.../more info

2004-01-02 Thread Gunnar Hilling
Sorry folk, I think the reason was that I had Implicit Locking set to
false...

Perhapts nevertheless interesting to know the cause...

Regards,

-Gunnar



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange error.../more info

2004-01-01 Thread Gunnar Hilling

I've developed a simple code snippet to reproduce the error:

Produkt prod=(Produkt)res.get(0);
Zertifikat zert=new Zertifikat();

TextData xml=new TextData("xml", "tach");
TextData plain=new TextData("plain", "tach");
db.makePersistent(xml);
db.makePersistent(plain);

zert.setXmlData(xml);
zert.setPlainData(plain);

prod.addZertifikat(zert);

tx.commit();

The only DList involved ist the List in Produkt which is changed by
prod.addZertifikat(zert);
This DList has always been in the db and the object model...

-Gunnar



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]