JaasSecurityManagerService (required by JaasSecurityDomain) makes a call to 
InitialContext.getNameParser(). This first determines the default InitialContext (i.e. 
FakeInitialContext) and calls getParser() on the default IC. This was not implemented, 
causing a StackOverflowError by the repeated recursive calls to getNameParser().

I have implemented FakeInitialContext.getNameParser() to return a
org.jnp.interfaces.NamingParser instance since this is what was being used when I 
stepped through the code running normally in JBoss using JBoss-IDE. 

I'm tidying everything up and will be committing shortly.

Cheers,

Kab

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828399#3828399

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828399


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to