ContextSingletonBeanFactoryLocator « EJB « Spring Q&A





1. ContextSingletonBeanFactoryLocator and multiple EARs    forum.springsource.org

ContextSingletonBeanFactoryLocator and multiple EARs Greetings! Let's say I have a web app with 2 EAR files. Both EAR files load their own ApplicationContext with same parent XYZ ApplicationContext. I was trying ...

2. Using ContextSingletonBeanFactoryLocator with EJBs    forum.springsource.org

Using ContextSingletonBeanFactoryLocator with EJBs I have a given applicationContext.xml that I would like to share across all of my EJBs. Say I have a SLSB of Type1, and another SLSB of ...

3. ContextSingletonBeanFactoryLocator error during initialisation in EJB    forum.springsource.org

ContextSingletonBeanFactoryLocator error during initialisation in EJB Hello, I'm actually trying to use the ContextSingletonBeanFactoryLocator BeanFactory in my EJB's, but I have the following exception: Code: [1/30/07 15:06:33:833 GMT+01:00] 00000039 SystemOut O ...

4. ContextSingletonBeanFactoryLocator does not conform with EJB spec?    forum.springsource.org

ContextSingletonBeanFactoryLocator does not conform with EJB spec? Hi, The use of ContextSingletonBeanFactoryLocator does not seem conforming with the EJB specification in the following area: 1. Static is not allowed in EJB, ...