Hi, If i try to update a table(emp) in my database from a temp table(temp_emp) and at the same time some other transaction try to read or update the same table(emp) then i get the SQLException.
I am assuming that this problem may be related to some locks created on the table. Is there any way by which i can define something in web.xml or struts-config.xml so that there is no error coming. If it reduces the performance then it is ok, since i can't change the code of my application as i have already finished the development of the application. Thanks, Shailender Jain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]