<?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 Blobdispatcher in version 7.10 in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322581#M9582</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to ask if blobprovider and blobdispatcher is working in version 7.10.
I followed documention and after it didn't work i checked also it described here: &lt;A href="http://www.nuxeo.com/blog/hybrid-file-storage-policies-nuxeo-platform/" target="test_blank"&gt;http://www.nuxeo.com/blog/hybrid-file-storage-policies-nuxeo-platform/&lt;/A&gt; but it still doesn't want to work. Any suggestions? No folder additional folder is created and data still is storing at only "data" folder.
This is my code, and I don't what could be wrong here:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;1. &amp;lt;?xml version="1.0"?&amp;gt;
2. &amp;lt;component name="org.nuxeo.ecm.platform.storage" version="1.0"&amp;gt;
4. &amp;lt;extension target="org.nuxeo.ecm.core.blob.BlobManager" point="configuration"&amp;gt;
6. &amp;lt;blobprovider name="test"&amp;gt;
8. &amp;lt;class&amp;gt;org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager&amp;lt;/class&amp;gt;
10. &amp;lt;property name="path"&amp;gt;binaries-test&amp;lt;/property&amp;gt;
12. &amp;lt;/blobprovider&amp;gt;
14. &amp;lt;blobprovider name="test2"&amp;gt;
15. &amp;lt;class&amp;gt;org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager&amp;lt;/class&amp;gt;
17. &amp;lt;property name="path"&amp;gt;binaries-test2&amp;lt;/property&amp;gt;
19. &amp;lt;/blobprovider&amp;gt;
21. &amp;lt;blobdispatcher&amp;gt;
23. &amp;lt;class&amp;gt;org.nuxeo.ecm.core.blob.DefaultBlobDispatcher&amp;lt;/class&amp;gt;
25. &amp;lt;property name="dc:description=test"&amp;gt;test&amp;lt;/property&amp;gt;
27. &amp;lt;property name="blob:mime-type=text/html"&amp;gt;test2&amp;lt;/property&amp;gt;
29. &amp;lt;property name="dc:description=test2"&amp;gt;test2&amp;lt;/property&amp;gt;
31. &amp;lt;property name="default"&amp;gt;default&amp;lt;/property&amp;gt;
33. &amp;lt;/blobdispatcher&amp;gt;
35. &amp;lt;/extension&amp;gt;
37. &amp;lt;/component&amp;gt;


&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 18 Apr 2016 15:09:08 GMT</pubDate>
    <dc:creator>__3</dc:creator>
    <dc:date>2016-04-18T15:09:08Z</dc:date>
    <item>
      <title>Blobdispatcher in version 7.10</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322581#M9582</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to ask if blobprovider and blobdispatcher is working in version 7.10.
I followed documention and after it didn't work i checked also it described here: &lt;A href="http://www.nuxeo.com/blog/hybrid-file-storage-policies-nuxeo-platform/" target="test_blank"&gt;http://www.nuxeo.com/blog/hybrid-file-storage-policies-nuxeo-platform/&lt;/A&gt; but it still doesn't want to work. Any suggestions? No folder additional folder is created and data still is storing at only "data" folder.
This is my code, and I don't what could be wrong here:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;1. &amp;lt;?xml version="1.0"?&amp;gt;
2. &amp;lt;component name="org.nuxeo.ecm.platform.storage" version="1.0"&amp;gt;
4. &amp;lt;extension target="org.nuxeo.ecm.core.blob.BlobManager" point="configuration"&amp;gt;
6. &amp;lt;blobprovider name="test"&amp;gt;
8. &amp;lt;class&amp;gt;org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager&amp;lt;/class&amp;gt;
10. &amp;lt;property name="path"&amp;gt;binaries-test&amp;lt;/property&amp;gt;
12. &amp;lt;/blobprovider&amp;gt;
14. &amp;lt;blobprovider name="test2"&amp;gt;
15. &amp;lt;class&amp;gt;org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager&amp;lt;/class&amp;gt;
17. &amp;lt;property name="path"&amp;gt;binaries-test2&amp;lt;/property&amp;gt;
19. &amp;lt;/blobprovider&amp;gt;
21. &amp;lt;blobdispatcher&amp;gt;
23. &amp;lt;class&amp;gt;org.nuxeo.ecm.core.blob.DefaultBlobDispatcher&amp;lt;/class&amp;gt;
25. &amp;lt;property name="dc:description=test"&amp;gt;test&amp;lt;/property&amp;gt;
27. &amp;lt;property name="blob:mime-type=text/html"&amp;gt;test2&amp;lt;/property&amp;gt;
29. &amp;lt;property name="dc:description=test2"&amp;gt;test2&amp;lt;/property&amp;gt;
31. &amp;lt;property name="default"&amp;gt;default&amp;lt;/property&amp;gt;
33. &amp;lt;/blobdispatcher&amp;gt;
35. &amp;lt;/extension&amp;gt;
37. &amp;lt;/component&amp;gt;


&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:09:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322581#M9582</guid>
      <dc:creator>__3</dc:creator>
      <dc:date>2016-04-18T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blobdispatcher in version 7.10</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322582#M9583</link>
      <description>&lt;P&gt;Where did you create this file? How is it named?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:16:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322582#M9583</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-04-18T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Blobdispatcher in version 7.10</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322583#M9584</link>
      <description>&lt;P&gt;Oh sorry, I forgot to mention it. It is named newdispatchers.xml and it's in NXHOME/templates/custom/config and I did set in nuxeo.conf custom template to contribute.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:29:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322583#M9584</guid>
      <dc:creator>__3</dc:creator>
      <dc:date>2016-04-18T15:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Blobdispatcher in version 7.10</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322584#M9585</link>
      <description>&lt;P&gt;Your file has to be named something ending in &lt;CODE&gt;-config.xml&lt;/CODE&gt; to be taken into account. I'm not finding anywhere we mention it explicitly in the doc but I'll ask the doc team to make sure that's updated.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:51:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322584#M9585</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-04-18T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Blobdispatcher in version 7.10</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322585#M9586</link>
      <description>&lt;P&gt;It's working. Thank You.. It makes sense to end xml files with that. I don't why i didn't think about it&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:00:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/blobdispatcher-in-version-7-10/m-p/322585#M9586</guid>
      <dc:creator>__3</dc:creator>
      <dc:date>2016-04-18T16:00:53Z</dc:date>
    </item>
  </channel>
</rss>

