<?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 Plugin not detected/loaded in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/plugin-not-detected-loaded/m-p/318388#M5389</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to deploy my plug-in on my nuxeo-cap-6.0-HF02-tomcat instance in the cloud.
My code works fine in Eclipse (same SDK) and is being deployed correctly.&lt;/P&gt;
&lt;P&gt;However, on my instance, Tomcat doesn't pickup the plug-in. There is no output or error.
I put it in nxserver/plugins. The permissions are correct.&lt;/P&gt;
&lt;P&gt;I tried to export the JAR from Eclipse and build it with Maven.
None works.&lt;/P&gt;
&lt;P&gt;My MANIFEST&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Manifest-Version: 1.0
Bundle-Vendor: SportArchive
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.1
Bundle-Name: SportArchiveNuxeoPlugin
Nuxeo-Component: OSGI-INF/extensions/tv.sportarchive.CreateGroupsOnCreateDomain.xml,OSGI-INF/extensions/tv.sportarchive.OrchestrateSync.xml
Bundle-ManifestVersion: 2
Bundle-SymbolicName: tv.sportarchive
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Start of my pom.xml file&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 &lt;A href="http://maven.apache.org/maven-v4_0_0.xsd&amp;quot;&amp;gt;" target="test_blank"&gt;http://maven.apache.org/maven-v4_0_0.xsd"&amp;gt;&lt;/A&gt;;
  &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
  &amp;lt;groupId&amp;gt;tv.sportarchive&amp;lt;/groupId&amp;gt;
  &amp;lt;artifactId&amp;gt;SportArchiveNuxeoPlugin&amp;lt;/artifactId&amp;gt;
  &amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
  &amp;lt;name&amp;gt;SportArchiveNuxeoPlugin&amp;lt;/name&amp;gt;
  
  &amp;lt;properties&amp;gt;
    &amp;lt;project.build.sourceEncoding&amp;gt;UTF-8&amp;lt;/project.build.sourceEncoding&amp;gt;
    &amp;lt;maven.compiler.source&amp;gt;1.7&amp;lt;/maven.compiler.source&amp;gt;
  	&amp;lt;maven.compiler.target&amp;gt;1.7&amp;lt;/maven.compiler.target&amp;gt;
  &amp;lt;/properties&amp;gt;
  
  &amp;lt;description&amp;gt;
    Sport Archive plugin to sync data from nuxeo to orchestrate
  &amp;lt;/description&amp;gt;
  
  &amp;lt;dependencyManagement&amp;gt;
  [...]
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I also have a deployment-fragment.xml (couldn't find much doc about this)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;fragment version="1"&amp;gt;
  &amp;lt;require&amp;gt;all&amp;lt;/require&amp;gt;
  &amp;lt;install&amp;gt;
  &amp;lt;/install&amp;gt;  
&amp;lt;/fragment&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What am I missing?&lt;/P&gt;
&lt;P&gt;Thanks and happy new year to all&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jan 2015 07:34:10 GMT</pubDate>
    <dc:creator>koxon_</dc:creator>
    <dc:date>2015-01-10T07:34:10Z</dc:date>
    <item>
      <title>Plugin not detected/loaded</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/plugin-not-detected-loaded/m-p/318388#M5389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to deploy my plug-in on my nuxeo-cap-6.0-HF02-tomcat instance in the cloud.
My code works fine in Eclipse (same SDK) and is being deployed correctly.&lt;/P&gt;
&lt;P&gt;However, on my instance, Tomcat doesn't pickup the plug-in. There is no output or error.
I put it in nxserver/plugins. The permissions are correct.&lt;/P&gt;
&lt;P&gt;I tried to export the JAR from Eclipse and build it with Maven.
None works.&lt;/P&gt;
&lt;P&gt;My MANIFEST&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Manifest-Version: 1.0
Bundle-Vendor: SportArchive
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.1
Bundle-Name: SportArchiveNuxeoPlugin
Nuxeo-Component: OSGI-INF/extensions/tv.sportarchive.CreateGroupsOnCreateDomain.xml,OSGI-INF/extensions/tv.sportarchive.OrchestrateSync.xml
Bundle-ManifestVersion: 2
Bundle-SymbolicName: tv.sportarchive
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Start of my pom.xml file&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 &lt;A href="http://maven.apache.org/maven-v4_0_0.xsd&amp;quot;&amp;gt;" target="test_blank"&gt;http://maven.apache.org/maven-v4_0_0.xsd"&amp;gt;&lt;/A&gt;;
  &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
  &amp;lt;groupId&amp;gt;tv.sportarchive&amp;lt;/groupId&amp;gt;
  &amp;lt;artifactId&amp;gt;SportArchiveNuxeoPlugin&amp;lt;/artifactId&amp;gt;
  &amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
  &amp;lt;name&amp;gt;SportArchiveNuxeoPlugin&amp;lt;/name&amp;gt;
  
  &amp;lt;properties&amp;gt;
    &amp;lt;project.build.sourceEncoding&amp;gt;UTF-8&amp;lt;/project.build.sourceEncoding&amp;gt;
    &amp;lt;maven.compiler.source&amp;gt;1.7&amp;lt;/maven.compiler.source&amp;gt;
  	&amp;lt;maven.compiler.target&amp;gt;1.7&amp;lt;/maven.compiler.target&amp;gt;
  &amp;lt;/properties&amp;gt;
  
  &amp;lt;description&amp;gt;
    Sport Archive plugin to sync data from nuxeo to orchestrate
  &amp;lt;/description&amp;gt;
  
  &amp;lt;dependencyManagement&amp;gt;
  [...]
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I also have a deployment-fragment.xml (couldn't find much doc about this)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;fragment version="1"&amp;gt;
  &amp;lt;require&amp;gt;all&amp;lt;/require&amp;gt;
  &amp;lt;install&amp;gt;
  &amp;lt;/install&amp;gt;  
&amp;lt;/fragment&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What am I missing?&lt;/P&gt;
&lt;P&gt;Thanks and happy new year to all&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2015 07:34:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/plugin-not-detected-loaded/m-p/318388#M5389</guid>
      <dc:creator>koxon_</dc:creator>
      <dc:date>2015-01-10T07:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin not detected/loaded</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/plugin-not-detected-loaded/m-p/318389#M5390</link>
      <description>&lt;P&gt;You need a proper &lt;CODE&gt;&amp;lt;parent&amp;gt;&lt;/CODE&gt; that will defined the configuration of the various plugins, including the one that builds the JAR. See &lt;A href="http://doc.nuxeo.com/x/kwBu"&gt;How to create an empty bundle&lt;/A&gt; in the documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:32:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/plugin-not-detected-loaded/m-p/318389#M5390</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-01-12T11:32:03Z</dc:date>
    </item>
  </channel>
</rss>

