Hi

> The method yielding the problem is the following one:
>
> private static PageLifecycleFactory getDefaultInstance()
>    {
>       if (defaultInstance == null)
>       {
>          defaultInstance = new DefaultStrutsPageLifecycleFactory();
>       }
>      
>       return defaultInstance;
>    }

Make that function *synchronized* !

Regards,
  Steffen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to