Re: [jira] Created: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Gurkan Erdogdu
Please note that an Interceptor is per definition @Dependent scoped as of section 6.4.1. As you said, you must not define interceptors as ApplicationScoped otherwise behaviour is undefined. Thanks; --Gurkan 2010/3/16 Mark Struberg (JIRA) j...@apache.org annotating an Interceptor with

Re: [jira] Created: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Mark Struberg
Yes, I've now also checked with jboss folks and there seems to be no further restriction other than it's not a good idea ;) I think we should drop the scope and log a warning, wdyt? To consume up memory is at least not a good idea ;) LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com

Re: [jira] Created: (OWB-327) annotating an Interceptor with @ApplictionScoped leads to OutOfMemory

2010-03-16 Thread Gurkan Erdogdu
think we should drop the scope and log a warning, wdyt? Yea, good idea! From: Mark Struberg strub...@yahoo.de To: dev@openwebbeans.apache.org Sent: Tue, March 16, 2010 8:22:54 PM Subject: Re: [jira] Created: (OWB-327) annotating an Interceptor with