Which version of jBoss are you using (PR4, CVS, 1.0, etc.)?  Have
you included container-transaction tags in your ejb-jar.xml?  What
database are you using?  Do you see lines of console output that say
things like "committing" or "rolling back"?  Perhaps you should just post
your ejb-jar.xml and console output.

Aaron

On Thu, 7 Sep 2000 [EMAIL PROTECTED] wrote:
> 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