The problem seems to be JAAS (or the JBoss implementation of it). Configuration.getConfiguration().getAppConfigurationEntry(name)
returns _always_ the LoginModule configured in my jaas.config. The name doesn't matter. :-( Thats why the SimpleSecurityManager inits always the JAAS LoginModule. Any ideas to get around this?
