<?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: Problem with Azure Storage configuration (DefaultBlobDispatcher) in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313097#M98</link>
    <description>&lt;P&gt;The meaning for &lt;CODE&gt;xpath&lt;/CODE&gt; is shifting depending on where it's used in Nuxeo, but in general it means the xpath of property backed by a standard, contributable schema. That's not the case for system properties.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 20:49:23 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2020-05-15T20:49:23Z</dc:date>
    <item>
      <title>Problem with Azure Storage configuration (DefaultBlobDispatcher)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313094#M95</link>
      <description>&lt;P&gt;Hi.
Based on the documentation:&lt;A href="https://doc.nuxeo.com/nxdoc/file-storage/"&gt;https://doc.nuxeo.com/nxdoc/file-storage/&lt;/A&gt;, i'm triying to configure the DefaultBlobDispatcher for upload binaries to Azure based on a property.&lt;/P&gt;
&lt;P&gt;With the following property it works fine:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;dc:title=mytitle
With the other too:&lt;/LI&gt;
&lt;LI&gt;dc:title~myprefix&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But now, I need upload binaries to Azure based on the property "path", evenmore,  the documentation says that:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"Each property name is a list of comma-separated clauses, with each clause consisting of a property, an operator and a value. &lt;STRONG&gt;The property can be a document property XPath&lt;/STRONG&gt;, or &lt;CODE&gt;ecm:repositoryName&lt;/CODE&gt;, or, to match the current blob being dispatched, &lt;CODE&gt;blob:name&lt;/CODE&gt;, &lt;CODE&gt;blob:mime-type&lt;/CODE&gt;, &lt;CODE&gt;blob:encoding&lt;/CODE&gt;, &lt;CODE&gt;blob:digest&lt;/CODE&gt;, &lt;CODE&gt;blob:length&lt;/CODE&gt; or &lt;CODE&gt;blob:xpath&lt;/CODE&gt;..."&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But I'm triying with different options without good results:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ecm:path=/test/test/22&lt;/LI&gt;
&lt;LI&gt;ecm:path=/test/*&lt;/LI&gt;
&lt;LI&gt;ecm:path~/test/*&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Any suggestion? Is correct the property "ecm:path"?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 12:56:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313094#M95</guid>
      <dc:creator>Paul_Smith</dc:creator>
      <dc:date>2020-05-15T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Azure Storage configuration (DefaultBlobDispatcher)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313095#M96</link>
      <description>&lt;P&gt;&lt;CODE&gt;ecm:path&lt;/CODE&gt; isn't considered a document property xpath, as it's not from a regular schema but a system property (&lt;CODE&gt;ecm:&lt;/CODE&gt;). So it's not supported in the default blob dispatcher, you'll have to code your own subclass.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 13:06:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313095#M96</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2020-05-15T13:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Azure Storage configuration (DefaultBlobDispatcher)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313096#M97</link>
      <description>&lt;P&gt;Hi Florent!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 14:20:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313096#M97</guid>
      <dc:creator>Paul_Smith</dc:creator>
      <dc:date>2020-05-15T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Azure Storage configuration (DefaultBlobDispatcher)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313097#M98</link>
      <description>&lt;P&gt;The meaning for &lt;CODE&gt;xpath&lt;/CODE&gt; is shifting depending on where it's used in Nuxeo, but in general it means the xpath of property backed by a standard, contributable schema. That's not the case for system properties.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 20:49:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/problem-with-azure-storage-configuration-defaultblobdispatcher/m-p/313097#M98</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2020-05-15T20:49:23Z</dc:date>
    </item>
  </channel>
</rss>

