Re: are @PostConstruct and @PreDestroy really interceptor functions?

2010-04-07 Thread Joseph Bergmark
pal way to create > subclasses which I committed? > wdyt? > > LieGrue, > strub > > --- Gurkan Erdogdu schrieb am Mi, 7.4.2010: > > > Von: Gurkan Erdogdu > > Betreff: Re: are @PostConstruct and @PreDestroy really interceptor > functions? > > An: dev@openwebbe

Re: are @PostConstruct and @PreDestroy really interceptor functions?

2010-04-07 Thread Gurkan Erdogdu
dependent scoped beans. Thanks; --Gurkan From: Mark Struberg To: dev@openwebbeans.apache.org Sent: Wed, April 7, 2010 10:21:32 PM Subject: Re: are @PostConstruct and @PreDestroy really interceptor functions? Thanks Gurkan! I now also found the utility method who

Re: are @PostConstruct and @PreDestroy really interceptor functions?

2010-04-07 Thread Mark Struberg
kan Erdogdu > Betreff: Re: are @PostConstruct and @PreDestroy really interceptor functions? > An: dev@openwebbeans.apache.org > Datum: Mittwoch, 7. April, 2010 21:19 Uhr > Those are not handled by > InterceptorHandler. These are defined in > AbstractInjectionTargetBean#postCo

Re: are @PostConstruct and @PreDestroy really interceptor functions?

2010-04-07 Thread Gurkan Erdogdu
Those are not handled by InterceptorHandler. These are defined in AbstractInjectionTargetBean#postConstruct or preDestroy From: Mark Struberg To: dev@openwebbeans.apache.org Sent: Wed, April 7, 2010 7:56:37 PM Subject: are @PostConstruct and @PreDestroy

are @PostConstruct and @PreDestroy really interceptor functions?

2010-04-07 Thread Mark Struberg
Hi! Currently we handle @PostConstruct and @PreDestroy methods via the InterceptorHandler. Is this really necessary? Those functions are directly called by the container in very clear defined situations in the lifecycle. And they always get called from _inside_ the container and not triggered