initialization « EJB « Spring Q&A





1. What is the proper way of init of application ear under jboss    stackoverflow.com

i need right at the start of my ear that some code was executed to init application before it is used. So i wonder what is the proper way of doing ...

2. WebApplicationContext initialization with EJB tier    forum.springsource.org

I'm using ContextSingletonBeanFactoryLoader with my EAR to have a logic context at the EAR level. I'd like my WAR context to extend that logic context but I can't see how to ...

3. lazy initialization not working with Struts and EJB client    forum.springsource.org

Aug 12th, 2005, 03:38 PM #1 David Xu View Profile View Forum Posts Private Message Junior Member Join Date Aug 2005 Posts 2 lazy initialization not working with Struts and EJB ...

4. EJB Initialization Exception    forum.springsource.org

EJB Initialization Exception Hello, I am newbie to spring and creating a Stateless EJB to work with my Web Tier. I have the following created My Bean public class ServiceBean extends ...