Servlet « EJB « Spring Q&A





1. Accessing local EJB from Servlet throws Exception    forum.springsource.org

Accessing local EJB from Servlet throws Exception Hi, I have problems using the Spring EJB access class to access a local EJB from a servlet. My application server is JBoss4RC1. I ...

2. wire servlet to EJB ?    forum.springsource.org

wire servlet to EJB ? Hi, I have a servlet Handler & a EJB Business. My servlet can call my EJB with : ctx = new ClassPathXmlApplicationContext("/WEB-INF/spring-servlet.xml"); this.business = (Business) ctx.getBean("business"); ...

3. servlet spring ear requires portlet ...    forum.springsource.org

servlet spring ear requires portlet ... Using RAD 7 I build a Spring MVC servlet application. Everything works fine deployed to WebSphere server local in RAD. However when going to a ...