Re: Scope factory initialization: svn commit: r427726 [1/2] ...

2006-08-01 Thread Jeremy Boynes
On Aug 1, 2006, at 5:29 PM, Ken Tam wrote: I was seeing a ScopeNotFoundException rather than an NPE I think, but yeah, it happened when a component defaulted to STATELESS scope (in the absence of an @Scope("MODULE")). I talked with Jim and we came to this fix together. OK - thanks for fixing

Re: Scope factory initialization: svn commit: r427726 [1/2] ...

2006-08-01 Thread Jim Marino
On Aug 1, 2006, at 5:29 PM, Ken Tam wrote: I was seeing a ScopeNotFoundException rather than an NPE I think, but yeah, it happened when a component defaulted to STATELESS scope (in the absence of an @Scope("MODULE")). I talked with Jim and we came to this fix together. Just so's I understand

Re: Scope factory initialization: svn commit: r427726 [1/2] ...

2006-08-01 Thread Ken Tam
I was seeing a ScopeNotFoundException rather than an NPE I think, but yeah, it happened when a component defaulted to STATELESS scope (in the absence of an @Scope("MODULE")). I talked with Jim and we came to this fix together. Just so's I understand what you're saying -- the problems you're desc

Scope factory initialization: svn commit: r427726 [1/2] ...

2006-08-01 Thread Jeremy Boynes
Ken, I think the factories should wait until their init method is called otherwise they are registering before they have finished being initialized. This also allows a "this" reference to leak before the object has finished being constructed (i.e. it could be invoked before it is fully in