I have a jsp call stateless session ejb method,in the method,it call a stored 
procedure,the stored procedure call
master..xp_cmdshell
and update some tables.

since use user doesn't have permit to access master database,the 
master..xp_cmdshell
failed.but the tables updated

I set the ejb and method have transaction attribute as "required",if the part of store 
procedure failed,why the container didn't roll back the transaction?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834676#3834676

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834676


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to