On Thu, Aug 22, 2013 at 2:51 AM, Romain Manni-Bucau
<rmannibu...@gmail.com> wrote:
> Removing it in DAO makes your test green

Ok, that worked for the DAO tests but not for the Service test.
There's still a failure to inject the @EJB which is a @Path resource.
It works live in tomee:run, but not in the @RunWith(Arquillian.class).

If I add @Singleton to the Services, they are injected fine, however
it seems like they should not need it. Is TomEE being too smart?

Thanks!

Reply via email to