Inject « EJB « Spring Q&A





1. Error injecting EJB in Spring    forum.springsource.org

Sep 30th, 2011, 04:25 AM #1 LokeshR View Profile View Forum Posts Private Message Junior Member Join Date Sep 2011 Posts 1 Error injecting EJB in Spring Hi, I see this ...

2. Injecting Spring Objects into EJB    forum.springsource.org

HI All, Are there possibilities to inject spring objects into EJB ? As far as I have read only JNDI objects can be injected into EJB. Any inputs wud be appreciated ...

3. Pitchfork and self-referencing @EJB injection.    forum.springsource.org

Pitchfork and self-referencing @EJB injection. If I have a service like the following, with a self referencing @EJB injection point, Code: class FooServiceImpl implement FooService { @EJB private FooService local ... ...

4. ejb injection, ok before, not after!    forum.springsource.org

ejb injection, ok before, not after! Hello, sorry for my bad english. I am actually working on glassfish. I use Spring on the tier "front office" to inject ejbs. I am ...