RE: How to Show Error Of Page In Deployment MOde

2009-02-24 Thread Heikki Uotinen
Maybe this helps

http://www.nabble.com/How-to-catch-the-error-in-custome-error-page--td9645296.html


-Heikki

-Original Message-
From: carlo c [mailto:carlo.camer...@gmail.com] 
Sent: 25. helmikuuta 2009 7:16
To: users@wicket.apache.org
Subject: How to Show Error Of Page In Deployment MOde


hi everyone,

I know that this might sound a little strange. but i need to be able to show
the error of 
the system even during deployment mode. I have to show them the stacktrace.

The Thing that's preventing us from using development mode is that the
application 
always gets an outofmemoryerror when deployed on websphere.

It just shwo internal error.

Is there a way that I can override this behavior?

carlo
-- 
View this message in context: 
http://www.nabble.com/How-to-Show-Error-Of-Page-In-Deployment-MOde-tp22196513p22196513.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to Show Error Of Page In Deployment MOde

2009-02-24 Thread Timo Rantalaiho
On Tue, 24 Feb 2009, carlo c wrote:
 I know that this might sound a little strange. but i need to be able to show
 the error of 
 the system even during deployment mode. I have to show them the stacktrace.

You should see the setting that does this and enable it
while staying in deployment mode as far as other settings
are considered.

I always look for them in the different ISettings or
something that Application class provides.

 The Thing that's preventing us from using development mode is that the
 application 
 always gets an outofmemoryerror when deployed on websphere.

Memory profile your application with a profiler.

Best wishes,
Timo


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org