I am getting a hanging problem on a production application and some new messages are showing up on our weblogic console 6.1 that I haven't seen before. I'm not sure if they are the problem but I can't find anything about them on the net and they seem to be related. What does "Recycling existing ActionForm bean instance ..." mean? If an "instance" of the ActionForm bean is being recycled does that mean that the properties have not been reset?
<Oct 22, 2001 4:58:10 PM EDT> <Info> <HTTP> <[WebAppServletContext(3159314,opsdashboard,/opsdashboard)] action: Processing a POST for /order/TSOrderUpdate>
<Oct 22, 2001 4:58:10 PM EDT> <Info> <HTTP> <[WebAppServletContext(3159314,opsdashboard,/opsdashboard)] action: Looking for ActionForm bean under attribute 'TSOrderUpdate'>
<Oct 22, 2001 4:58:10 PM EDT> <Info> <HTTP> <[WebAppServletContext(3159314,opsdashboard,/opsdashboard)] action: Recycling existing ActionForm bean instance of class 'com.geotrust.opsdashboard.order.TSOrderUpdateForm'>
<Oct 22, 2001 4:58:10 PM EDT> <Info> <HTTP> <[WebAppServletContex
thanks.