It's not a secret anymore!
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes Mock Exam Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "Mock Exam Question" Watch "Mock Exam Question" New topic
Author

Mock Exam Question

Sandeep Prabhakar
Ranch Hand

Joined: Dec 22, 2005
Posts: 59
Hey,
Which two are true about bean-managed transaction demarcation?
A) A transaction used by a BMT bean MUST have been started by the bean.
B) The caller's transaction will be propagated into a BMT bean.
C) Transactions in a BMT bean do not propagate when the BMT bean calls a method on another bean.
D) A bean cannot use both CMT and BMT together.
E) BMT beans must not specify transaction attributes.

The answer given is D and E.
I feel that A is also correct because transactions are not propagated into beans with BMT demarcation.
Ranchers, Please correct me if I am wrong.

Cheers,
Sandeep
wise owen
Ranch Hand

Joined: Feb 02, 2006
Posts: 2023
Check this thread.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Mock Exam Question
 
Similar Threads
Bean managed transaction.. why this?>
Doubt in bean managed transaction
BMT Mock question
BMT problem
a mock question about transcation