Hi all,
I'm using an Oracle database and Weblogic server. However, when I execute the following code (which is contained within an
ejb session bean method):
... the insert statement is not rolled back even though I explicitly call setRollbackOnly().
Could anyone help?