[Resteasy-users] EJB integration - no dependencies are injected

2011-06-01 Thread Clemens Eisserer
Hi, I would like to use RestEasy's EJB integration in a jboss6/seam/richfaces webapp. Everything seems to work file, except injection of other EJBs. I basically did the following: @Path("/async") public interface AsyncResource { @GET @Path("/{message}") public Response doSomethi

Re: [Resteasy-users] EJB integration - no dependencies are injected

2011-06-03 Thread Clemens Eisserer
works as expected. Thanks a lot for your help, Clemens 2011/6/3 Jozef Hartinger : > The problem is that you're using Seam 2 injection (@Logger) in an object > which is not a Seam component. Add @Name to turn AsyncResourceBean into a > Seam component. > > On 06/01/2011 03:13 PM,