<?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: [Document Type] Create new in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319801#M6802</link>
    <description>&lt;P&gt;Here's an example showing how to create a new Document type (Book) &lt;A href="https://github.com/nuxeo/nuxeo-sample-project" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-sample-project&lt;/A&gt;.
1- deploy the project using : mvn clean install command.
2- look for the generated artifacts in the target folder, copy the Jar into /nxserver/bundles
3- restart
Worked for me!&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2015 15:52:13 GMT</pubDate>
    <dc:creator>Dalal_</dc:creator>
    <dc:date>2015-05-29T15:52:13Z</dc:date>
    <item>
      <title>[Document Type] Create new</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319799#M6800</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a local NUXEO instance and I'd like to create a new Content Type inside it. I checked the documentation but it's all about using Nuxeo Studio. I tried to use it, I made the new type but then I can't find how to export it in order to load it from my local Nuxeo. Any clue on how to do this?
I also tried to follow this guide:
&lt;A href="https://github.com/nuxeo/org.eclipse.ecr/wiki/Creating-a-document-type" target="test_blank"&gt;https://github.com/nuxeo/org.eclipse.ecr/wiki/Creating-a-document-type&lt;/A&gt;
but I find it difficult to follow!&lt;/P&gt;
&lt;P&gt;I also found this:
&lt;A href="https://github.com/nuxeo/nuxeo-sample-project/blob/master/src/main/resources/OSGI-INF/core-types-contrib.xml" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-sample-project/blob/master/src/main/resources/OSGI-INF/core-types-contrib.xml&lt;/A&gt;
but still no clue on how to act!&lt;/P&gt;
&lt;P&gt;Then is the CMIS type-mutability disabled? I tried to create the new doc type by using Apache CMIS Workbench but it says impossible... isn't the last version of Nuxeo compatible with CMIS 1.1?&lt;/P&gt;
&lt;P&gt;Any help will be appreciated.
Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 23:07:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319799#M6800</guid>
      <dc:creator>randomness_</dc:creator>
      <dc:date>2015-05-23T23:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: [Document Type] Create new</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319800#M6801</link>
      <description>&lt;P&gt;Using Nuxeo studio, you can bind your Nuxeo instance to your Nuxeo Studio project (Go to the Nuxeo Connect menu in the admin view of your Nuxeo instance).&lt;/P&gt;
&lt;P&gt;This done, you have to visit the update center menu (in the admin. view) and download the Nuxeo Studio project package from there.&lt;/P&gt;
&lt;P&gt;After restarting the server, your custom type should be available.&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2015 17:38:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319800#M6801</guid>
      <dc:creator>Antoine_Cordier</dc:creator>
      <dc:date>2015-05-24T17:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: [Document Type] Create new</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319801#M6802</link>
      <description>&lt;P&gt;Here's an example showing how to create a new Document type (Book) &lt;A href="https://github.com/nuxeo/nuxeo-sample-project" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-sample-project&lt;/A&gt;.
1- deploy the project using : mvn clean install command.
2- look for the generated artifacts in the target folder, copy the Jar into /nxserver/bundles
3- restart
Worked for me!&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 15:52:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319801#M6802</guid>
      <dc:creator>Dalal_</dc:creator>
      <dc:date>2015-05-29T15:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Document Type] Create new</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319802#M6803</link>
      <description>&lt;P&gt;Thanks! I will try asap and I will let you know&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 16:42:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319802#M6803</guid>
      <dc:creator>randomness_</dc:creator>
      <dc:date>2015-05-29T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Document Type] Create new</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319803#M6804</link>
      <description>&lt;P&gt;Thanks for your answer. But since the studio is just free for 30 days what will happen next? Does this connection work also with my local instance? Is there a newbie guide for creating the XML using Nuxeo IDE/Eclipse? The ones I found are kind of hard to follow.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 17:59:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-type-create-new/m-p/319803#M6804</guid>
      <dc:creator>randomness_</dc:creator>
      <dc:date>2015-05-29T17:59:23Z</dc:date>
    </item>
  </channel>
</rss>

