Re: Race condition in recommended "OpenSessionBackProccess" class

2022-10-13 Thread Lukasz Lenart
rows > IOException, ClassNotFoundException { > serialized.defaultReadObject(); > lock = new Object(); > } > } > > -- Original Message -- > From "Lukasz Lenart" > To "Struts Users Mailing List" > Date 10/5/2022 2:12:2

Re: Race condition in recommended "OpenSessionBackProccess" class

2022-10-05 Thread Burton Rhodes
ukasz Lenart" To "Struts Users Mailing List" Date 10/5/2022 2:12:20 AM Subject Re: Race condition in recommended "OpenSessionBackProccess" class I refactored the BackgroundProcess and it should solve your problem, yet it will require some coding. https://github.com/apa

Re: Race condition in recommended "OpenSessionBackProccess" class

2022-10-05 Thread Lukasz Lenart
I refactored the BackgroundProcess and it should solve your problem, yet it will require some coding. https://github.com/apache/struts/pull/609 niedz., 2 paź 2022 o 13:09 Lukasz Lenart napisał(a): > > śr., 28 wrz 2022 o 16:15 Burton Rhodes napisał(a): > > > > Lukasz - > > I have queried you on t

Re: Race condition in recommended "OpenSessionBackProccess" class

2022-10-02 Thread Lukasz Lenart
śr., 28 wrz 2022 o 16:15 Burton Rhodes napisał(a): > > Lukasz - > I have queried you on this before, but I am trying to get to the bottom of > why the class Dale Newfield recommended (many years ago) to solve the Open > Session during ExecuteAndWait problem gives me issues from time to time > [1].

Race condition in recommended "OpenSessionBackProccess" class

2022-09-28 Thread Burton Rhodes
Lukasz - I have queried you on this before, but I am trying to get to the bottom of why the class Dale Newfield recommended (many years ago) to solve the Open Session during ExecuteAndWait problem gives me issues from time to time [1]. Recently (as our user base grows) I am getting NPEs more and mo