[Glass] Accidentally breaking Seaside
Dale Henrichs via Glass
glass at lists.gemtalksystems.com
Fri Aug 28 10:39:39 PDT 2015
Bruno,
I'm slowly catching up to you:) Anyway I think this expression is
possibly trouble:
WAEnvironment configureApplicationExceptionHandlingDefaults
You probably need to execute one of the following:
WAGemStoneProductionErrorHandler class>>initialize
WAWalkbackErrorHandler class>>initialize
WARemoteDebuggingWalkbackErrorHandler class>>initialize
to properly install the GemStone error handler ... this is very likely
to be the source of of the "infinite loop" in your seaside server ...
Dale
On 8/27/15 5:24 PM, BrunoBB via Glass wrote:
> Hi,
>
> Finally got it ;)
>
> "The following did the trick ;)"
>
> WAEnvironment configureApplicationDefaults;
> configureApplicationExceptionHandlingDefaults;
> registerDefaultComponents;
> registerDefaultRequestHandlers.
>
> Regards,
> Bruno
>
>
>
> --
> View this message in context: http://forum.world.st/Accidentally-breaking-Seaside-tp4846453p4846460.html
> Sent from the GLASS mailing list archive at Nabble.com.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
WAEnvironment configureApplicationDefaults;
configureApplicationExceptionHandlingDefaults
More information about the Glass
mailing list