<?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: How to debug a plugin? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324537#M11538</link>
    <description>&lt;P&gt;A JIRA ticket has been created to update the Creating Nuxeo Packages documentation. You can follow its resolution [here](https&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 09:14:06 GMT</pubDate>
    <dc:creator>Manon_Lumeau</dc:creator>
    <dc:date>2017-08-03T09:14:06Z</dc:date>
    <item>
      <title>How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324530#M11531</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am breaking my head for quite long to figure out how to write a simple plugin , deploy it and debug it.&lt;/P&gt;
&lt;P&gt;Yes I have seen this one &lt;A href="https://answers.nuxeo.com/general/q/0ebf800f33c944a99cb33f41c284f2fb/Using-an-external-sso-system-for-authentication" target="test_blank"&gt;https://answers.nuxeo.com/general/q/0ebf800f33c944a99cb33f41c284f2fb/Using-an-external-sso-system-for-authentication&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But it's outdated and its link does not work.&lt;/P&gt;
&lt;P&gt;If Nuxeo is providing it as a development platform as well then they should also provide simple examples on how to do. Very poor documentation, is it done purposefully so that user go for your pricey support ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:40:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324530#M11531</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-19T07:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324531#M11532</link>
      <description>&lt;P&gt;Creating packages also does not work even after following every step https&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 12:04:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324531#M11532</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-19T12:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324532#M11533</link>
      <description>&lt;P&gt;We at Nuxeo resent the suggestion that our doc would be incomplete on purpose. Please refrain from this kind of comment on this site.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:43:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324532#M11533</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2017-07-20T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324533#M11534</link>
      <description>&lt;P&gt;I am convinced now that its not purposefully done and I will henceforth will not comment like that. But my frustration is still very much valid. As i said in my previous comment i tried the steps from the given link and tried exactly like said and does not work. But then tried a simple maven example and compared the generated pom file with the generated file by the nuxeo cli and nuxeo yo generator and changed the pom accordingly then it worked and I was able to load the bundle/package .&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 15:03:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324533#M11534</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-20T15:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324534#M11535</link>
      <description>&lt;P&gt;Looks like my post is one of the largest viewed but no one gave an answer. Either people have never tried it or they don't want to help&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 08:16:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324534#M11535</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-25T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324535#M11536</link>
      <description>&lt;P&gt;I think the nuxeo-marketplace-sample is the most helpful code sample for learning this: &lt;A href="https://github.com/nuxeo/nuxeo-marketplace-sample" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-marketplace-sample&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another, more minimal and more up-to-date place to start is &lt;A href="https://doc.nuxeo.com/nxdoc/creating-nuxeo-packages/"&gt;Creating Nuxeo Packages&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In my experience, SSO authentication can be a little tricky because it often touches the servlet layer as well as the Nuxeo framework for things like JSESSIONID cookies.So you'll have to have a command of those technologies as well.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:23:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324535#M11536</guid>
      <dc:creator>Steven_Huwig</dc:creator>
      <dc:date>2017-07-25T18:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324536#M11537</link>
      <description>&lt;P&gt;I have managed to create a plugin but now my method is not getting triggered and for that I have asked a separate question. If you could help me there https&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:42:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324536#M11537</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-25T18:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324537#M11538</link>
      <description>&lt;P&gt;A JIRA ticket has been created to update the Creating Nuxeo Packages documentation. You can follow its resolution [here](https&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:14:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324537#M11538</guid>
      <dc:creator>Manon_Lumeau</dc:creator>
      <dc:date>2017-08-03T09:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a plugin?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324538#M11539</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:26:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-debug-a-plugin/m-p/324538#M11539</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-08-03T09:26:07Z</dc:date>
    </item>
  </channel>
</rss>

