Hi,
How to access bean factory from ejb beans? I would like to have one instance of bean factory in my jboss server. My questions are:
* how to startup bean factory and bind it to jndi context?
I will use AbstractStatelessSessionBean support with my own BeanFactoryLocator which will obtain reference to bean factory from jndi.
Other ideas for accessing spring beans from ejbs are also welcome.


Reply With Quote