strange exceptions in log

2011-12-22 Thread danisevsky
Hi, our production log is full of strange exceptions like this: http://pastebin.com/Sq7EnV8c Has anybody any idea what is wrong? Thanks in advance! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: strange exceptions in log

2011-12-22 Thread Martin Grigorov
The browser closed the connection and Wicket cannot write the response back. The reasons for this closed connection are many. On Thu, Dec 22, 2011 at 10:54 AM, danisevsky danisev...@gmail.com wrote: Hi, our production log is full of strange exceptions like this: http://pastebin.com/Sq7EnV8c

Re: Regarding Stack Overflow exception

2011-12-22 Thread smsmaddy
Thanks for the reply I was also bothered about this serialization issue in wicket version 1.4.17. Still not sure, the latest version (1.5.3) of wicket will resolve the issue because I haven't find any migration changes statement which states about this serialization fix @

Re: Regarding Stack Overflow exception

2011-12-22 Thread Martin Grigorov
Try first with 1.4.19 On Thu, Dec 22, 2011 at 12:50 PM, smsmaddy smsd...@gmail.com wrote: Thanks for the reply I was also bothered about this serialization issue in wicket version 1.4.17. Still not sure, the latest version (1.5.3) of wicket will resolve the issue because I haven't find any

Running unit test in parallel

2011-12-22 Thread Vervenko Pavel
Hi! We are using wicket-1.4.8. We have a lot of unit tests and it takes long time to run them. To reduce running time at multi-core systems we decided to run them parallel in multiple threads. I use this

Re: Running unit test in parallel

2011-12-22 Thread Martin Grigorov
Hi, Some people ran 1.5.x core tests in parallel with JUnit/Surefire parallel support and the problems they had were related with setting current Locale with Locale.setDefault(), i.e. JVM wide. Some tests expect specific i18n-ized results and due to changed Locale they failed. Improvements in

Re: Running unit test in parallel

2011-12-22 Thread Vervenko Pavel
I didn't mean that I want to run core tests. I need to run junits for wicket-based web applications in 3-4 parallel threads. We have a lot of tests based on WicketTester and it takes a lot of time to run them. Parallel running reduces execution time significantly. But as far as I can see it's

Re: Running unit test in parallel

2011-12-22 Thread Martin Grigorov
Wicket tests also use WicketTester :-) You can create simple application to experiment with. 2011/12/22 Vervenko Pavel willcode4f...@tut.by: I didn't mean that I want to run core tests. I need to run junits for wicket-based web applications in  3-4 parallel threads. We have a lot of tests

Using proxy server

2011-12-22 Thread Niranjan Rao
Hi folks, Trying to set up apache2/wicket combo. Wondering if instructions at https://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html#Wicketbehindafront-endproxy-HowtofixWicketgeneratedlinks are still valid for wicket 1.5. If not does anyone has pointer to new setup of documents?