Re: ready for take off?

2010-08-25 Thread Gurkan Erdogdu
Not yet Mark! At last run there were no problems. Thanks; --Gurkan From: Mark Struberg strub...@yahoo.de To: dev@openwebbeans.apache.org Sent: Wed, August 25, 2010 1:57:47 AM Subject: Re: ready for take off? Gurkan, did you run the TCK lately? I'd like to

Checkstyle error

2010-08-25 Thread Matthias Wessendorf
doing svn up, I do get two checkstyle errors on webbeans-impl: -WebBeansDecorator.java -WebBeansInterceptor.java Unused import of WebBeansLogger. With revision 989053 I fixed that... -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions:

lifecycle interceptors for EJBs

2010-08-25 Thread Eric Covener
In our OWBEjbInterceptor, we have a disconnect between how @AroundInvoke and @PostConstruct/@PreDestroy are handled. In the former, we only call the ejb containers ic.proceed() when we fall off the end of our own ic.proceed() -- this seems good because it means the last 299 interceptor called

Re: lifecycle interceptors for EJBs

2010-08-25 Thread Eric Covener
On Wed, Aug 25, 2010 at 2:24 PM, Eric Covener cove...@gmail.com wrote: In our OWBEjbInterceptor, we have a disconnect between how @AroundInvoke and @PostConstruct/@PreDestroy are handled. answered offline -- aroundinvoke is right and lifecycles should ultimately behave the same. -- Eric