Q1. In HFEJB mock
test in Qusetion#42 its mentioned that ejbCreate can call another bean for a Stateful CMT bean. For this ejbCreate should be in a meaning ful transaction. But tx attribute is not specified for create methods for session beans. then how come?
Q2. In Qusetion#55 says that when creating a CMP entity bean you can call a business method. Now while creating entity bean means in ejbCreate or ejbPostCreate method. How can you call a business method from these method?
Q3. Option c of Qusetion#49 is said to be entity bean with BMT and the option is markes correct. Please confirm this is a mistake otherwise I loose all my confidence.