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

2005-11-08 Thread Oliver Hutchison
Forwarded on for Scott -Original Message- From: Scott McCrory [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 November 2005 3:10 AM To: Oliver Hutchison Cc: acegisecurity-developer@lists.sourceforge.net Subject: RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors Oliver, You were

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 Oliver Hutchison
Looks like this you hit this: http://groups.google.com/groups?hl=delr=ie=UTF-8oe=UTF-8threadm=3F84 200E.4060207%40profitsoftware.comrnum=1prev=/groups%3Fq%3D%252Binherit ablethreadlocal%2Bnullpointerexception%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3D de

RE: [Acegisecurity-developer] hibernate compatability ( blah blah blah )

2004-08-17 Thread Oliver Hutchison
Using hibernate it is possible to do the following ( pseudo code ) SalesPerson salesPerson = hibernate.find( SalesPerson as salesperson where salesperson.id = 1); Why not just use the username (which should be unique) to lookup the SalesPerson? SalesPerson salesPerson = hibernate.find(