1 Reply Latest reply on Mar 6, 2002 6:39 AM by bartmann_d

    Can not add or delete data in database on Jboss

    pingle

      I met a problem in update the database by calling a stored procedure on Jboss. The EJB bean is a stateless session bean.
      By calling the stored procedure, I can get data from database, but can not update the database. If I call the stored procedure without using EJB beans, I can update the database.
      Did anybody meet the similar problem? Could anyone tell me what are the possible reasons? I appreciate it.

      Josh