1 Reply Latest reply on May 30, 2005 8:27 AM by binario

    Data not getting written to database

    binario

      Hi all,

      I'm testing my new application and when I call a method in my session facade, it creates an object but I don't see it persisted in the database.

      Do I have to set some parameter to get stuff actually written to the database? I have no transaction demarkation around my session facade methods - do I need any?

      thanks for the help,

      binario

        • 1. Re: Data not getting written to database
          binario

          Got this working finally. Think that it was the hibernate.properties file not liking up properly with the transaction manager.

          Just for information sake, if anyone could tell me, or point me to the right place that explains what options I have with transactions and how/when they are committed to the database.

          For example, I've read before that hibernate can be very finely tuned as to when info gets written to the database. How do we do this with ejb3?

          cheers,
          Binario