Berin Loritsch wrote:

It looks like the next step is to create a FortressCommandFailureHandler in
Fortress and then set it in the ContextManager.createCommandSink
method.


Go for it.

Done. Let me know if there was anything you would like to see done differently.
Currently you can set a new handler using the following code:


FortressConfig config = new FortressConfig();
config.setContainerClass( getContainerClassName() );
config.setCommandFailureHandlerClass( ServerCommandFailureHandler.class );
config.setContextDirectory( "./" );
...

Cheers,
Leif



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to