@EJB
SubstMgrLocal bean
put the following in your web.xml
<ejb-local-ref>
<ejb-ref-name>SubstMgrLocal</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>com.ep.it.substmgr.ejb.SubstMgrLocal</local>
</ejb-local-ref>
@EJB
SubstMgrLocal bean
put the following in your web.xml
<ejb-local-ref>
<ejb-ref-name>SubstMgrLocal</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>com.ep.it.substmgr.ejb.SubstMgrLocal</local>
</ejb-local-ref>