3 Replies Latest reply on Aug 20, 2003 3:13 PM by raja05

    CMP with postgres not rolling back!

    mjremijan

      Hi,

      I have a local session bean that does two things. One, get a local entity bean to update database data. Two, send a JMS message to a topic.

      The local session bean method has a REQUIRED transaction. The local entity beans have SUPPORTED.

      I wanted to test the ACID operation of the local session bean method call, so I intentionally tried throwing a exception after entity bean operation. I expected NO database data to be commited, but despite throwing the exception the data is commited to the database.

      Have other people using Postgresql experienced this problem? What did you do to resolve it?

      Thanks
      Mike