Hi all,
i have a write method of bean but...

  UserVO auxVO = (UserVO) objectVO;  
  // now perform persistence operations
  Transaction tx = null;
  // 2. open transaction
  tx = odmg.newTransaction();
  tx.begin();
  // 3. acquire write lock on new object
  tx.lock(auxVO, Transaction.WRITE);
  // 4. commit transaction
  tx.commit();
  
but this error is throw

org.odmg.TransactionAbortedException: General error: Column 'name' cannot be null

any idea?? thanks!!
Ferran Parra

Departament de Noves Tecnologies
MUBIMEDIA S.L.
----------------------
[EMAIL PROTECTED]
Mallorca, 275, 1r 2a
08008 BARCELONA
T. (+34) 93 215 21 91
F. (+34) 93 215 41 21

Reply via email to