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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...