Hi, if a user-transaction is started in one method (say method1) of stateless/stateful session bean, and ended in methodN, can methodN get info. of all the methods the actual transaction traversed through?

Questions by hmashruf   answers by hmashruf

Showing Answers 1 - 1 of 1 Answers

srikanth

  • Nov 2nd, 2006
 

    

    Hi,

        if user transaction is started on one method and populates across the methods it is possible only on statefull beans.bz statefull beans only data is passes across the methods. then data is populated through all these methods and methodN displays result by performing logic

    

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions