@jws:ejb Tag
Specifies the target EJB's home interface for an EJB control.
@jws:ejb home-jndi-name="JNDInameOfTargetEJB"]
home-jndi-name
Required. Specifies the JNDI name of the target EJB's home interface. Typically "EJBNameHome".
The following rules apply to this tag's use:
Only one @jws:ejb tag may appear within a single Javadoc comment block.
Must appear in front of the main interface definition in an EJB control's CTRL file.
The target EJB must be deployed in WebLogic Server in the same domain as WebLogic Workshop project containing the EJB control.