[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-11-15 Thread webmarck
No - I was forced to disable @RolesAllowed("customer") security :-( Means alot of extra coding... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986145#3986145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986145 _

[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-11-15 Thread Vans
Hello webmarck, I think, I've got a similar problem. Did you ever get it work? regards, Vans View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986141#3986141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986141

[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-10-30 Thread webmarck
Thanks for your reply, I followed the guide as much as possible, but unfortunately I haven?t been able to get it work yet. I have modified my server bean so it uses the same security domain as the webservice just to make things simple. @SecurityDomain("JBossWS") | ? | @RolesAllowed("frien

[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-10-29 Thread jgilbert
Take a look at the JBossWS user guide chapter on securing endpoints: http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html You basically set properties on the Stub. I haven't tried it but I bet calling the the ClientSideLogingModule would to the trick also. View the original