<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body wsmode="reply" bgcolor="#FFFFFF" text="#000000">
    Thanks Martin for orientating well where was the issue, indeed it
    was there. I realized that i had a conflict of 2 versions of
    geoapi-pending...:-/ one project dependency giving the 4.0-M1
    version..i should have checked this before... I've now aligned on
    4.0-SNAPSHOT, and it works. I will take this opportunity to see why
    the other project module was separated from our main one, in order
    to avoid discrepancies between geoapi-pending versions.<br>
    <br>
    Thanks again for your support, i take the opportunity to wish a
    happy new year!<br>
    <br>
    Emmanuel<br>
    <br>
    <div class="moz-cite-prefix">Le 31/12/2014 11:04, Martin
      Desruisseaux a écrit :<br>
    </div>
    <blockquote cite="mid:54A3CA3E.3020702@geomatys.fr" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <p>Hello Emmanuel</p>
      <p>Thanks for the new stack trace. It contains an interesting
        part:</p>
      <blockquote>
        <pre>Caused by: java.lang.AbstractMethodError: org.apache.sis.metadata.iso.citation.DefaultContact.getHoursOfService()Lorg/opengis/util/InternationalString;</pre>
      </blockquote>
      <p>In theory, <tt>AbstractMethodError</tt> should never happen if
        the whole project compiled successfully. The fact that it happen
        anyway suggests me that the wrong GeoAPI JAR file is found on
        the classpath. Indeed, SIS and GeoAPI snapshots got some
        additional work related to the upgrade to ISO 19115:2014, and I
        think that the "<i>hours of service</i>" property was one of
        them. Could you check the following please? ("mvn
        dependency:tree" may be helpful)<br>
      </p>
      <ul>
        <li>There is only one GeoAPI JAR file on the classpath.</li>
        <li>That JAR file is <tt>org.opengis:geoapi-pending:jar:4.0-SNAPSHOT</tt><br>
        </li>
      </ul>
      <p><br>
            Martin<br>
      </p>
      <p><br>
      </p>
      <div class="moz-cite-prefix">Le 30/12/14 12:47, Emmanuel Blondel a
        écrit :<br>
      </div>
      <blockquote cite="mid:54A290E4.10307@gmail.com" type="cite">Martin,

        i've identified more logs for the issue below. See <a
          moz-do-not-send="true" class="moz-txt-link-freetext"
          href="http://pastebin.com/N3BdS4PK">http://pastebin.com/N3BdS4PK</a>
        <br>
        For the EPSG database, i used until now an epsg.properties file
        put in src/main/resources with namespace
        org.geotoolkit.referencing.factory.epsg <br>
        Would it a problem with using this embedded epsg reference list?
        <br>
        <br>
        Thanks in advance <br>
        Emmanuel <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>