[Geoserver-devel] [jira] Created: (GEOS-596) Incorrect handling of nulls

Incorrect handling of nulls
----------------------------

         Key: GEOS-596
         URL: http://jira.codehaus.org/browse/GEOS-596
     Project: GeoServer
        Type: Bug

  Components: WFS
    Versions: 1.4.M0
    Reporter: Rob Atkinson
Assigned to: Justin Deoliveira
    Priority: Critical

nillable schema element:

<element maxOccurs="unbounded" minOccurs="0" name="alternativeGeographicIdentifier" type="xs:string"/>
   
throws error when database contains null in the column this maps to

[java] Caused by: org.geotools.feature.IllegalAttributeException: http://www
w3.org/2001/XMLSchema:string is not nillable
   [java] at org.geotools.feature.type.AttributeTypeImpl.validate(Attribut

NB - single value in column in source database, maps to schema that allows multiple values.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira