Re: Where to specify the realm name for EJB

2011-01-18 Thread sanjay kumar
Hi, I am calling my ejb from a standalone java client. And both SR and EJB are deployed in same server. On Wed, Jan 19, 2011 at 12:11 AM, David Jencks wrote: > you only log in once... how are you accessing the ejb? > > web app -- you will log into the web app and the identity will be > propaga

Re: Where to specify the realm name for EJB

2011-01-18 Thread David Jencks
you only log in once... how are you accessing the ejb? web app -- you will log into the web app and the identity will be propagated to the ejb when the web app calls the ejb ejb web service -- what you show below should be appropriate, calling the ws should result in the http challenge and the

Where to specify the realm name for EJB

2011-01-18 Thread sanjay kumar
Hi All, I am facing issues in calling my custom security realm. I have created my security realm and deployed in Geronimo 2.2. This SR provides basic authentication. I need to call this SR automatically (as a SR is supposed to do) whenever a call to ejb is made. Both the EJB and SR are deployed i