<?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 Labs3c CIFS: automatic file locking in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206730#M159860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello fellow Alfresco users,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The explanation in the wiki on how to activate automatic file locking for the cifs network drive seems to be obsolete. &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Content_Locking#CIFS" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Content_Locking#CIFS&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The file network-protocols-context.xml now shows the following content:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;!– AVM Filesystem Interface –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="avmDiskDriver" class="org.alfresco.filesys.avm.AVMDiskDriver" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– was indexingAVMService –&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; So changing "indexingAVMService" to "indexingAVMLockingAwareService" is not possible. Surely there is another way to do it now?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried google and the forum search, but was unable to come up with a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A little aside:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My company is evaluating Alfresco using the version 3.0.0 (Stable 1526) schema 1002&amp;nbsp; right now and I am not sure of community etiquette yet. Would it be alright to change/add some wiki entries? I cannot promise full blown articles, but some of the existing entries seem awfully terse anyway &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 17:46:27 GMT</pubDate>
    <dc:creator>mdaniel_alf</dc:creator>
    <dc:date>2009-03-11T17:46:27Z</dc:date>
    <item>
      <title>Labs3c CIFS: automatic file locking</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206730#M159860</link>
      <description>Hello fellow Alfresco users,The explanation in the wiki on how to activate automatic file locking for the cifs network drive seems to be obsolete. http://wiki.alfresco.com/wiki/Content_Locking#CIFSThe file network-protocols-context.xml now shows the following content:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– AVM Filesystem I</description>
      <pubDate>Wed, 11 Mar 2009 17:46:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206730#M159860</guid>
      <dc:creator>mdaniel_alf</dc:creator>
      <dc:date>2009-03-11T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Labs3c CIFS: automatic file locking</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206731#M159861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't test it yet beyond restarting alfresco and getting no errors on startup, but I think I found the solution to my file locking woes in this JIRA entry &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/WCM-923" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/WCM-923&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The proper form to enable automatic file locking on CIFS shares in labs3 seems to be the following entry in network-protocols-context.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; &amp;lt;bean id="avmDiskDriver" class="org.alfresco.filesys.avm.AVMDiskDriver" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="avmService"&amp;gt;&amp;lt;ref bean="AVMService" /&amp;gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp; …&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="avmService"&amp;gt;&amp;lt;ref bean="indexingAVMLockingnAwareService"/&amp;gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'm learning from mistakes rather than documentation &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 15:27:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206731#M159861</guid>
      <dc:creator>mdaniel_alf</dc:creator>
      <dc:date>2009-03-12T15:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Labs3c CIFS: automatic file locking</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206732#M159862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not working!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently the above change does nothing to enable file locking on the CIFS drive. I can open the same word document on two different computers with two different users and both users can save the file at any time. (Alternatively, I did it wrong and/or don't understand file locking.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not only triy Labs3-final but also compiled alfresco from HEAD (got it yesterday via svn), it still doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe somebody out there knows something about this?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Marcus&amp;nbsp; (who emulates a lively thread by posting all by himself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Right at the moment we just want a single sign on versioning repository&amp;nbsp; for our files, that looks like a CIFS drive and has a search facility that respects user's rights, so that nobody that is not authorized may find a file.&amp;nbsp; I could use opensolaris ZFS with timed snapshots, but I have not found&amp;nbsp; an ACL respecting search solution for this and we might be interested in workflow capabilities later on. And while I am venting, I can't get CIFS working for Windows 2000 clients. With NTLM authentication I cannot get access to the CIFS drive and the whole alfresco cifs drive becomes unstable. With kerberos no access is possible because MD4 hashes are not supported, but at least the CIFS drive remains stable for the XP clients. Maybe there is a working method for windows 2000 Clients that gets user information from a windows server and lets you access the cifs drive but I cannot find any documentation about it. I have both alfresco books from Packt, which I bought because I thought that alfresco is a wonderful application, but none of them address configuration details like these. Both assume that alfresco itself is already working properly. And now this tirade will keep everybody from answering my question, since I am such a whiny looser that can't rtfm. So there!&amp;nbsp;&amp;nbsp; Nevertheless would a working alfresco be a real thing of beauty, but I need CIFS and alfresco must get the user's information and passwords from a windows server.&amp;nbsp;&amp;nbsp; I feel better now.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 18:26:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206732#M159862</guid>
      <dc:creator>mdaniel_alf</dc:creator>
      <dc:date>2009-03-12T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Labs3c CIFS: automatic file locking</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206733#M159863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same trouble with CIFS file locking with Alfresco 3.4.c : no lock by default with explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does Alfresco not manage lock with CIFS, finally?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 03:21:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206733#M159863</guid>
      <dc:creator>altiva</dc:creator>
      <dc:date>2011-04-22T03:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Labs3c CIFS: automatic file locking</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206734#M159864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suggest you start a new thread with more details.&amp;nbsp;&amp;nbsp; Yours is not the same issue as 2009!&amp;nbsp;&amp;nbsp; What are you expecting to happen, and what is happening.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 07:49:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/labs3c-cifs-automatic-file-locking/m-p/206734#M159864</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-04-22T07:49:06Z</dc:date>
    </item>
  </channel>
</rss>

