App-schema: PropertyIsNull is meant to return false when the property is not
found.
------------------------------------------------------------------------------------
Key: GEOT-3313
URL: http://jira.codehaus.org/browse/GEOT-3313
Project: GeoTools
Issue Type: Bug
Components: data app-schema
Affects Versions: 2.6.5
Reporter: Rini Angreani
Assignee: Rini Angreani
Fix For: 2.7-M4
{code}
<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature service="WFS" version="1.1.0"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:er="urn:cgi:xmlns:GGIC:EarthResource:1.1" maxFeatures="5">
<wfs:Query typeName="gsml:MappedFeature" srsName="EPSG:4326">
<ogc:Filter>
<ogc:Not>
<ogc:PropertyIsNull>
<ogc:PropertyName>gsml:specification/er:Mine/gml:name</ogc:PropertyName>
</ogc:PropertyIsNull>
</ogc:Not>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
{code}
The above is meant to be true if gsml:specification/er:Mine/gml:name has a
value, but it's the other way around.
--
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
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel