You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Guido Beutler <gu...@hrs.de> on 2003/09/02 18:20:37 UTC

Update problem at ODMG Interface inside jboss

Hi,

I've got a problem during update of objects inside of jboss. I'm using 
ojb rc4 and jboss-3.2.2RC3.

My code looks like:

      Transaction   tx    = _impl.currentTransaction();
      tx.lock(obj, Transaction.WRITE);

First time the object is inserted.
Then I change a attribute of the object and execute the write method again.,
but the values at the database are not changed.
How do I have to performe updates?

Thankx,
best regards,

Guido





---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org