I did that and dug into the exception stack.

In org/jboss/security/auth/callback/SecurityAssociationHandler.java it is 
getting the UserIdentificationInfoCallback passed into it.

It is doing (line 76) :

return (CallbackHandler) PolicyContext.getContext(CALLBACK_HANDLER_KEY);

Where the CALLBACK_HANDLER_KEY = "org.jboss.security.auth.spi.CallbackHandler"

But it can't load this PolicyContext and is returning null.

Is this a configuration issue or can we force it to register this?
--
Posted by "mark" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=4010#12334>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to