Re: request context for EJB -- help with spec?

2010-06-05 Thread Eric Covener
On Sat, Jun 5, 2010 at 4:23 PM, Gurkan Erdogdu wrote: > My understanding is that active in the period of business method invocation > context. Looks like they went out of their way to not refer to either "business method" or invocationcontext though. -- Eric Covener cove...@gmail.com

Re: request context for EJB -- help with spec?

2010-06-05 Thread Gurkan Erdogdu
My understanding is that active in the period of business method invocation context. From: Eric Covener To: dev@openwebbeans.apache.org Sent: Sat, June 5, 2010 10:52:55 PM Subject: request context for EJB -- help with spec? 6.7.1. Request context lifecycle T

request context for EJB -- help with spec?

2010-06-05 Thread Eric Covener
6.7.1. Request context lifecycle The request context is provided by a built-in context object for the built-in scope type @RequestScoped. The request scope is active: * during the service() method of any servlet in the web application, during the doFilter() method of any servlet filter and when t