RE: how to monitor session memory usage

2009-08-15 Thread Russell Simpkins
Try this program, its free and very well written: http://www.eclipse.org/mat/ You can configure to take heap dumps a couple of different ways. I haven't done any profiling in a while, but I googled and found this article for you.

Re: Wicket and JQuery - lavalamp

2009-08-15 Thread Martin Makundi
Cute :) 2009/8/15 Eyal Golan egola...@gmail.com: Hi all,I've created a small Wicket module for the lavalamp JQuery library (some links below). It's very basic and I plan to work on it more. Please be kind and give me any suggestion and insights. Right now I'm thinking on how to keep the

Re: Enum with RadioChoice leads to NumberFormatException

2009-08-15 Thread Mischa Dasberg
Hi Reinout, I guess your Person object has a private int sex; instead of private SexType sex; So what happens is that you are trying to convert a SexType to an Integer which obviously returns an illegalArgumentException. Put it like this and it should work. public class Person {

RE: Model question ?

2009-08-15 Thread Warren Bell
Is there any issues you need to be concerned with when using the page itself as the model object? Warren -Original Message- From: jWeekend [mailto:jweekend_for...@cabouge.com] Sent: Friday, August 14, 2009 5:43 PM To: users@wicket.apache.org Subject: RE: Model question ? Warren, If

Re: Model question ?

2009-08-15 Thread Eelco Hillenius
Is there any issues you need to be concerned with when using the page itself as the model object? I don't think so. Eelco - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Improving maven/wicket deployment process

2009-08-15 Thread Tauren Mills
I currently don't have an automated deployment process in place for a wicket/spring/hibernate/maven project and am looking for suggestions on how to best implement one. I'm open to any suggestions as well as references to helpful URLs and other resources. When it is time to deploy my project, I

Re: Improving maven/wicket deployment process

2009-08-15 Thread Cserep Janos
1.  Edit application.properties and comment out my local development database configuration and uncomment the production database configuration. The settings in this file (jdbc.driver, jdbc.url, jdbc.username, jdbc.password, hibernate.dialect, hibernate.hbm2ddl.auto) are used in my spring