users@jersey.java.net

Re: [Jersey] _at_Stateless + _at_RolesAllowed = ServletException/AccessLocalException

From: Witold Szczerba <pljosh.mail_at_gmail.com>
Date: Sat, 29 May 2010 02:10:49 +0200

2010/5/28 Moises Lejter <moilejter_at_gmail.com>:
> If you are not relying on an EJB container, then I believe there is a filter
> that you have to add to your config to enable equiv security validation ...
>  Once that is done, your existing annotations will do the trick (I think :-)
> )
>
> Moises

Well, the whole thing is to use EJBs in my case. I would like use
JAX-RS as a bridge between web browser GUI (AJAX) and EJB application.
Does does it look like JAX-RS (or maybe this is Jersey) is not ready
for that yet?