Re: Context.isActive() question and possible answer.

2010-01-10 Thread Mark Struberg
ContextFactory class > > thks; > > --Gurkan > > > > > > From: Mark Struberg > To: dev@openwebbeans.apache.org > Sent: Sun, January 10, 2010 7:22:18 PM > Subject: Context.isActive() question and possible answer. > > Hi! > > Gurkan, I

Re: Context.isActive() question and possible answer.

2010-01-10 Thread Gurkan Erdogdu
: Context.isActive() question and possible answer. Hi! Gurkan, I think I know why JBoss guys really need the isActive() and we do not. It seems that Weld Contexts are more like our ContextManagers (e.g. Welds SessionContext <-> our SessionContextManager. So Weld has only one SessionContext in the contain

Context.isActive() question and possible answer.

2010-01-10 Thread Mark Struberg
Hi! Gurkan, I think I know why JBoss guys really need the isActive() and we do not. It seems that Weld Contexts are more like our ContextManagers (e.g. Welds SessionContext <-> our SessionContextManager. So Weld has only one SessionContext in the container and we have n (1 for each new Session