0 Replies Latest reply on Jan 23, 2004 5:42 AM by durawa2

    database sessions

    durawa2

      Hello,

      I have a statefull session bean which has 2 methods. One inserts a record in an oracle table without commit, the other reads to the current content of the table.
      When I start 2 clients using that bean they share one oracle connection, so each client can see the uncommited data of the other.
      Is there an error in the configuration of jboss or in my program.

      I'm using jboss 3.2.2, java 1.4.1, oracle 8.1.7.1.

      Regards,

      Michael Durawa