You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2007/10/02 22:49:50 UTC

[jira] Resolved: (JUDDI-111) PUBLISHER table definition uses NULL in DB2 Database Script

     [ https://issues.apache.org/jira/browse/JUDDI-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath resolved JUDDI-111.
------------------------------

    Resolution: Fixed
      Assignee: Jeff Faath  (was: Steve Viens)

This has been fixed.

> PUBLISHER table definition uses NULL in DB2 Database Script
> -----------------------------------------------------------
>
>                 Key: JUDDI-111
>                 URL: https://issues.apache.org/jira/browse/JUDDI-111
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>            Reporter: Steve Viens
>            Assignee: Jeff Faath
>            Priority: Minor
>             Fix For: 2.0
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org