Question asked by Visitor Techie

I have 2 stateless session beans called ejb1 and ejb2.
ejb1 has a method called met1.
ejb2 has a method called met2.

met1 of ejb1 is a bean manged transaction.
met2 of ejb2 is a container managed transaction.

if met1 called met2, and if met2 has an application exception, what happens to the transacion?