-
Bug
-
Resolution: Done
-
Minor
-
JBossSecurity_2.0.4.SP3, PicketBox_v3_0_beta3
-
None
While debugging an issue (through logs), I realized after much fighting, that JBossMappingManager uses an incorrect logger:
public class JBossMappingManager implements MappingManager
{
protected static final Logger log = Logger.getLogger(JBossSecurityContext.class);
Notice that it's using the JBossSecurityContext.class as the logger name.