0 Replies Latest reply on Apr 29, 2002 5:57 AM by chrischau

    CMP ejbstore called but no update to Oracle

    chrischau

      Hi,

      I have created CMP 1.0 entity bean in JBoss 2.4.4 to access Oracle 8. When I update the bean attributes, the ejbstore has been called. However, there is no update in my database.

      I have tried both the commit-option A and B for jboss.xml. For all of them, the updated statment is generated and executed without error. Also, the following result is displayed in the console "[DEBUG,JAWSPersistenceManager] Rows affected = 1". However, it seems that this update is not commited in Oralce. Is there any additional setting in order to commit the change?

      Thanks.