tags:

views:

107

answers:

0

In our system the user logs in using JBOSSWS and accesses the services using through Web Services. The services themselves are Stateless session beans. Is there a way to get user name/password on calls to the EJB? Also, is there a way to persist any information in session cache or I need to use state full session bean for that?