0 Replies Latest reply on Aug 13, 2003 8:02 PM by bobo1025

    setRollbackOnly(true) doesn't work.

    bobo1025

      I am using Session Bean as facade to create multiple entity bean instances. And transaction is managed by Container. When I catch an exception from one of the entity bean's creation method, I set the sessionContext to rollbackOnly, and then throws an exception, but all entity bean instances created before the failed creation method was not rollback.

      Can anyone please help me out?