RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread scott
Oliver, Very, very interesting - excellent find. I have several things to test tomorrow. Scott > -Original Message- > From: Oliver Hutchison [mailto:[EMAIL PROTECTED] > Sent: Monday, November 07, 2005 11:13 PM > To: acegisecurity-developer@lists.sourceforge.net > Subject

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Oliver Hutchison
Looks like this you hit this: http://groups.google.com/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&threadm=3F84 200E.4060207%40profitsoftware.com&rnum=1&prev=/groups%3Fq%3D%252Binherit ablethreadlocal%2Bnullpointerexception%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3D de

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Oliver Hutchison
This looks like a bug in the IBM JDK implementation to me, I don't see any valid reason why the constructor of Throwable would ever throw an NPE, or, why InheritableTL would have tried to throw the NPE which resulted in the second NPE in the Throwable constructor. Ollie _

Re: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Mark St.Godard
I dont think its in the Assert...from the stackTrace it looks like it is getting into the contextHolder.set( ) when it NPEs   I use Websphere 6 and Tomcat 5.5 ... I will also upgrade to 0.9 tomorow and see if it displays the appropriate behavior.   Cheers, Mark   On 11/7/05, [EMAIL PROTECTED] <[EMA

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread scott
Hi Mark and Ben,     I'm using WSAD 5.1 with its built-in Websphere 5.0 Test Environment on Windows XP Pro, then deploying to a Websphere Application Server 5.0 instance on Windows 2000 Server.  Websphere 5.0 is still widely used in the financial industry, and uses IBM's JDK 1.3.  It isn't p

Re: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Mark St.Godard
Ben, Scott,   Scott what version of Websphere are you running? What JRE/JDK version?   Ben the code looks fine... seems abnormal for InheritableThreadLocal to NPE...   Scott, try without the InheritableTL or as Ben suggests try a different servlet container / appserver if you can.   Cheers, Mark  O

Re: [Acegisecurity-developer] Logic bug with AnonymousProcessingFilter

2005-11-07 Thread Ben Alex
Tim Kettering wrote: My gut says this is a bug, but since this code was committed back in July, I find it strange that nobody else has encountered this by now... is there something I'm missing? I've modified the AnonymousProcessingFilter to now only clear the SecurityContextHolder if the Au

Re: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Ben Alex
[EMAIL PROTECTED] wrote: [11/7/05 15:24:43:513 EST] 5a6d5a6d WebGroup E SRVE0026E: [Servlet Error]-[Filter [Acegi Filter Chain Proxy]: filter is unavailable.]: java.lang.NullPointerException at java.lang.Throwable.(Throwable.java) at java.lang.Throwable.(Throwable.java)

Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Carlos Sanchez
Hi all, Some comments: - Currently acegi depends on apache directory 0.9-SNAPSHOT, which means this version has to be fixed (never release depending on SNAPSHOTS as they can change). I'm committing now a project.xml change to depend on 0.9 (although there're newer versions released). - whenever

[Acegisecurity-developer] Logic bug with AnonymousProcessingFilter

2005-11-07 Thread Tim Kettering
If I only built 0.9 snapshots more regularly than every 2-3 months, I would have probably come across this earlier. But apparently I didn't build a new snapshot for 0.9 until today, and as a result spent most of the day tracking down this issue. We are using the HttpSessionContextIntegrationFilte

[Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread scott
Hi all,     I made progress switching from 0.8.3 to 0.9.0 for the purposes of testing it in our web app, but ran into some issues that held me up.My servlet container starts OK and the Spring context starts fine, but accessing the app brings up a "Filter is Unavailable" error with an NP

Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Luke Taylor
Hola Carlos, When I try the build with Maven 2.0 (with a view to switching the automated build to M2 eventually), I'm getting a problem with tools.jar as a dependency, both running on linux and on OS X (I would have expected it on the latter, 'cos it doesn't have one). When building the CAS adapt

Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Carlos Sanchez
I'm working on that. You'll have news soon. On 11/7/05, Andreas Brenk <[EMAIL PROTECTED]> wrote: > It seems to me the Maven 2 build (SEC-62) is not up-to-date and should > be marked as unresolved. > > Regards, > Andreas > > On 11/7/05, Ben Alex <[EMAIL PROTECTED]> wrote: > > The JIRA changelog is

Re: [Acegisecurity-developer] Re: Acegi and JSR-168 portlets

2005-11-07 Thread Patrick Huber
Hi John I will try your code as soon as I get rid of this maven/assemble problem with pluto. Is it much work to port your code to acegi-0.9? I'll probably try to get it to work in 0.9. Patrick 2005/11/5, John Lewis <[EMAIL PROTECTED]>: > Ken & Patrick, > > I've developed some initial JSR-168 Por

Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Andreas Brenk
It seems to me the Maven 2 build (SEC-62) is not up-to-date and should be marked as unresolved. Regards, Andreas On 11/7/05, Ben Alex <[EMAIL PROTECTED]> wrote: > The JIRA changelog is now complete, and I've just updated the reference > guide to reflect the latest changes: > http://opensource2.at