Our Application is structured as a EAR file (with 1 jar for EJB 2.0 modules and a war file). We have some custom business logic jars that are implemented using spring. We would like to access the spring beans in our EJB 2.0 modules. I have tried several approaches and neither seems to work with referring to the spring beans in my EJB 2.0 stateless beans. Any help is appreciated.
Thanks,
