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

2010-07-19 Thread Gurkan Erdogdu
Gurkan From: Eric Covener cove...@gmail.com To: dev@openwebbeans.apache.org Sent: Sun, July 18, 2010 6:19:39 PM Subject: Re: EJB contextual reference (our proxy) in creationalContext instead of instance? On Sat, Jul 17, 2010 at 6:37 PM, Gurkan Erdogdu gurkanerdo

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 gurkanerdo...@yahoo.com 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

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