Graham Leggett wrote:

conn = Transaction.beginOptional("yourb DB name", true);

// then save with the conn object
contact.save(conn );
company.setContact(contact);
company.save(conn );

Oops - ignore me - I had specified contact.save() instead of contact.save(conn), which caused the problem, which was hidden amongst some other save(conn)'s that were specified correctly...


By bad :(

Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."


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



Reply via email to