The enterprise bean reference name is the logical name of the bean
 in the JNDI lookup of a client. Enterprise bean references should be
 organized in the ejb subcontext of the enterprise bean's environment
 context (java:comp/env). (These contexts are in the JNDI namespace.)
 For example:
	java:comp/env/ejb/OtherBean
is the reference to the OtherBean enterprise bean in the java:comp/env/ejb 
JNDI context.
When entering the reference to the OtherBean bean, type 
	ejb/OtherBean
 
into the Coded Name column.