I\'m reasonably new to Java EE, so this might be stupid.. bear with me pls :D
I would like to inject a stateless session bean into a message-driven bean. Basically,
Ok, I found out that if I add the annotation @LocalBean to the session bean, it works. What the ...?