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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to