<?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: CIFS file content is not available till action finishes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307524#M260654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The external program is a cad program (solidWorks). When uploading a cad file, we need to determine it's type (part,assembly,drawing) and adjust the alfresco document type accordingly. Also each cad type has it's own behaviour, when files are moved, copied,… Relations are also defined in the CAD document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also we need to extract metadata, that is not in the regular properties, you find in Office documents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the reason, why we need access to the document itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 07:03:21 GMT</pubDate>
    <dc:creator>begunrom</dc:creator>
    <dc:date>2013-08-13T07:03:21Z</dc:date>
    <item>
      <title>CIFS file content is not available till action finishes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307522#M260652</link>
      <description>I have defined a custom action that is triggered by a rule. RuleType=INBOUNDCIFS is enabled on the system.When i add new content via nodeService.createNode the node gets created, the custom action is triggered, and the file becomes visible via cifs. The file size = 0, as no content has been loaded y</description>
      <pubDate>Mon, 12 Aug 2013 15:23:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307522#M260652</guid>
      <dc:creator>begunrom</dc:creator>
      <dc:date>2013-08-12T15:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS file content is not available till action finishes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307523#M260653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You won't (and shouldn't) be able to "dirty read" content in alfresco.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it may be that you can re-order your transactions to make them work.&amp;nbsp; Perhaps by running them in a chain so that your external program run after the first commit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm unclear what exactly you are trying to do, but it seems to me that you are going in a wrong direction at the moment.&amp;nbsp;&amp;nbsp;&amp;nbsp; What is your external program doing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 16:01:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307523#M260653</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-08-12T16:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS file content is not available till action finishes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307524#M260654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The external program is a cad program (solidWorks). When uploading a cad file, we need to determine it's type (part,assembly,drawing) and adjust the alfresco document type accordingly. Also each cad type has it's own behaviour, when files are moved, copied,… Relations are also defined in the CAD document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also we need to extract metadata, that is not in the regular properties, you find in Office documents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the reason, why we need access to the document itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 07:03:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307524#M260654</guid>
      <dc:creator>begunrom</dc:creator>
      <dc:date>2013-08-13T07:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS file content is not available till action finishes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307525#M260655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We started development in Alfresco 4.0.d, and did not encounter any problems with that part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the mean while we switched to 4.2.c for development because we wanted to use maven.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since then i cannot get the loop complete. I cannot touch the file via cifs before the transaction is complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The transaction set's the document type. In order to set the document type i need to read the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am confused.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:13:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-file-content-is-not-available-till-action-finishes/m-p/307525#M260655</guid>
      <dc:creator>begunrom</dc:creator>
      <dc:date>2013-08-14T15:13:11Z</dc:date>
    </item>
  </channel>
</rss>

