0 Replies Latest reply on Mar 7, 2004 9:17 AM by san121

    Crime portal example. Commit option A and MySql

    san121

      Hello,
      We tried to run the crime portal application (shipped along with Jbosscmp documentation) with mysql as data base. As mentioned in chapter 6, we tried to give commit option A in jboss.xml and found out that our bean is insensitive to changes in database (we tried to update some fields from mysql front, but found out that these changes are NOT reflected in CMP). But we found one intereting thing. Eventhough, entity bean does not reflect DB changes, when we inspect the mysql log, we found out that for each invokation of EJB a query is being iexecuted in mysql, but we do not get the updated data (which is expected since we used comiit option A).

      But we would like to know why a query is being executed in mysql everytime the bean is accessed?

      Regards
      Sajeesh