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]

Reply via email to