0 Replies Latest reply on Jun 2, 2003 9:41 PM by solotarn

    jboss persistence

    solotarn

      hi:
      I don't know whether my question someone has already asked before ,but it's somewhat hard to describe, so I has no choice but to post.
      I use eclipse 2.0 for IDE and jboss 3.0.6 for EJB container, and EASIEJboss_plugin_1.0.6 and the wield thing is : First I
      add a row in a database table through jboss,then I use another database client(mysql) to change some fields of
      the newly added row, then perform some operation on the row through jboss(either query or update),
      but when I query the row again(either mysql or jboss),
      the result of mysql operation is erased. When I debug into ejb,and find that when a entity is created by jboss, following bussiness method calling wouldn't call the ejbLoad method,which seems conflict with j2ee spec. I don't hnow whether it is a configuration option( If so, I think it a bad idea)or a bug.

      thanks