users@glassfish.java.net

Reentrant calls in SFSB

From: Pedro Kowalski <pallipp_at_gmail.com>
Date: Fri, 4 Nov 2011 14:32:56 +0100

Howdy!

Just wonder - why the reentrant calls in SFSB are not supported in
Glassfish? I'm using a 3.3.1 version and cannot execute the following
code:

   ctx.getBusinessObject(MyService.class).myMethod();

I've put more detailed example at StackOverflow:
http://stackoverflow.com/questions/8002848/invoke-transactional-method-within-the-same-sfsb

Is there any part of the EJB specification that states such calls
should not be allowed?

Thanks in advance,
Pedro