Re: StrutsSpringTestCase - Memory Leak

2010-03-09 Thread carl ballantyne
Done - https://issues.apache.org/jira/browse/WW-3402. Quoting Lukasz Lenart : Could you register a new issue with patch attached? https://issues.apache.org/jira/browse/WW *Advertencia legal: en virtud de lo establecido en la Ley Organica 15/1999 de Proteccion de Datos de Caracter Person

RE: StrutsSpringTestCase - Memory Leak

2010-03-09 Thread Martin Gainty
can you update the StrutsSpringTestCase in the repository? Many Thanks for this important discovery and the solution! Saludos Cordiales desde EEUU Martin __ Porfavor no modifica o interrupta esa communicacion/Please do not modify or interrupt this co

Re: StrutsSpringTestCase - Memory Leak

2010-03-09 Thread Lukasz Lenart
2010/3/9 carl ballantyne : > Hi All, > > I ran into an issue with the StrutsSpringTestCase class when doing my unit > tests. Basically the memory kept climbing until it crashed the machine. > > This class is actually loading the applicationContext for every test case > that extends it. And because

Re: StrutsSpringTestCase - Memory Leak

2010-03-09 Thread Lukasz Lenart
2010/3/9 carl ballantyne : > Done - https://issues.apache.org/jira/browse/WW-3402. And done from my side ;-) Best regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe, e-ma

Re: StrutsSpringTestCase

2009-11-27 Thread carl ballantyne
I just found that I can actually include xml files directly via Spring. Guess I should RTFM first. So I have created a myapp-application-test.xml which contains: Does the trick and clean enough. The Spring team say they prefer not to use this approach but since it is on