Hi Ryan
On Tue, Jun 28, 2011 at 3:23 AM, Ryan Zoerner <[email protected]> wrote: > When I was debugging the jax-rs example, I placed an @EJB annotation in my > Customer class and it showed up in the annotations in cri. Hence, any > lifecycle-defining annotations would show up also? > Yes, we discussed it earlier on. Those annotations are retained at runtime but as far as ClassResourceInfo is concerned, it's only aware of JAX-RS annotations. Re you otherr email. I meant ResourceProvider should return an EJB Bean instance and to do it the way CXF JAXWS Invoker factory EasyBeans impl does Cheers, Sergey
