[jboss-user] [EJB/JBoss] - Re: Executing Outside Transaction

jaikiran do-not-reply at jboss.com
Tue Dec 19 08:00:23 EST 2006


Try this:
SessionBean2{
  | @TransactionAttribute(NotSupported)
  |  count(){
  |      read counter from database and increase counter
  |   }

More details at: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Transaction3.html


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

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



More information about the jboss-user mailing list