In one of my module i am looking and calling EJB methods via JSP. I am doing that by using the followingtag
<jsp:useBean id="price" scope="session" class="beanClassPath" />
<jsp:useProperty name="price" property="*" />
and then to call the method
price.EJBMethod();