Re: Does CDI scoping apply to subclasses?

2013-12-12 Thread James Green
Needs @Inherited on sub-classes then. All else being equal I will move the scope annotations to the each subclass for clarity. Thanks for the pointer. On 12 December 2013 18:26, Romain Manni-Bucau rmannibu...@gmail.com wrote: http://docs.jboss.org/cdi/spec/1.0/html/inheritance.html Le 12

Tomee-Embedded vs OpenEjb Standalone ? which to choose

2013-12-12 Thread Radhakrishna Kalyan
Hi I would like to know 1: When should I go for Tomee-Embedded and when for OpenEJB standalone? 2: Is there any benefit of using one over another in terms of performance and availability ? -- Thanks and Regards N Radhakrishna Kalyan P: +46 733 312 584 http://about.me/nrkkalyan

Re: doubt about scopes

2013-12-12 Thread Anthony Fryer
Could it be because you're using JSF managed beans instead of CDI? -- View this message in context: http://openejb.979440.n4.nabble.com/doubt-about-scopes-tp4666709p4666726.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: doubt about scopes

2013-12-12 Thread Howard W. Smith, Jr.
On Wed, Dec 11, 2013 at 3:28 PM, Leonardo K. Shikida shik...@gmail.comwrote: JSF and Filter use different sessions? How can I access the same object from both contexts, for the same logged user?

Re: Does CDI scoping apply to subclasses?

2013-12-12 Thread Howard W. Smith, Jr.
On Thu, Dec 12, 2013 at 3:33 PM, James Green james.mk.gr...@gmail.comwrote: I will move the scope annotations to the each subclass for clarity. +1

Re: Tomee-Embedded vs OpenEjb Standalone ? which to choose

2013-12-12 Thread Radhakrishna Kalyan
Hi My application is a standalone application with some REST resources. I am using OpenEJB. Thank you for clarification. On Fri, Dec 13, 2013 at 3:17 AM, Anthony Fryer apfr...@hotmail.com wrote: What do you need in your app? If you need servlets, jsps and jsf (a web application) then you