Re: action's servlet is null

2008-07-28 Thread Antonio Petrelli
2008/7/28 Bartek Wasko <[EMAIL PROTECTED]>: > Hi > > In our struts1 (1.3.8) application we encountered such a problem. > > getServlet() invoked from action code returns null. > > After quick investigation I found a bit susspicious place in the > RequestProcessor#processActionCreate code. > The sync

action's servlet is null

2008-07-28 Thread Bartek Wasko
Hi In our struts1 (1.3.8) application we encountered such a problem. getServlet() invoked from action code returns null. After quick investigation I found a bit susspicious place in the RequestProcessor#processActionCreate code. The synchronized block seems to be a bit risky in highly concurre