Gostaria de saber se prova cai muitas perguntas sobre o que cada metodo em cada estado do seu ciclo de vida.
Por exemplo:
[quote]Which methods from de EntityContext interface must not be invoked from within the ejbLoad() method?
A) getEJBHome()
B) getEJBObjetc()
C) getCallerPrincipal()
D) getUserTransaction()[/quote]
cai bastante inclusive a parte relacionada a segurança onde cai o ejb-jar.xml
cai perguntando sobre as propriedades das tags. Acho que foi a prova mais dificil que já fiz.
=D
[quote="SCBCD EXAM STUDY KIT]"
Which of the following statements are true about an entity bean that uses containermanaged
persistence and relationships?
a. It can have a relationship that involves only one other bean.
b. It can have a relationship that involves many other beans.
c. It can have a relationship with only a session bean.
d. Its class must be declared abstract by the bean provider.
[/quote]
A e D estão corretas.
Eu não posso ter um bean que se relacione com dois outros beans?
Por exemplo: ClienteBean relacionar com PedidosBean e EnderecoBean.