Re: svn commit: r154075 - in geronimo/trunk/modules/security/src: java/org/apache/geronimo/security/jaas/UPCredentialLoginModule.java java/org/apache/geronimo/security/jaas/UsernamePasswordCredential.java test/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java

2005-02-17 Thread Alan D. Cabrera
Thanks for the hads-up. I fixed the bug and included the security enhancement that you suggested on IRC, blanking out the pw when destroying. Regards, Alan David Jencks wrote: There are a couple problems with this: 1. it essentially duplicates the intended functionality of the existing o.a.g.s

Re: svn commit: r154075 - in geronimo/trunk/modules/security/src: java/org/apache/geronimo/security/jaas/UPCredentialLoginModule.java java/org/apache/geronimo/security/jaas/UsernamePasswordCredential.java test/org/apache/geronimo/security/jaas/ConfigurationEntryTest.java

2005-02-17 Thread David Jencks
There are a couple problems with this: 1. it essentially duplicates the intended functionality of the existing o.a.g.security.realm.GeronimoPasswordCredential/LoginModule 2. The inclusion of the destroy method and implementation breaks the contracts for equals and hashcode for use in a Collect

Image handlers for activation

2005-02-17 Thread Jeremy Boynes
I just added DataContentHandlers to out activation module for image/gif and image/jpeg mime types. Unfortunately I had no real idea about what I was doing or how to test it (given JPEG encoding can be lossy). I would appreciate any feedback on if these are likely to work, how to test them, or a

Re: IOException during deployment

2005-02-17 Thread Alan D. Cabrera
Jeremy Boynes wrote: During deployment I am intermittently seeing Caused by: java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1314) at java.io.File.createTempFile(File.java:1402) at ja

Re: What's the status of Geronimo Spring integration?

2005-02-17 Thread Jules Gosnell
Jacek Laskowski wrote: Jules Gosnell wrote: I waited a while to see if anyone else had a complete working build/test cycle that they could drop cglib into - no-one has come back. Perhaps, it's time to remind the steps to give it a shot ;) I remember it wasn't clear if it's 2.0.2 or 2.1.0, was it

IOException during deployment

2005-02-17 Thread Jeremy Boynes
During deployment I am intermittently seeing Caused by: java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1314) at java.io.File.createTempFile(File.java:1402) at java.io.File.createTempF

Re: What's the status of Geronimo Spring integration?

2005-02-17 Thread Jacek Laskowski
Jules Gosnell wrote: I waited a while to see if anyone else had a complete working build/test cycle that they could drop cglib into - no-one has come back. Perhaps, it's time to remind the steps to give it a shot ;) I remember it wasn't clear if it's 2.0.2 or 2.1.0, was it? Has it been decided a

Re: What's the status of Geronimo Spring integration?

2005-02-17 Thread Rob Harrop
Once this hurdle is overcome we can really start to push this forward. In particular, we can start to work on exposing services to Spring in a transparent manner using JNDI, JMX and nested Spring ApplicationContexts. Rob Jules Gosnell wrote: Bruce Snyder wrote: I'm curious to know the status of

Re: What's the status of Geronimo Spring integration?

2005-02-17 Thread Jules Gosnell
Bruce Snyder wrote: I'm curious to know the status of the Geronimo Spring integration. The last message I see is from Jeremy who was looking into an upgrade of cglib to support the work that Jules is doing. Has there been any progress beyond this to date? Jules, do you need any help with this integ