works great on trunk.

side note: bean instantiation is not done while ejb *business* method is
not called for ejb and any method for cdi beans



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-06-04 3:49 GMT+02:00 Vamsee Lakamsani <[email protected]>:

> I put together a small sample app here:
> https://github.com/lakamsani/cdi-nested
>
> MyResource is a JAX-RS service into MyService is @Injected
> MyDao is in-turn @Injected into MyService. When I run it (in TomEE
> 1.6.0.1),  MyDao is null inside the MyService instance injected to
> MyResource.  What do I need to do to make it work or is there another way
> of doing this (short of explicitly instantiating objects).

Reply via email to