Am I am allowed to access stateless session beans from within a message
driven bean, and if so, should I be accessing the session bean via its
remote or local interface?
Marek Lange - 07 Dec 2004 16:31 GMT
> Am I am allowed to access stateless session beans from within a message
> driven bean, and if so, should I be accessing the session bean via its
> remote or local interface?
Of course you are allowed to do so. If your session bean lives in the
same VM, use local interfaces.
-m