<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>I figure out that my problem wasn't from namespace option but from WFS version. I just started using WFS 1.1.0 and my old filters where not working anymore, I think it wasn't diplaying anything because I was using HTTP protocol, so I started using WFS protocol and then it was not using my filter, just displaying every features of the layer.<br>I found a patch http://trac.openlayers.org/attachment/ticket/2292/patch_ticket2292_r9686_A3.patch which I might not hav correctly integrated to my openLayers 2.8, so I tried the SVN and now it is working! ...But just for my BBOX filter. When I try a featureId filter or a Comparaison.EQUAL_TO filter, I have different issues (I use a fonction to pass filter to my vector layer so it should theoritically have the same behavour)<br><br>featureId filter:<br><br>filter = new OpenLayers.Filter.FeatureId({<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fids: tstation.ST102<br>&nbsp;&nbsp;&nbsp; });<br><br>I have in my result<code> &lt;gml:featureMembers/&gt;</code>
 which means nothing... and I am sure my feature exist, not sure the way to call fids behave the same ? Do I still need featureType.featureId ?<br><br>Comparaison filter:<br><br>filter = new OpenLayers.Filter.Comparison({<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type: OpenLayers.Filter.Comparison.EQUAL_TO,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; property: property,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value: value<br>&nbsp;&nbsp;&nbsp; });<br><br>I have a <br><br><pre><code> &lt;ows:Exception exceptionCode="NoApplicableCode"&gt;<br></code><code>    &lt;ows:ExceptionText&gt;java.lang.RuntimeException: Parsing<br></code><code>      failed for PropertyName:<br></code><code>      java.lang.NullPointerException Parsing failed for<br></code><code>      PropertyName: java.lang.NullPointerException null&lt;/ows:ExceptionText&gt;<br></code><code>  &lt;/ows:Exception&gt;<br><br>but my request do have the </code><br><code>&lt;ogc:PropertyName&gt;topp:idespece&lt;/ogc:PropertyName&gt;<br><br>I don't really know what it might be<br><br>Thanks again,<br>Sylvie<br></code></pre><br><br><hr id="stopSpelling">From: kiki__fiat@hotmail.com<br>To: crschmidt@metacarta.com<br>Date: Sun, 6 Dec 2009 22:04:19 +0000<br>CC: users@openlayers.org<br>Subject: Re: [OpenLayers-Users] Problem with namespace param in        vector        strategy<br><br>



<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</style>


Ok I am sorry it was just a problem of copy/paste... I wouldn't have had any answer with that request...<br><br>namespace:'xmlns(topp=http://www.openplans.org/topp)',<br><br>is my real javascript, as I said I have an answer (with the correct features inside) but cannot managed to have any display on the map. I have tried without style and nothing changed.<br><br>Regards,<br>Sylvie<br><br>&gt; Date: Fri, 4 Dec 2009 07:25:06 -0500<br>&gt; To: kiki__fiat@hotmail.com<br>&gt; CC: users@openlayers.org<br>&gt; Subject: Re: [OpenLayers-Users] Problem with namespace param in vector        strategy<br>&gt; From: crschmidt@metacarta.com<br>&gt; <br>&gt; On Fri, Dec 04, 2009 at 07:17:41AM +0000, sylvie fiat wrote:<br>&gt; &gt; <br>&gt; &gt; Hi,<br>&gt; &gt; <br>&gt; &gt; I am having an issue configuring my Vector strategy, I use:<br>&gt; &gt; <br>&gt; &gt; function getVectorLayerWithBounds(bounds) {<br>&gt; &gt;     var filter = getBBOXFilter(bounds);<br>&gt; &gt;     return new OpenLayers.Layer.Vector(layerName, {<br>&gt; &gt;         strategies : [ <br>&gt; &gt;             new OpenLayers.Strategy.Fixed() <br>&gt; &gt;         ],<br>&gt; &gt;         protocol :new OpenLayers.Protocol.HTTP( {<br>&gt; &gt;             url :geoserverUrlWfs,<br>&gt; &gt;             params : {<br>&gt; &gt;             format :SERVICE_WFS,<br>&gt; &gt;             service :SERVICE_WFS,<br>&gt; &gt;             request :REQUEST_WFS,<br>&gt; &gt;             srs :defaultProjection,<br>&gt; &gt;             VERSION :VERSION,<br>&gt; &gt;             typename :Layer,<br>&gt; &gt;             namespace=xmlns(topp=http://www.openplans.org/topp)<br>&gt; <br>&gt;                   ^^ This is not valid Javascript.<br>&gt; <br>&gt; -- Chris<br>&gt; <br>&gt; &gt;             filter: filter<br>&gt; &gt;         },<br>&gt; &gt;             format :new OpenLayers.Format.GML()<br>&gt; &gt;         })<br>&gt; &gt;     });<br>&gt; &gt; }<br>&gt; &gt; <br>&gt; &gt; If I add the namespace parameters my Layer won't be displayed, I still have the WFS flux but no feature is displayed on the map.<br>&gt; &gt; If I don't add namespace everything is ok.<br>&gt; &gt; <br>&gt; &gt; I need the namespace parameter in order to use deegree owsproxy.<br>&gt; &gt; <br>&gt; &gt; Do you know what could be the problem ? I only got warnings<br>&gt; &gt; <br>&gt; &gt; 4 déc. 2009 18:14:41 org.apache.tomcat.util.http.Parameters processParameters<br>&gt; &gt; ATTENTION: Parameters: Invalid chunk ignored.<br>&gt; &gt; 04 déc. 18:14:42 WARN [geotools.xml] - org.geoserver.security.decorators.ReadOnlyFeatureCollection@1997837 (org.geoserver.security.decorators.ReadOnlyFeatureCollection)  is not of type [Lorg.opengis.feature.simple.SimpleFeature;<br>&gt; &gt; <br>&gt; &gt; But I read it was not an important warning ?<br>&gt; &gt; Best regards<br>&gt; &gt; Sylvie<br>&gt; &gt; <br>&gt; &gt;                                                <br>&gt; &gt; _________________________________________________________________<br>&gt; &gt; Nouveau&nbsp;! Tout Windows Live débarque dans votre téléphone. Voir les Windows phone<br>&gt; &gt; http://clk.atdmt.com/FRM/go/175819071/direct/01/<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Users mailing list<br>&gt; &gt; Users@openlayers.org<br>&gt; &gt; http://openlayers.org/mailman/listinfo/users<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Christopher Schmidt<br>&gt; MetaCarta<br>                                               <br><hr>PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail ! <a href="http://www.hotmailmagicmoment.com">C'est ici !</a>                                               <br /><hr />Vous cherchez l'intégrale des clips de Michael Jackson ? <a href='http://www.bing.com/videos/search?q=Michael+Jackson&FORM=MVDE6' target='_new'>Bing ! Trouvez !</a></body>
</html>