<?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 how to update libraries in Nuxeo IDE, so that the server will update its sources as well? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318236#M5237</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I developed some jar library, and put it as user library in Nuxeo IDE.&lt;/P&gt;
&lt;P&gt;Now, when I update my library, and replace the previous one, the changes are not taken into account by the server (even though I restarted it).&lt;/P&gt;
&lt;P&gt;What should I do to force Nuxeo to take the new library into account?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2013 09:33:11 GMT</pubDate>
    <dc:creator>patco_</dc:creator>
    <dc:date>2013-06-14T09:33:11Z</dc:date>
    <item>
      <title>how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318236#M5237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I developed some jar library, and put it as user library in Nuxeo IDE.&lt;/P&gt;
&lt;P&gt;Now, when I update my library, and replace the previous one, the changes are not taken into account by the server (even though I restarted it).&lt;/P&gt;
&lt;P&gt;What should I do to force Nuxeo to take the new library into account?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 09:33:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318236#M5237</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-14T09:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318237#M5238</link>
      <description>&lt;P&gt;Did you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 14:54:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318237#M5238</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-06-14T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318238#M5239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:58:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318238#M5239</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-14T17:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318239#M5240</link>
      <description>&lt;P&gt;So you have to reinstall your Eclipse &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;More seriously. A 3rd part library is considered as immutable and is put in static classloader. If you want reload it you can try to remove it from the preferences and add it again and restart the server.&lt;/P&gt;
&lt;P&gt;But you can try also to just add the nuxeo nature on your project :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;right click on the project &amp;gt; Nuxeo &amp;gt; Add Nuxeo nature&lt;/LI&gt;
&lt;LI&gt;Add it into your deployment definition&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;It should hot reloads your project. But a next version of Nuxeo IDE should break this.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 18:55:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318239#M5240</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-06-14T18:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318240#M5241</link>
      <description>&lt;P&gt;I stopped, removed the library from the user preferences, started the server (with errors). Put the library back in the user preferences. Restarted ... it still uses the old library!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:16:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318240#M5241</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-17T10:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318241#M5242</link>
      <description>&lt;P&gt;I even tried to give a new name to the library ... without sucess!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:22:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318241#M5242</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-17T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318242#M5243</link>
      <description>&lt;P&gt;Did you try to reinstall your sdk ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:27:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318242#M5243</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-06-17T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318243#M5244</link>
      <description>&lt;P&gt;Yes, I tried ... but even that was not enough.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 11:13:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318243#M5244</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-17T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318244#M5245</link>
      <description>&lt;P&gt;It may be only for openJdk (I'm on linux), as apparently there is no cache for libraries with the jdk from Oracle.&lt;/P&gt;
&lt;P&gt;I started this morning, and the new version was automatically taken into account. So maybe jar are refreshed every day.&lt;/P&gt;
&lt;P&gt;Something else that seemed to work was to refresh the folder in eclipse, but I have to try it out again.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 09:49:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318244#M5245</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-18T09:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to update libraries in Nuxeo IDE, so that the server will update its sources as well?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318245#M5246</link>
      <description>&lt;P&gt;Really strange.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 10:29:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-update-libraries-in-nuxeo-ide-so-that-the-server-will/m-p/318245#M5246</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-06-18T10:29:45Z</dc:date>
    </item>
  </channel>
</rss>

