Hide
Currently, an EJB exposed as a webservice have a dedicated Web Context that is generated for it.
If the EJB is secured, then, the webapp also needs to be secured, otherwise no-one will ever be capacle of using the webservice :)
So, the easybeans.xml should be enhanced to allow declaration of the following elements:
* context-root
* realm-name
* transport-guarantee
* auth-method
* http-method
Show
Currently, an EJB exposed as a webservice have a dedicated Web Context that is generated for it.
If the EJB is secured, then, the webapp also needs to be secured, otherwise no-one will ever be capacle of using the webservice :)
So, the easybeans.xml should be enhanced to allow declaration of the following elements:
* context-root
* realm-name
* transport-guarantee
* auth-method
* http-method