Redeployment of JaasSecurityContext on JBoss4.0.5GA fails because of line
JaasSecurityManagerService.java:435:
| // Register the JAAS CallbackHandler JACC PolicyContextHandlers
| CallbackHandlerPolicyContextHandler chandler = new
CallbackHandlerPolicyContextHandler();
|
PolicyContext.registerHandler(CallbackHandlerPolicyContextHandler.CALLBACK_HANDLER_KEY,
| chandler, false);
|
The last 'false' parameter means that Java will throw exception during
redeployment, because callback handler must be replaced (and this 'false'
parameter forbids replacing).
What is the reason for this setting value?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989934#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...