User development,
A new message was posted in the thread "JbossWS username authentication not
working":
http://community.jboss.org/message/528925#528925
Author : Peter Johnson
Profile :
http://community.jboss.org/people/peterj
Message:
--------------------------------------------------------------
This configuration information:
jbossws-users.properties:
# A sample users.properties file for use with the UsersRolesLoginModule
kermit=thefrog
is inconsistent with this code:
((BindingProvider)port).getRequestContext().put(BindingProvider.USERNAME_PROPERTY,
"kermitabc");;
((BindingProvider)port).getRequestContext().put(BindingProvider.PASSWORD_PROPERTY,
"thefrogdef");;
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/528925#528925