[jboss-user] [EJB 3.0] - Re: EJB3 transaction propagation

jaikiran do-not-reply at jboss.com
Fri Aug 15 09:19:06 EDT 2008


zilbi is right. A plain Java call will not start a new transaction. You have to invoke that method through the EJB object. 
anonymous wrote : 
  | Also update(Record r) is marked as a private method and not defined in the bean interface.

You will have to make it accessible through the interface.

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

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



More information about the jboss-user mailing list