RE: actionPackages parameter provokes PermGen memory error

2007-10-17 Thread wild_oscar
n memory error after > 5 to 6 deployments. > > -Original Message- > From: wild_oscar [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 09, 2007 9:56 AM > To: user@struts.apache.org > Subject: Re: actionPackages parameter provokes PermGen memory error > >

RE: actionPackages parameter provokes PermGen memory error

2007-10-17 Thread Jiang, Jane (NIH/NCI) [C]
: actionPackages parameter provokes PermGen memory error Hi! Haven't tried that yet, as I haven't used Spring in my project (or life, for that matter :p). I'll try to use it and post the results. In the meanwhile, an update to the problem: The problem was in the package

Re: actionPackages parameter provokes PermGen memory error

2007-10-09 Thread wild_oscar
> package, putting the actionPackages parameter will give me a PermGen >> error >> > on re-deployment and removing it will make Permgen memory be managed >> > alright. >> > >> > Does anyone know why this happens and how to solv

Re: actionPackages parameter provokes PermGen memory error

2007-10-08 Thread Sami Dalouche
Hi, have you tried spring's IntrospectionCleanupListener ? http://www.springframework.org/docs/api/org/springframework/web/util/IntrospectorCleanupListener.html It looks like the problem you are experiencing is the one the listener claims to solve. Regards, Sami Dalouche On Mon, 2007-10-08 at 0

Re: actionPackages parameter provokes PermGen memory error

2007-10-08 Thread wild_oscar
ge, putting the actionPackages parameter will give me a PermGen error > on re-deployment and removing it will make Permgen memory be managed > alright. > > Does anyone know why this happens and how to solve it? Can you reproduce > this error? > > All input appreciated, this

actionPackages parameter provokes PermGen memory error

2007-10-04 Thread wild_oscar
his error? All input appreciated, this permgen error is driving me crazy! -- View this message in context: http://www.nabble.com/actionPackages-parameter-provokes-PermGen-memory-error-tf4570271.html#a13044908 Sent from the Struts - User m