Re: resource shared accross threads

2011-05-04 Thread bogdan_cm
Got it, noted, and never again. Thanks for the reply, Bogdan -- View this message in context: http://tapestry.1045711.n5.nabble.com/resource-shared-accross-threads-tp4370064p4370272.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: resource shared accross threads

2011-05-04 Thread Thiago H. de Paula Figueiredo
On Wed, 04 May 2011 11:54:16 -0300, bogdan_cm wrote: Hi again, Hi! I have a Index class which declares another object as a private instance variable: private User user = new User(); Never never never never do that (initializing a field on its declaration). Use onActivate()

resource shared accross threads

2011-05-04 Thread bogdan_cm
Tap clean all variables every time a new request is serviced? Clearly I'm missing something here. Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/resource-shared-accross-threads-tp4370064p4370064.html Sent from the Tapestry - User