<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body wsmode="compose" bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I come back to you on the JAXP StreamFeatureReader.<br>
    So far we used it successfully in one of our project, for getting
    data from WFS 1.0 and 1.1 (i've reported on this list the kind of
    issue we had with WFS 2.0). Due to some recent bug fixing, we were
    still relying on the 4.x-SNAPSHOT version.<br>
    Unfortunately, this is not working anymore, and i get some error
    like this one (subset for what concerns geotk):<br>
    <br>
    <i>java.lang.IllegalArgumentException: The xml does not describe the
      same type of feature: </i><i><br>
    </i><i> Expected: _FeatureCollection</i><i><br>
    </i><i>FeatureCollection</i><i><br>
    </i><i>_Coverage</i><i><br>
    </i><i>_ContinuousCoverage</i><i><br>
    </i><i>_DiscreteCoverage</i><i><br>
    </i><i>Observation</i><i><br>
    </i><i>DirectedObservation</i><i><br>
    </i><i>DirectedObservationAtDistance</i><i><br>
    </i><i>FAO_MAJOR</i><i><br>
    </i><i><br>
    </i><i>But was: ExceptionReport</i><i><br>
    </i><i>    at
org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:204)</i><i><br>
    </i><i>    at
org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:131)</i><i><br>
    </i><i>    </i><i>...</i><i><br>
    </i><i></i><i><br>
    </i>Since we didn't change anything on our side, we suspect it could
    be a side-effect of recent changes?<br>
    <br>
    Many thanks in advance if you could have a look into this<br>
    <br>
    Cheers<br>
    Emmanuel<br>
  </body>
</html>