0 Replies Latest reply on Mar 27, 2002 5:31 AM by legolas71

    create records in table

    legolas71

      Hi all ,
      I am using jBoss2.1 , jdk1.3 and Postgresql Database.
      I have table which have fields below :
      name text
      addr text
      tel text
      security int4 DEFAULT 1

      However , when i execute ejbCreate method ,
      the security fields is set to 0 .Below is the code :

      The create method parameters have name , addr and tel
      fields only without security fields.

      modulehome.create("name","addr","tel");

      Any ideas why ?

      Thanks.