I have written an web application that use tomcat 5, MySQL, Java/jsp, JDBC, JNDI.
My problem is that if an application sets a lock on a data item in share mode any other applications running on the same pc can still update this item. I know the lock is set as you cannot update the record in the database because of the lock.
I would really appreciate if someone could help me
Mette