1 Reply Latest reply on Jun 24, 2002 4:30 PM by dsundstrom

    pk generation problem for case sensitive table names

    sdixit

      When table name is in quotes, for e.g., "Organization", jboss tries to create primary key constraint as pk"organization" ... This fails as pk"Organization" is not a valid constraint name. Instead it should put pk inside the quotes "pk_Organization".

      I am using Jboss 3.0.0.

      Sandeep Dixit