Hi,
I've an MDB extending org.springframework.ejb.support.AbstractJmsMessage DrivenBean.
Inside this MDB i would like to access a StatelessSessionBean by retrieving it from the bean factory.
How could do this? Do i need to add the MDB to the BeanFactory?
Looking at the other StatelessSessionBean that we've used, there bean factory is set after deployment. When/where does the BeanFactory attribute actually get set? How do i do this for the MDB?
Thanks much.


Reply With Quote