I am using JBoss 3.0.5RC1 on W2K box against a
SQLServer 2000 database. I am calling two entities
beans from a stateless session bean. The second
entities throughs a CreateException. I was under the
impression that since the method of a stateless
session bean was held for the duration the transaction
that the write from the first entity bean would have
been rolled back as well as the write from the second
entity bean. Neither was rolled back (I forced the
exception for a test of the transactioning). 

I am missing something with the transaction engine or
how this should function in general? I thought that if
an exception was thrown it would rollback all
transactions involved with that stateless session bean
method? Or do I have something configured incorrectly
with my JDBC datasource(SQLServer)? Should it be an
XADatasource instead of a regular datasource?

TIA,

Bryan

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to