<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">Thanks Martin,<br>
      <br>
      I've further tested the WPS. For some processes in the Demo
      52North WPS, and for this example: <a
href="http://wps01.i-marine.d4science.org/wps/WebProcessingService?service=WPS&request=DescribeProcess&version=1.0.0&identifier=com.terradue.wps_hadoop.processes.fao.intersection.Intersection">http://wps01.i-marine.d4science.org/wps/WebProcessingService?service=WPS&request=DescribeProcess&version=1.0.0&identifier=com.terradue.wps_hadoop.processes.fao.intersection.Intersection</a>,
      I get a warning because of the WPS output.<br>
      <br>
      Indeed the process here above, only specifies a "application/xml"
      mimetype as output, hence no class is found by WPSIO.findClass().
      I'm not fully aware of the supported formats (including mimetype,
      encoding & schema) in OGC WPS spec and I'd like to have
      confirmation (or not) that the WPSIO fully aligns the OGC WPS
      spec. In case yes, it will allow me to request improvements to
      properly manage WPSoutput formats in iMarine WPS.<br>
      <br>
      Thanks in advance for your reply<br>
      <br>
      Emmanuel<br>
      <br>
      Le 03/02/2014 13:34, Martin Desruisseaux a écrit :<br>
    </div>
    <blockquote cite="mid:52EF8CE3.4030904@geomatys.fr" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      No problem, classpaths are known to be a tricky issue (that is why
      Oracle started the Jigsaw project). And to be honest, the Geotk
      classpath is not very simple neither. This is an other area where
      we are trying to bring simplification in Apache SIS.<br>
      <br>
      By the way, instead of the code that I have sent you may also try
      the following:<br>
      <br>
      <blockquote>
        <pre>System.out.println(org.apache.sis.setup.About.configuration());
</pre>
      </blockquote>
      <br>
      This will print the classpath, together with more information
      which are known (after 10 years of experience!) to be causes of
      various issues reported on mailing lists.<br>
      <br>
          Martin<br>
      <br>
      <br>
      <br>
      <div class="moz-cite-prefix">Le 03/02/14 13:25, Emmanuel Blondel a
        écrit :<br>
      </div>
      <blockquote cite="mid:52EF8ABE.3070000@gmail.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        <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>
        </blockquote>
      </blockquote>
      <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>
    <br>
    <div class="moz-signature">-- <br>
      <span style="font: 80% Arial,sans-serif;"><b>Emmanuel Blondel</b><br>
      </span>
      <span style="font: 80% Arial,sans-serif;">GIS Consultant<br>
      </span>
      <span style="font: 80% Arial,sans-serif;">Engineer in Agronomy
        & Environment<br>
        <br>
      </span>
      <span style="font: 80% Arial,sans-serif;">Geographic Information
        Systems<br>
        in Agronomy - Environment - Fisheries<br>
        Email: <a class="moz-txt-link-abbreviated" href="mailto:emmanuel.blondel1@gmail.com">emmanuel.blondel1@gmail.com</a> - <a class="moz-txt-link-abbreviated" href="mailto:Emmanuel.Blondel@fao.org">Emmanuel.Blondel@fao.org</a><br>
      </span>
      <a href="http://fr.linkedin.com/in/emmanuelblondel1"
        style="text-decoration:none;"><span style="font: 80%
          Arial,sans-serif; color:#0783B6;"><img
            src="cid:part2.03030800.09060907@gmail.com" alt="View my
            LinkedIn profile" style="vertical-align:middle" width="20"
            height="15" border="0">View my LinkedIn profile</span></a></div>
  </body>
</html>