<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <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 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>
  </body>
</html>