<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">My bad.. I've checked and indeed it was
      showing Geotk 3.21...another project that was in the build path
      :-/ :-//...Apologies.<br>
      I will further test the WPS client, and come back to the list if i
      see issues (relevant this time).<br>
      <br>
      Le 03/02/2014 13:12, Martin Desruisseaux a écrit :<br>
    </div>
    <blockquote cite="mid:52EF87B6.1030102@geomatys.fr" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Le 03/02/14 13:02, Emmanuel Blondel a écrit :<br>
      <blockquote cite="mid:52EF8541.8060903@gmail.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">I've indeed checked it. All Geotk
          modules are from 4.x-SNAPSHOT.<br>
          I've correctly added JAI core and imageio as dependencies, but
          i get the same error.<br>
        </div>
      </blockquote>
      <br>
      Could you try to put the following code somewhere in the
      application and see what the output is? I'm interested to see if
      this code show more than one element.<br>
      <br>
      <blockquote>
        <pre>Enumeration<URL> e = getClass().getClassLoader().getResources("org/geotoolkit/util/Utilities.class");
while (e.hasMoreElements()) {
    System.out.println(e.nextElement());
}
</pre>
      </blockquote>
      <br>
      Martin<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Geotoolkit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geotoolkit@lists.osgeo.org">Geotoolkit@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geotoolkit">http://lists.osgeo.org/mailman/listinfo/geotoolkit</a></pre>
    </blockquote>
    <br>
  </body>
</html>