In JBoss 4.0.3SP1, you could supply a username and password on the javax.xml.rpc.Stub object like so:
stub._setProperty(Stub.USERNAME_PROPERTY, user); | stub._setProperty(Stub.PASSWORD_PROPERTY, password); Doing so would ensure a JAAS login on the server when the webservice call was received. This no longer seems to work with JBoss 4.0.4.CR2. My Java Service Endpoints are calling secured stateless session beans, so I need this kind of functionality still. How can I achieve it with the latest version of JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935833#3935833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935833 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
