Re: build failed Sun Oct 31 16:11:14 PST 2004

2004-11-01 Thread David Blevins
FYI, This issue went away when I deleted all source and did a fresh checkout. The build is good. -David On Sun, Oct 31, 2004 at 04:11:15PM -0800, David Blevins wrote: ==[SUMMARY] BUILD FAILED ==[UPDATED] U

Re: Weird build errors on SuSE 9.2

2004-11-01 Thread Craig Johannsen
Hi Aaron, My environment is Mandrake Linux 9.1, kernel 2.4.2-0.13, libc-2.3.1, 651 MHz Pentium III (Coppermine), and KDE shell. I tested your code with J2SDK 1.4.2_03-b02, mixed mode, and JDK 1.5.0-rc-b63, mixed mode, sharing. In each case the socket timeout didn't work using ssc.accept(). It

Jetty Security Realms

2004-11-01 Thread Aaron Mulder
Near as I can tell, if you deploy a web app with a web.xml including a realm-name of foo, then Jetty is going to try to use a UserRealm named foo to authenticate users to that application. (I guess if you omit the realm-name tag, which is legal for form-based auth, it falls back on the

RE: Jetty Security Realms

2004-11-01 Thread Alan D. Cabrera
-Original Message- From: Aaron Mulder [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 10:23 PM To: [EMAIL PROTECTED] Subject: Jetty Security Realms Near as I can tell, if you deploy a web app with a web.xml including a realm-name of foo, then Jetty is going to try

RE: Jetty Security Realms

2004-11-01 Thread Alan D. Cabrera
-Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 10:45 PM To: [EMAIL PROTECTED] Subject: Re: Jetty Security Realms This is somewhat beyond my knowledge, but... 1. If its easier, we could deploy an additional gbean for the realm

Re: Jetty Security Realms

2004-11-01 Thread David Jencks
On Oct 31, 2004, at 7:52 PM, Alan D. Cabrera wrote: -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 10:45 PM To: [EMAIL PROTECTED] Subject: Re: Jetty Security Realms This is somewhat beyond my knowledge, but... 1. If its easier, we could

RE: Re[2]: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos)

2004-11-01 Thread Alan D. Cabrera
-Original Message- From: Jens Bo Friis [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 8:57 AM To: Alan D. Cabrera Cc: [EMAIL PROTECTED]; Bo Friis Subject: Re[2]: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos) Hi Alan,

Re: Jetty Security Realms

2004-11-01 Thread Jeremy Boynes
Alan D. Cabrera wrote: That would depend on what you're envisioning. Can you provide some detail? I don't have any concrete suggestions but having struggled with security configuration for an application last week would greatly appreciate some simplifications. I have a feeling that some of

Re: adding support for pluggable authenticators (HTTP) (adding support for SPNEGO/Kerberos)

2004-11-01 Thread Alex Karasulu
Alan D. Cabrera wrote: Actually, maybe writing a SPNEGOHandler would do the trick. You go dawg! Regards, Alan

Re: API stability

2004-11-01 Thread Lyndon Samson
I've often through it would be nice to have a 'redirecting' classloader in these sort of circumstances. Have some rules/conditions which map from one fully qualified classname to another. So a simple case might be Requested - Actual x.y.z.A - x.y.z.B Perhaps you can allready get similar

[jira] Commented: (GERONIMO-411) Add Hash Password Rewrite to File Realm

2004-11-01 Thread Aaron Mulder (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-411?page=comments#action_54887 ] Aaron Mulder commented on GERONIMO-411: --- And of course we'd need a new property on the realm to enable this, perhaps a hashAlgirithm properity and if you don't set

[jira] Created: (GERONIMO-412) More runtime control over connection pools needed

2004-11-01 Thread David Jencks (JIRA)
More runtime control over connection pools needed - Key: GERONIMO-412 URL: http://nagoya.apache.org/jira/browse/GERONIMO-412 Project: Apache Geronimo Type: Improvement Components: connector Versions: 1.0-M2

[jira] Closed: (GERONIMO-412) More runtime control over connection pools needed

2004-11-01 Thread David Jencks (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-412?page=history ] David Jencks closed GERONIMO-412: - Assign To: David Jencks Resolution: Fixed Fix Version: 1.0-M3 Implemented but no significant testing yet. More runtime control over

[jira] Created: (GERONIMO-413) Transaction settings should have default based on ra.xml and module builder configuration

2004-11-01 Thread David Jencks (JIRA)
Transaction settings should have default based on ra.xml and module builder configuration - Key: GERONIMO-413 URL: http://nagoya.apache.org/jira/browse/GERONIMO-413 Project: Apache

Re: [VOTE][RECALL] Srinath Perera as Geronimo Committer

2004-11-01 Thread Davanum Srinivas
Sorry. Wrong mailing list. On Mon, 1 Nov 2004 12:50:22 -0500, Davanum Srinivas [EMAIL PROTECTED] wrote: Folks, Am sorry i raised so much dirt over this...Am recalling the VOTE about srinath. If anyone wants to raise it in the future. that's fine by me. If not, that's fine by me too.

[jira] Commented: (GERONIMO-411) Add Hash Password Rewrite to File Realm

2004-11-01 Thread Alan Cabrera (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-411?page=comments#action_54896 ] Alan Cabrera commented on GERONIMO-411: --- I'm not fond of the idea of rewriting the files w/ hashed passwords. What do you think about the idea of having the

[jira] Commented: (GERONIMO-411) Add Hash Password Rewrite to File Realm

2004-11-01 Thread Aaron Mulder (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-411?page=comments#action_54897 ] Aaron Mulder commented on GERONIMO-411: --- I don't like requiring entries to be hashed to begin with, because then you need to tool to edit the file. In my

Re: [jira] Commented: (GERONIMO-411) Add Hash Password Rewrite to File Realm

2004-11-01 Thread Dain Sundstrom
I think we should have a gpasswd tool that can set a password, add accounts, remove them etc, and it would work it all the realms we provide. Basically PAM for G. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Nov 1, 2004, at 10:41 AM, Aaron Mulder (JIRA)

Re: [jira] Commented: (GERONIMO-411) Add Hash Password Rewrite to File Realm

2004-11-01 Thread Aaron Mulder
On Mon, 1 Nov 2004, Dain Sundstrom wrote: I think we should have a gpasswd tool that can set a password, add accounts, remove them etc, and it would work it all the realms we provide. Basically PAM for G. Currently, the file realm is read/write, but the SQL and Kerberos realms

[jira] Commented: (GERONIMO-409) SQLSecurityRealm/SQLLoginModule needs overhaul

2004-11-01 Thread Aaron Mulder (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-409?page=comments#action_54899 ] Aaron Mulder commented on GERONIMO-409: --- Also, the configuration for this realm needs to include the driver class name. In general, if the driver is not explicitly

[jira] Closed: (GERONIMO-413) Transaction settings should have default based on ra.xml and module builder configuration

2004-11-01 Thread David Jencks (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-413?page=history ] David Jencks closed GERONIMO-413: - Assign To: David Jencks Resolution: Fixed Fix Version: 1.0-M3 Implemented, with a tiny bit of testing from the 1.0 ear plan.

Re: Getting started on Web Services Stuff

2004-11-01 Thread Davanum Srinivas
John, Please take a look at the following thread for more info on what needs to be done. - http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=9605 - http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=9607 - http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=9608 -

Re: svn commit: rev 55519 - in geronimo/trunk: . etc modules/assembly

2004-11-01 Thread Aaron Mulder
To follow up, I think we could fix this by adding a block for axis-wsdl4j to project.xml with repository=true. But if I look at modules/assembly/src/plan/j2ee-server-plan.xml I don't see any Axis dependencies in there, so I don't understand why Geronimo thinks wsdl4j is a dependency