0 Replies Latest reply on Nov 19, 2001 4:13 PM by menovak

    select-for-update problem

    menovak

      I am trying to implement a table row lock and am trying to use the select-for-update option to accomplish this. However, when I set the select-for-update option to true for the bean in question and attempt to create a new bean, I get an exception stating "FOR UPDATE cannot be specified on a READ ONLY cursor.". I have set the read-only attribute to false.

      We are using java 1.3.0, jboss 2.4.1, SqlServer2000 with the new SQLServer2000 JDBC driver.

      Anyone have any tips, thoughts...

      men