<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error importing system routines Geometry in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263577#M43686</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am having an issue on using the Geometry routines in Talend.&lt;/P&gt;
&lt;P&gt;I have two projects :&lt;/P&gt;
&lt;P&gt;- one on them os working just fine, using same routines&lt;/P&gt;
&lt;P&gt;- the other one shows the following errors :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - org.geotools.referencing.CRS cannot be resolved to a type : in GeometryOperation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - org.geotools.gml3 cannot be resolved to a type : in GeometryUtility&lt;/P&gt;
&lt;P&gt;I have tried putting both projects in the same workspaces, then in separate ones. The only difference between projects is that the one with error has user defined routines, can it be the source of the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried everything I could think of, thank you for your help...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Dec 2018 16:04:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-28T16:04:53Z</dc:date>
    <item>
      <title>Error importing system routines Geometry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263577#M43686</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am having an issue on using the Geometry routines in Talend.&lt;/P&gt;
&lt;P&gt;I have two projects :&lt;/P&gt;
&lt;P&gt;- one on them os working just fine, using same routines&lt;/P&gt;
&lt;P&gt;- the other one shows the following errors :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - org.geotools.referencing.CRS cannot be resolved to a type : in GeometryOperation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - org.geotools.gml3 cannot be resolved to a type : in GeometryUtility&lt;/P&gt;
&lt;P&gt;I have tried putting both projects in the same workspaces, then in separate ones. The only difference between projects is that the one with error has user defined routines, can it be the source of the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried everything I could think of, thank you for your help...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 16:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263577#M43686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-28T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing system routines Geometry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263578#M43687</link>
      <description>&lt;P&gt;Ok so after making new tests, I realised that a routine of mine creates the problem on the system routines : adding the library gt-opengis-8.5 to my routine makes the system routines GeometryUtility and GeometryOperation uncompilable ...&lt;/P&gt;
&lt;P&gt;Does anyone know what is going how and how to bypass the problem?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 13:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263578#M43687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-02T13:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing system routines Geometry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263579#M43688</link>
      <description>&lt;P&gt;if same jar is troubling , we could use an custom class loader only for specifc functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please explore URLclassloader option for your lib jar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am not sure if this will help but worth a try.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263579#M43688</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-02T18:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing system routines Geometry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263580#M43689</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I have tried this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; Class ClassSF= new URLClassLoader(new URL[]{new File(pathToJar).toURI().toURL()}).loadClass("org.opengis.feature.simple.SimpleFeature");&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; Class ClassSFT= new URLClassLoader(new URL[]{new File(pathToJar).toURI().toURL()}).loadClass("org.opengis.feature.simple.SimpleFeatureType");&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; Class ClassAD= new URLClassLoader(new URL[]{new File(pathToJar).toURI().toURL()}).loadClass("org.opengis.feature.type.AttributeDescriptor");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I don't know how to invoke it, I still have an error on :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SimpleFeatureSource featureSource = dataStore.getFeatureSource();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The type org.opengis.feature.type.Name cannot be resolved. It is indirectly referenced from required .class files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not very good in java, do you have an idea?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Emilie&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 16:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-importing-system-routines-Geometry/m-p/2263580#M43689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-03T16:51:33Z</dc:date>
    </item>
  </channel>
</rss>

