<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">
<p>hello Cullen and Stephane</p>
<p>Thanks for the report and the analysis.<br>
</p>
<p>Le 25/05/2018 à 16:55, Cullen Rombach a écrit :</p>
</div>
<blockquote type="cite"
cite="mid:CA+wz+XV5oX=aKeO2sp87LOZVRPUXeYmt2m+F3ovDoYpobGyB7g@mail.gmail.com">
<div dir="ltr">
<p><span style="font-family:arial,helvetica,sans-serif">We</span>
did some digging in the debugger, and the class that is not
being found is <span style="font-family:monospace,monospace">GO_LocalName<font
face="arial,helvetica,sans-serif">. However, </font>GO_LocalName<font
face="arial,helvetica,sans-serif"> no longer exists in
Apache SIS and has been replaced by </font>GO_GenericName<font
face="arial,helvetica,sans-serif">. All references to </font>GO_LocalName<font
face="arial,helvetica,sans-serif"> have been removed from
the most recent versions of Apache SIS and there none in
Geotoolkit, so we are unsure what exactly is causing this
issue. It seems like it could be a dependency conflict,
but as far as we could tell there is no reason for such a
conflict.</font></span></p>
</div>
</blockquote>
<p>I just checked the <tt>AssociationRoleImpl</tt> class identified
by Stéphane. The adapters seem okay (<tt>GO_GenericName</tt>
instead than <tt>GO_LocalName</tt>). Could it be that an old JAR
file is mixed with newer JAR files? It may be worth to run the
following from the root of your project (Maven syntax; I do not
know yet what is the Gradle equivalent):</p>
<blockquote>
<pre>mvn dependency:tree > tree.txt
grep "geotk-" < tree.txt
</pre>
</blockquote>
<p>and check if all versions are consistent.<br>
</p>
<p>Martin</p>
<p><br>
</p>
</body>
</html>