After connecting to a remote
EJB session facade, how does one establish a transaction across multiple calls to the remote facade? In other words, does the EJB spec support remote transactions? If so, how is the transaction established? From what I can tell, the local context/transaction does not seem to extend around the remote facade calls.
[ May 29, 2008: Message edited by: Scott Selikoff ]