AW: AW: AW: Struts 1 and thread safety

2010-09-19 Thread Norbert Hirneisen
- Von: Chris Mawata [mailto:chris_mawata_str...@mathcove.net] Gesendet: Sonntag, 19. September 2010 01:20 An: Struts Users Mailing List Betreff: Re: AW: AW: Struts 1 and thread safety On 9/18/2010 8:36 AM, Norbert Hirneisen wrote: Just another question regarding this context

AW: AW: AW: Struts 1 and thread safety

2010-09-19 Thread Norbert Hirneisen
(); -- Something wrong with that approach ? Thanks in advance, Norbert -Ursprüngliche Nachricht- Von: Norbert Hirneisen [mailto:no...@s2you.de] Gesendet: Sonntag, 19. September 2010 09:42 An: 'Struts Users Mailing List' Betreff: AW: AW: AW: Struts 1 and thread safety Thanks

Re: AW: AW: AW: Struts 1 and thread safety

2010-09-19 Thread Chris Mawata
: Struts 1 and thread safety Thanks to Dave and Chris. Now the base class is storing the projectId in the session. Is it correct to assume that a single request is handled within one thread so that there are no thread-safety issues within an action method to consider ? Thanks, Norbert

AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
Nobody here who can help ? -Ursprüngliche Nachricht- Von: Norbert Hirneisen [mailto:no...@s2you.de] Gesendet: Freitag, 17. September 2010 11:01 An: user@struts.apache.org Betreff: Struts 1 and thread safety Hello, I have al large Struts 1 application with a modified

Re: AW: Struts 1 and thread safety

2010-09-18 Thread Dave Newton
Nachricht- Von: Norbert Hirneisen [mailto:no...@s2you.de] Gesendet: Freitag, 17. September 2010 11:01 An: user@struts.apache.org Betreff: Struts 1 and thread safety Hello, I have al large Struts 1 application with a modified DispatchAction class. Most action classes are derivatives

AW: AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
? -Ursprüngliche Nachricht- Von: Norbert Hirneisen [mailto:no...@s2you.de] Gesendet: Freitag, 17. September 2010 11:01 An: user@struts.apache.org Betreff: Struts 1 and thread safety Hello, I have al large Struts 1 application with a modified DispatchAction class. Most action

Re: AW: Struts 1 and thread safety

2010-09-18 Thread Dave Newton
? Thanks in advance, Norbert -Ursprüngliche Nachricht- Von: Dave Newton [mailto:davelnew...@gmail.com] Gesendet: Samstag, 18. September 2010 13:47 An: no...@s2you.de; Struts Users Mailing List Betreff: Re: AW: Struts 1 and thread safety No, it's not thread safe. Actions

AW: AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
: Struts 1 and thread safety No, I meant actual ThreadLocals, but what you're saying would work too. The best way to go about doing it depends on what's being done in the subclasses. Dave On Sat, Sep 18, 2010 at 7:53 AM, Norbert Hirneisen no...@s2you.de wrote: Thanks, Dave. Using the data

AW: AW: Struts 1 and thread safety

2010-09-18 Thread Norbert Hirneisen
. September 2010 14:07 An: Struts Users Mailing List; no...@s2you.de Betreff: Re: AW: Struts 1 and thread safety No, I meant actual ThreadLocals, but what you're saying would work too. The best way to go about doing it depends on what's being done in the subclasses. Dave On Sat, Sep 18, 2010 at 7:53

Re: AW: Struts 1 and thread safety

2010-09-18 Thread Dave Newton
correct ? Thanks, Norbert -Ursprüngliche Nachricht- Von: Dave Newton [mailto:davelnew...@gmail.com] Gesendet: Samstag, 18. September 2010 14:07 An: Struts Users Mailing List; no...@s2you.de Betreff: Re: AW: Struts 1 and thread safety No, I meant actual ThreadLocals, but what you're

Re: AW: AW: Struts 1 and thread safety

2010-09-18 Thread Chris Mawata
...@gmail.com] Gesendet: Samstag, 18. September 2010 14:07 An: Struts Users Mailing List; no...@s2you.de Betreff: Re: AW: Struts 1 and thread safety No, I meant actual ThreadLocals, but what you're saying would work too. The best way to go about doing it depends on what's being done

Struts 1 and thread safety

2010-09-17 Thread Norbert Hirneisen
Hello, I have al large Struts 1 application with a modified DispatchAction class. Most action classes are derivatives from this class. In the webapp I have several projects defined. The project can be determined by analysing the URL. This is done in the central DispatchAction-class by using class