Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-111

PUBLISHER table definition uses NULL in DB2 Database Script

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9rc4
    • 2.0rc5
    • None
    • None

    Description

      DB2 columns allow NULL values by default so DB2 does not recognize NULL in a column definition (you must add NOT NULL to the column definition if it should not allow NULL values however). The PUBLISHER table definition in the DB2 schema file includes NULL in the column definition for the following four MAX_* columns.

      MAX_BUSINESSES INT NULL,
      MAX_SERVICES_PER_BUSINESS INT NULL,
      MAX_BINDINGS_PER_SERVICE INT NULL,
      MAX_TMODELS INT NULL,

      NULL should be removed from each of these column definitions.

      Attachments

        Activity

          People

            footh Jeff Faath
            sviens Stephen Viens
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment