1. ContextSingletonBeanFactoryLocator and multiple EARs forum.springsource.orgContextSingletonBeanFactoryLocator 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.orgUsing 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.orgContextSingletonBeanFactoryLocator 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.orgContextSingletonBeanFactoryLocator 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, ... |