[Geoserver-devel] [jira] Created: (GEOS-2700) WFS 1.1 cite tests do not validate when a null envelope is placed on a feature collection

WFS 1.1 cite tests do not validate when a null envelope is placed on a feature collection
-----------------------------------------------------------------------------------------

                 Key: GEOS-2700
                 URL: http://jira.codehaus.org/browse/GEOS-2700
             Project: GeoServer
          Issue Type: Task
          Components: CITE
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira
             Fix For: 1.7.4

The xml schema for the "gml:boundedBy" element is:

{code:xml}
<element name="boundedBy" type="gml:BoundingShapeType"/>
  <!-- ====================================================================== -->
  <complexType name="BoundingShapeType">
    <annotation>
      <documentation>Bounding shape.</documentation>
    </annotation>
    <sequence>
      <choice>
        <element ref="gml:Envelope"/>
        <element ref="gml:Null"/>
      </choice>
    </sequence>
  </complexType>
{code}

But the wfs 1.1 cite tests barf when gml:Null is used. We need to look into this and hopefully patch the tests.

--
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