Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-12 Thread Sergey Beryozkin
; > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/EJBInvoker-progress-observations-questions-about-EJB-creation-organization-other-various-questions-tp4555258p4563210.html > Sent from the cxf-dev mailing list archive at Nabble.com. > -- Sergey Beryozkin http://sberyozkin.blogspot.com Talend - http://www.talend.com

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-12 Thread Sergey Beryozkin
Hi, On Wed, Jul 6, 2011 at 4:42 AM, Ryan Zoerner wrote: > Hi Sergey, > > I have tested @Stateless in CustomerService.java, from the http basic > example in jaxrs-samples. > > The annotation appears in the list in > ServerFactory.Service.ClassResourceInfos[].ResourceClass.annotations. > > Therefor

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-12 Thread Sergey Beryozkin
Hi, On Wed, Jul 6, 2011 at 1:27 AM, Ryan Zoerner wrote: > Hi Sergey, > > I am wondering about the 'finally' block in the > 'public Object invoke(Exchange exchange, Object request)' method of the > JAXRSInvoker class. > > For me, it is line numbers: 113-139. > > These lines call the resourceProvid

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-08 Thread Sergey Beryozkin
nvoke(4 params) method > in EJBInvoker. > > Thanks, > > Ryan > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/EJBInvoker-progress-observations-questions-about-EJB-creation-organization-other-various-questions-tp4555258p4563226.

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-07 Thread Ryan Zoerner
s, Ryan -- View this message in context: http://cxf.547215.n5.nabble.com/EJBInvoker-progress-observations-questions-about-EJB-creation-organization-other-various-questions-tp4555258p4563226.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-07 Thread Ryan Zoerner
27;t read them. Thanks, Ryan -- View this message in context: http://cxf.547215.n5.nabble.com/EJBInvoker-progress-observations-questions-about-EJB-creation-organization-other-various-questions-tp4555258p4563210.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-06 Thread Sergey Beryozkin
Hi Ryan On Wed, Jul 6, 2011 at 1:27 AM, Ryan Zoerner wrote: > Hi Sergey, > > I am wondering about the 'finally' block in the > 'public Object invoke(Exchange exchange, Object request)' method of the > JAXRSInvoker class. > > For me, it is line numbers: 113-139. > > These lines call the resourcePr

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-05 Thread Ryan Zoerner
Everything below EasyBeansJaxWsServerFactoryBean is available in easybeans without the aid of Jonas. Ryan

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-05 Thread Ryan Zoerner
For reference purposes, here is the call hierarchy up from EasyBeansInvokerFactory: EasyBeansInvokerFactory EasyBeansMethodInvoker EasyBeansJaxWsServerFactoryBean LifeCycleCallback (in Jonas and in easybeans-cxf) (in easybeans-cxf) CXFConfigurationExtension (in Jonas) CXFConfigurationExtension CXF

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-05 Thread Ryan Zoerner
Hi again Sergey, I noticed that there is a CXFResourceInjector class, in Jonas, which does annotation processing, presumably on an ejb-annotated resource class. However, this may be only for integration of cxf with Jonas. Because the easybeans version of the invoker is exactly the same, it seems t

Re: EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-05 Thread Ryan Zoerner
Hi Sergey, I have tested @Stateless in CustomerService.java, from the http basic example in jaxrs-samples. The annotation appears in the list in ServerFactory.Service.ClassResourceInfos[].ResourceClass.annotations. Therefore, sf.setResourceClasses does not interfere with the annotation being pro

EJBInvoker, progress, observations, questions about EJB creation organization, other various questions.

2011-07-05 Thread Ryan Zoerner
Hi Sergey, I am wondering about the 'finally' block in the 'public Object invoke(Exchange exchange, Object request)' method of the JAXRSInvoker class. For me, it is line numbers: 113-139. These lines call the resourceProvider to release the object instance in certain cases. Is this something tha