<?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 Re: Nuxeo Custom Plugin Loading Issue in Linux in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328054#M15055</link>
    <description>&lt;P&gt;Probably not much to do with Windows vs Linux.&lt;/P&gt;
&lt;P&gt;Did you define your dependency correctly? (&amp;lt;require&amp;gt;)&lt;/P&gt;
&lt;P&gt;Nuxeo component loading in not deterministic. Component may load in a specific order, and may load in a different order at another time (if you add, remove component, different os, etc.).&lt;/P&gt;
&lt;P&gt;The best way to avoid it is to set the &amp;lt;require&amp;gt; tag either in your deployment-fragment.xml file or in your component-definition-files.xml (those described in MANIFEST.MF).&lt;/P&gt;
&lt;P&gt;If you are overriding specific component, make sure you add the &amp;lt;require&amp;gt;the-overriden-or-extended-component-name&amp;lt;/require&amp;gt; right after the opening &amp;lt;component&amp;gt; tag.&lt;/P&gt;
&lt;P&gt;If you need another contribution (those where the name is visible in AdminCenter/Information/Nuxeo distribution), then add the &amp;lt;require&amp;gt;the-overriden-or-extended-component-name&amp;lt;/require&amp;gt; in your deployment-fragment.xml file.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Sun, 12 Aug 2012 16:36:01 GMT</pubDate>
    <dc:creator>patrek</dc:creator>
    <dc:date>2012-08-12T16:36:01Z</dc:date>
    <item>
      <title>Nuxeo Custom Plugin Loading Issue in Linux</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328051#M15052</link>
      <description>&lt;P&gt;We customized Nuxeo and tested it over windows. Our custom plugin in NUXEOHOME/nxserver/plugins works perfectly fine in windows. When we tried to start Nuxeo on Linux with our custom plugin in NUXEOHOME/nxserver/plugins, Nuxeo starts fine but it does not reflect our customization.&lt;/P&gt;
&lt;P&gt;Apparently, Nuxeo failed to load our plugin on Linux.&lt;/P&gt;
&lt;P&gt;We are following the following documentation:
&lt;A href="http://doc.nuxeo.com/display/DMDOC53/Nuxeo+DM+5.3.2+quick+installation+Guide"&gt;http://doc.nuxeo.com/display/DMDOC53/Nuxeo+DM+5.3.2+quick+installation+Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We are using Nuxeo 5.6-RC2.&lt;BR /&gt;&lt;BR /&gt;
We are stuck. Please help!&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2012 00:11:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328051#M15052</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-08-11T00:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Custom Plugin Loading Issue in Linux</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328052#M15053</link>
      <description>&lt;P&gt;What error(s) do you see in the logs? And maybe you should be following more recent documentation&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2012 00:14:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328052#M15053</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2012-08-11T00:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Custom Plugin Loading Issue in Linux</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328053#M15054</link>
      <description>&lt;P&gt;I see the regular Nuxeo start up logs. No errors; nothing.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2012 13:36:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328053#M15054</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-08-12T13:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Custom Plugin Loading Issue in Linux</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328054#M15055</link>
      <description>&lt;P&gt;Probably not much to do with Windows vs Linux.&lt;/P&gt;
&lt;P&gt;Did you define your dependency correctly? (&amp;lt;require&amp;gt;)&lt;/P&gt;
&lt;P&gt;Nuxeo component loading in not deterministic. Component may load in a specific order, and may load in a different order at another time (if you add, remove component, different os, etc.).&lt;/P&gt;
&lt;P&gt;The best way to avoid it is to set the &amp;lt;require&amp;gt; tag either in your deployment-fragment.xml file or in your component-definition-files.xml (those described in MANIFEST.MF).&lt;/P&gt;
&lt;P&gt;If you are overriding specific component, make sure you add the &amp;lt;require&amp;gt;the-overriden-or-extended-component-name&amp;lt;/require&amp;gt; right after the opening &amp;lt;component&amp;gt; tag.&lt;/P&gt;
&lt;P&gt;If you need another contribution (those where the name is visible in AdminCenter/Information/Nuxeo distribution), then add the &amp;lt;require&amp;gt;the-overriden-or-extended-component-name&amp;lt;/require&amp;gt; in your deployment-fragment.xml file.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2012 16:36:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328054#M15055</guid>
      <dc:creator>patrek</dc:creator>
      <dc:date>2012-08-12T16:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo Custom Plugin Loading Issue in Linux</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328055#M15056</link>
      <description>&lt;P&gt;Yes, there was an issue with the plugin. The ANT script we have made for the plugin generation put deployment-fragment.xml in the wrong folder. Thanks Patrek for your detailed answer&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 22:28:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-custom-plugin-loading-issue-in-linux/m-p/328055#M15056</guid>
      <dc:creator>SMAH_Haider</dc:creator>
      <dc:date>2012-08-21T22:28:26Z</dc:date>
    </item>
  </channel>
</rss>

