0 Replies Latest reply on Oct 14, 2004 5:27 AM by vinsleo

    Problem with MS SQL and JBoss 4.0

    vinsleo

      Configuration
      App Server - JBoss 4.0
      DataBbase - MS SQL

      Problem Description
      - During creation of an entity bean ejbCreate executes porperly but no data gets persisted in the database.
      - The server log doesnt show any exceptions or errors.
      - JBoss inserts the datainto the temp created tables for the entity bean
      - the applicatin when executed second time with throws an exception duplicate key since the data created in the temp tables has already used the key

      Query
      -Is this a MS SQL driver problem?
      -Is it some JBoss configuration setting?
      -OR Is it a bug in JBoss 4.0?

      Kindly let me know what more details can i provide in support to this problem.