0 Replies Latest reply on Jul 15, 2002 9:50 AM by tobias

    New entities (CMP) not showing up in the database

    tobias

      cisbrh wrote:


      Q: Why does everything seem to be working properly with my Container Managed Persistence bean, but when I create an entity nothing happen in the database ?

      A: Make sure you are using the right transaction attribute in your deployement descriptor. If not specified, no commit will be performed on the database, hence no new row will appear in the table.