Page 1 of 1
About Question enthuware.oce-ejbd.v6.2.552 :
Posted: Tue Apr 19, 2011 6:48 am
by ETS User
Typo:
The JNDI namespace of a bean not is required to make available any web service interfaces to the bean.
should be
The JNDI namespace of a bean is not required to make available any web service interfaces to the bean.
Re: About Question enthuware.oce-ejbd.v6.2.552 :
Posted: Tue Apr 19, 2011 8:12 pm
by admin
Fixed. Thanks for the feedback!
Re: About Question enthuware.oce-ejbd.v6.2.552 :
Posted: Thu Jul 07, 2011 4:16 pm
by jszczepankiewicz
the question is:
"Identify correct statements about Full EJB 3.1 compliant application server."
and the last option is:
"References to the no-interface view of other enterprise beans."
which is not gramatically correct.
Re: About Question enthuware.oce-ejbd.v6.2.552 :
Posted: Thu Jul 07, 2011 6:07 pm
by admin
jszczepankiewicz wrote:the question is:
"Identify correct statements about Full EJB 3.1 compliant application server."
and the last option is:
"References to the no-interface view of other enterprise beans."
which is not gramatically correct.
This has been updated to "Allows references to the no-interface view of other enterprise beans."
thank you for your feedback!
Re: About Question enthuware.oce-ejbd.v6.2.552 :
Posted: Mon May 04, 2015 5:58 pm
by himaiMinh
For option 3, I would like to add a note to the explanation:
"In this case, all instances of an enterprise bean share the same environment entries, the environment entries are not shared with other enterprise beans." (session 16.2.1 of JSR 318)
I think what it means is the instances of different enterprise beans, packaged in the same ejb-jar, do not share the same environment entries (JNDI namespace).
Correct me if I am wrong.