users@glassfish.java.net

Re: EJB 3.0 self-reference

From: Witold Szczerba <pljosh.mail_at_gmail.com>
Date: Wed, 17 Feb 2010 15:24:55 +0100

2010/2/17 <glassfish_at_javadesktop.org>:
> Hello,
>
> Is there any restrictions on for session beans to self-reference themselves using @EJB injection annotation?
>
> Thanks,
> Mohamed

Just give it a try and tell us what was the result.
I think it should work fine as long as you won't introduce an endless
chain in method calls.