W dniu 18.05.2011 21:16, Henrique Boregio pisze:
My bad...that's actually what I am doing.
I have a stop() method insite my threads that change a boolean value
to false inside the while...instead of having while(tru)

In this case, most probably your threads are running while your application is being closed. You can call Thread.join() or use CountDownLatch to wait for all the Threads to finish.

Regards

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

Reply via email to