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

[ANNOUNCEMENT] Geronimo Samples v2.2.1 and Daytrader v2.2.1 is released!

2011-01-18 Thread viola lu
The Apache Geronimo project is pleased to announce the 2.2.1 release of Geronimo Samples and Daytrader. These releases are aligned with Geronimo Server 2.2.1 release. For more details, please read the news post on Geronimo web site

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

Re: Bug geronimo-javamail_1.4_provider version 1.8.2

2011-01-18 Thread Rick McGuire
On 1/18/2011 7:47 AM, Denis Trueby wrote: Dear Geronimo-Team, I found a bug in the geronimo-javamail_1.4_provider version 1.8.2 package. The class org.apache.geronimo.javamail.authentication.DigestMD5Authenticatorthe String "US-ASCII" is used very often. The bug is in line 275, where its writ

Bug geronimo-javamail_1.4_provider version 1.8.2

2011-01-18 Thread Denis Trueby
Dear Geronimo-Team, I found a bug in the  geronimo-javamail_1.4_provider version 1.8.2 package. The class org.apache.geronimo.javamail.authentication.DigestMD5Authenticator the String "US-ASCII" is used very often. The bug is in line 275, where its written incorrect "US_ASCII". There will always be

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