About Question enthuware.oce-ejbd.v6.2.438 :
Posted: Thu Apr 14, 2011 5:25 am
One of the correct answers states:
Is this correct? If the .war is contained in an .ear, I think that EJBs from other .wars or EJB jars can access the the EJBs of the original war through using a local interface or no-interface view.The local client view (including the no-interface view) of an enterprise bean component defined within a .war file is only required to be accessible to components within the same .war file. Applications needing access to the local client view of an enterprise bean from a different module in the same application should use an ejb-jar file to define the enterprise bean that exposes the local client view.