0 Replies Latest reply on Nov 4, 2004 8:01 AM by dannyb23

    tell a specific field not to use foreign key constraint

    dannyb23

      hi

      in jbosscmp-jdbc.xml i used under the default tag fk-constraint = true, how can I tell a specific field in an entity bean not to have a fk constraint ?

      I tried this :

      enterprise-beans
      entity
      ejb-name
      cmp-field its name...
      fk-constraint - false

      with no success...