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
_
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
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
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