"ksteo1" wrote : If you are using JAAS, make sure you have already obtained the
LoginContext, before you do make the InitialContext. Otherwise, the security principal and
credential will not get passed into the app server.
|
| Also, to do this, you have to enablie ClientLoginModule on both the client and server
side auth.conf.
|
|
| org.jboss.security.ClientLoginModule required;
|
|
| update your jre version
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023018#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...