I have implemented the Rampart module in my AXIS2 webservice with my own CallbackHandler.  However, once authenticated my webservice calls secured methods on an EJB session bean which fail.  It appears that the LoginModule which normal stores the authenticated principals in context is not doing so, or not doing so in a way which the EJBs can understand.  Since the Rampart configuration only exposed the CallbackHandler class, I'm unsure what class it is using or if I'm able to change it.
 
Does anyone know what the behavior of the Rampart LoginModule is?  Or how I can achieve a call from the web service to a secured EJB method? 
 
Joe Shimkus

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to