Hi,

I am encountering a problem where the transactions are not being committed to
the
database. When I create Entity beans I see the corresponding INSERT statements.
In
fact, if try to find the beans (via some Select clause) they show up (i.e. jboss
 finds
those beans), but that data is never present in the database. All the inserts,
updates,
deletes are being done by jboss, but never being reflected in the database. If I
 shut
down jboss and restart, none of the changes is present in the database. How can
I
commit the changes to the database everytime the transaction gets completed?

I have searched the website, but didn't find anything there. I have tried all
the commit
options in the jboss.xml file (A,B,C). I'm sure I'm missing something real
basic.

Please help (please, please)

Thanks,

- Ashish



Reply via email to