Re: EJB contextual reference (our proxy) in creationalContext instead of instance?

2010-07-18 Thread Gurkan Erdogdu
ous, any method is called follows the below execution path, Context Ref --> EJB Proxy Instance --> EJB Instance Gurkan From: Eric Covener To: dev@openwebbeans.apache.org Sent: Sun, July 18, 2010 6:19:39 PM Subject: Re: EJB contextual reference (our prox

Re: EJB contextual reference (our proxy) in creationalContext instead of instance?

2010-07-18 Thread Eric Covener
On Sat, Jul 17, 2010 at 6:37 PM, Gurkan Erdogdu wrote: > I think that in your case : RequestScope is ended and @RequestScoped bean is > destroyed by the container. When this bean instance is destroyed by the > container, container collects all of its dependencies from > CreationalContextImpl > an

Re: EJB contextual reference (our proxy) in creationalContext instead of instance?

2010-07-17 Thread Gurkan Erdogdu
proxy) in creationalContext instead of instance? I was surprised in the backtrace below that we ended up going through our own javassist proxy when destroying the EJB instance in our creational context. Are we ending up storing the wrong thing in the context along the way or am I misunderstanding

EJB contextual reference (our proxy) in creationalContext instead of instance?

2010-07-17 Thread Eric Covener
I was surprised in the backtrace below that we ended up going through our own javassist proxy when destroying the EJB instance in our creational context. Are we ending up storing the wrong thing in the context along the way or am I misunderstanding? (The method being invoked is an @Remove method