hi thomas not sure whether i got it properly.
what i understood: - you added your own LoginModule to the repository.xml security configuration. - and want this to be used. what is the reason for having the jaas.config pointing to a different LoginModule? if you have it configured in the repository.xml you don't need the jaas.config after all. maybe that helps angela
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?
