Hi,
 I'm doing some modifications in the JBoss 3.2.5 source code, all academic stuff. The problem is when i try changing the source of Security classes like LoginContext or Configuration the modifications never seems to take effect in the compiled code.
 Basic stuff like a out.println in the LoginContext's constructor doesn't output anywhere during execution of secure sessions. Looks like the security module isn't generating the /bin/jboss-jaas.jar.
 Is there something i'm unaware of?
 thanks in advance,
Mauricio
The jaas classes are part of the jdk in 1.4.0+ so these classes are never picked up. Hack the jdk code and use the bootclasspath option to see its behavior.