Hello, I have an EJB Session and I want to use the Spring DAO support in my business methods without exntends the class "org.springframework.ejb.support.AbstractStatefulS essionBean"... Is there any way to access my Spring Beans declared in my "applicationContext.xml" inside the business methods of my EJB Session without the Spring EJB Support? Like in a Servlet, where I use the "org.springframework.web.context.ContextLoaderList ener" and get my bean reference with:
WebApplicationContextUtils.getRequiredWebApplicati onContext(ctx).getBean("bean");
[]s
Ary Junior


Reply With Quote