<?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 'Item is locked by you' next to new content in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105788#M73985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After an upgrade to the 7/13 nightly build, I noticed some new behavior in Alfresco.&amp;nbsp; Suddenly, next to all newly created content, a lock icon now appears with the mouse-over text "Item is locked by you".&amp;nbsp; Content Contributors can now no longer submit content that they have entered to the workflow because of this lock icon.&amp;nbsp; However this lock icon does not prevent Content Managers from entering and submitting new content.&amp;nbsp; Is this new functionality that I am unaware of, a configuration issue as a result of the upgrade, or a bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I noticed by reverting to 2.1 RC1 that the problem does NOT go away, which is odd because it did not happen when I first upgraded to 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Michael C. Maggio&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NCS Technologies&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 16:21:27 GMT</pubDate>
    <dc:creator>mcmagi</dc:creator>
    <dc:date>2007-07-17T16:21:27Z</dc:date>
    <item>
      <title>'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105788#M73985</link>
      <description>After an upgrade to the 7/13 nightly build, I noticed some new behavior in Alfresco.&amp;nbsp; Suddenly, next to all newly created content, a lock icon now appears with the mouse-over text "Item is locked by you".&amp;nbsp; Content Contributors can now no longer submit content that they have entered to the workflow b</description>
      <pubDate>Tue, 17 Jul 2007 16:21:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105788#M73985</guid>
      <dc:creator>mcmagi</dc:creator>
      <dc:date>2007-07-17T16:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105789#M73986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Locking was a core enhancement in the 2.1 Community RC1 release.&amp;nbsp; Although you may have only just noticed in the 7/13 nightly build, this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;was the actual behavior enforced on your install of 2.1 RC1 (which is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;why the revert of the nightly build didn't change anything).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our support for locking is has two phases: first, to support business users creating, editing, and publishing content; second, for technical users (designers and developers) building out entirely new websites and application services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Phase One for business users, 2.1 locking eliminates the possibility of concurrent edits and potential override and loss of data on submission to staging.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 2.0.1E and 2.0.0C, modified assets had a special flag set at submit time to disable Edit and Undo operations.&amp;nbsp; The intent of this was to (a) minimize the window of time where any two users could simultaneously edit and make conflicting changes to an asset each in their own sandbox and (b) prevent business users from modifying an older version of the asset in their sandbox that could be re-submitted and override the previously submitted mods (this because the promoted asset from User Sandbox A was now in review, but not yet committed to Staging, meaning&amp;nbsp; User B in their own sandbox made a second update to the asset, since their view was based on Staging (User A's changes hadn't been approved), User B's changes would effectively override User A's changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 2.0.1E and 2.0.0C, we did not however eliminate the possibility of conflicting edits.&amp;nbsp; Prior to User A submitting and setting the flag, User B could independently modify the same resource, and, if submitted and get approved after User A, once again effectively overwrite their changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 2.1.0 Community RC1, we address this gap with locking.&amp;nbsp; Any business user, whenever they create or modify an asset, automatically takes a lock on the resource, disabling anyone else's ability to update until submitted, approved, committed to Staging (which releases the lock), and made available via layers to all others in the Web Project.&amp;nbsp; Aside from Submit, Undo also has the effect of auto-releasing the lock to make the resource again available to other users for modification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is important to note that the Content Manager, as overseer of the Web Project, does have some special capabilities.&amp;nbsp; They are dual-lock-holders of all locked resources in the Web Project.&amp;nbsp; This means that a Content Manager can choose to Edit, Submit, or Undo any user's changes, which is important if someone is out sick, no longer a employee, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, mandatory enforcement of exclusive locks is good for business users who don't understand concepts of conflicting edits and merging.&amp;nbsp; It is not necessary good for technical users, who indeed may want to work on multiple versions of the same asset at the same time, for example, ,for parallel development (the 1.2 version of the site versus the 1.1 version) or collaborative development (designer modifies pages layout while developer modifies client-side Javascript code).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Server-side, locking is both optional and optimistic.&amp;nbsp; The web client enforces specific locking behavior based on role in 2.1.0 Community RC1.&amp;nbsp;&amp;nbsp; In future release, we look to expose more functionality for technical users from the core server (which already support more functionality than is currently surfaced in the web client), by enabling features like branching, merging, automatic conflicts detection and resolution, and optional, discretionary locking and unlocking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, because locks are indeed be taken in the GUI, it is important to note two things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Individual and bulk operations via the GUI do take longer.&amp;nbsp; This is because each asset is grabbing a lock.&amp;nbsp; The difference is of marginal notice for individual assets, but particularly for large bulk operations (Bulk Import), the cumulative effect can be noticeable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Because locking behavior is enforced in the GUI, and because the WCM CIFS mount is really an interface for technical users * (business users don't like browsing the website directory structure, and tend to create and modify content via forms; developer-types, however, love CIFS and the regular directory structure and support for their tool of choice), locking *is not* enforced via CIFS.&amp;nbsp; This is exceptional important, because developer *can still* experiment with two different versions of the same sites using different sandboxes in the same web projects without worrying about the effect of locks.&amp;nbsp;&amp;nbsp; This is equally important for large bulk uploads; beyond a certain threshold (say, uploading more than a few thousand assets), CIFS will be a better interface for such large-scale operations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* NOTE:&amp;nbsp; The CIFS mount for ECM spaces, however, is designed for business users; in fact, that and our new Office interface is the best and most productive environment for them to work in in most cases.&amp;nbsp; This is because the actual resources and directory structure are logically and sensable to them (they control it).&amp;nbsp; Websites, however, have lots of resources that can be confusing and overwhelming for the business users, and the directory structure - which they do not control - in almost all cases always confusing and overwhelming (even in smallish sites).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you have more questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:56:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105789#M73986</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-07-18T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105790#M73987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the very detailed explanation Kevin.&amp;nbsp; Concurrency issues between sandboxes for modifications on the same files was something that had come up internally and I'm glad to see Alfresco is providing a solution for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, we are still having an issue.&amp;nbsp; If new content is added by a Content Contributor, they currently do not have permission to submit it themselves.&amp;nbsp; Am I missing an aspect of this locking mechanism that would cause this?&amp;nbsp; If so, what steps does a Content Contributor need to take to submit their own content?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Michael C. Maggio&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NCS Technologies&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 22:17:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105790#M73987</guid>
      <dc:creator>mcmagi</dc:creator>
      <dc:date>2007-07-19T22:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105791#M73988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah.&amp;nbsp; This may be a bug.&amp;nbsp; We will look into - Contributors should be able to submit their own modified content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, I recommend deleting that user's sandbox and re-adding that user as a Content Publisher to work around.&amp;nbsp; Currently, there is little difference between the Contributor and Publisher role.&amp;nbsp; In future release, when we add the notion of WSYIWYG dynamic page composition using web components (based on Web Scripts), this "page publishing" will be a feature of the Publisher role, where the Contributor role would strictly be someone creating and authoring content (that gets sourced into those composed pages).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 14:16:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105791#M73988</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-07-20T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105792#M73989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The bugs has been identified and will be fixed shortly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for spotting it,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 15:01:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105792#M73989</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-08-13T15:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105793#M73990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Good news:&amp;nbsp; this bug is indeed fixed (along with a few other bugs related to locking).&amp;nbsp; This fix is now available in the latest 2.1.0E BETA.&amp;nbsp; I'd highly recommend downloading and testing this latest build.&amp;nbsp; You can register to get access to the 2.1.0E BETA by emailing &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:info@alfresco.com" rel="nofollow noopener noreferrer"&gt;info@alfresco.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do note that we will backport this fix (this is critical) to an updated Community build in a few weeks.&amp;nbsp; If you want now, however, that is available on the enterprise codeline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 13:49:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105793#M73990</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-08-16T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105794#M73991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A possibly related problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Somehow, as admin, I have (more than once) managed to create &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; a locked file&amp;nbsp; (Lock symbol &amp;amp; &lt;/SPAN&gt;&lt;EM&gt;Item locked by you&lt;/EM&gt;&lt;SPAN&gt;) that seemingly &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cannot be unlocked.&amp;nbsp; It's already been submitted, approved, published,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and even deployed, yet still appears to be locked and offers no&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;simple action that would unlock it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The work-around is to edit the file's metadata (e.g. change the title),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;re-submit and approve, which generaly clears the lock.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:05:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105794#M73991</guid>
      <dc:creator>sacco</dc:creator>
      <dc:date>2007-08-20T08:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105795#M73992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sacco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmmm.&amp;nbsp; There were a number of fixes recently done to the v2.1 Enterprise branch related to locking.&amp;nbsp; There are two things that I think may be happending in your case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; You are editing the file directly in Staging.&amp;nbsp; In the current Community&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; releases, we do not disallow users with a Content Manager role from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directly editing content in Staging.&amp;nbsp; This results in a locked file that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cannot be unlock (as the submit process clears the lock).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the upcoming Enterprise release, Staging is indeed truly locked&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; down as a read-only sandbox.&amp;nbsp; All changes must first be made in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a sandbox and then submitted.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now remember, post 2.1 we will allow an explicit lock (without&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; necessarily an edit; just to reserve an asset and prevent others&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from modifying) and an explicit unlock (without throwing away&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or submitting your changes) in the GUI (it is available server-side).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason for not doing this currently is because to truly enable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this, we likewise need to add support for conflicts-detection at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; submit time (because now with explicit locking and unlocking you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; open up support for parallel development) and 3-way merge.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Because these two will take a bit longer to do, we've held off&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; explicit locking and unlocking until the entire solution can be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please also note that the current locking behavior will continue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in the future to be the norm for Content Publishers and Contributors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; That is, they will always lock on edit, never be able to edit when &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; someone else has a locked asset, and clear locks via Undo or Submit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The goal with these users to hide locking as much as possible - and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; always prevent chance of conflict (really, things like conflicts and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; merging probably don't make sense for them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For higher-level users - Developers, Designers, Managers - will &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loosen the auto-lock taking so that these power users can have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; greater control over the degree of concurrency they want.&amp;nbsp; Of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; course, that means that they are making the explicit decision to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; worry about things like merging then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; You have a custom workflow.&amp;nbsp; If you do have a custom workflow,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it is important that it is modeled on our default WCM submit workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; That is, at workflow's end, you'll need to (a) call AVMSubmitPackageHandler (b)&amp;nbsp; call AVMRemoveAllSrcWebappsHandler and © call AVMRemoveWFStoreHandler.&amp;nbsp; The first takes care of submitting, snapshoting Staging, and releases locks.&amp;nbsp; The second takes care of destroying any web app contexts started up for the review sandbox and the third actually destroys the temporary review sandbox now that its content is approved and it itself is no longer needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, not sure of either of these two are the issue you are hitting.&amp;nbsp; What I might also recommend is that prior to us getting out an updated Community release (we will be releasing an updated Community with these locking fixes) after our Enterprise release, you may wish to request an Enterprise trial to test out this scenario on the v2.1 codeline to see if indeed we've fixed everything that's needed here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:48:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105795#M73992</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-08-20T08:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105796#M73993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kvc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there anything to set in order to enforce locking via CIFS too?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alessandro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2.&amp;nbsp; Because locking behavior is enforced in the GUI, and because the WCM CIFS mount is really an interface for technical users * (business users don't like browsing the website directory structure, and tend to create and modify content via forms; developer-types, however, love CIFS and the regular directory structure and support for their tool of choice), locking *is not* enforced via CIFS.&amp;nbsp; This is exceptional important, because developer *can still* experiment with two different versions of the same sites using different sandboxes in the same web projects without worrying about the effect of locks.&amp;nbsp;&amp;nbsp; This is equally important for large bulk uploads; beyond a certain threshold (say, uploading more than a few thousand assets), CIFS will be a better interface for such large-scale operations.&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 14:24:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105796#M73993</guid>
      <dc:creator>alarocca</dc:creator>
      <dc:date>2008-04-21T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105797#M73994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&amp;nbsp; In 2.2, the ability to enforce locking via CIFS for specific user roles was adding.&amp;nbsp; Users like developers can have a mount point that does not enforce locking, and users in a more non-technical role like a Publisher or Contributor can have locking auto-enforced via CIFS (including for deletes).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That capability will be rolled into the next 2.9 Community build in June, or is available today in the latest 2.2 enterprise maintenance release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 21:07:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105797#M73994</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-21T21:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105798#M73995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin, thanks a lot for the information. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding 2.1, is there a way to enforce locking via CIFS for all users? If this is not possible chancing properly any configuration file, could you point me at the right source files where I can do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alessandro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:04:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105798#M73995</guid>
      <dc:creator>alarocca</dc:creator>
      <dc:date>2008-04-22T05:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105799#M73996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, locking has been supported since 2.1.0 Community.&amp;nbsp; Official support for turning on locking via CIFS came with 2.2.0E, where we were able to certify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To configure locking behavior in CIFS, you can modify our Spring config file network-protocol-context.xml to use AVMLockingAwareService by changing bean reference from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;indexingAVMService to indexingAVMLockingAwareService.&amp;nbsp; AVMService is the underlying API for all AVM content operations; AVM locking-aware service is a wrapper around&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AVM service to enforce all locking behavior (you can use either depending on what your application's needs are).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:45:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105799#M73996</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-22T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105800#M73997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Kevin. I changed the only reference I found within that file but unfortunately nothing seems to be changed. If I open a document via CIFS, the web client does not show any lock allowing user to edit or checkout that file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&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;lt;!–&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="avmService"&amp;gt;&amp;lt;ref bean="indexingAVMService" /&amp;gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="avmService"&amp;gt;&amp;lt;ref bean="indexingAVMLockingAwareService" /&amp;gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionService"&amp;gt;&amp;lt;ref bean="transactionService" /&amp;gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="authenticationComponent"&amp;gt;&amp;lt;ref bean="authenticationComponent"/&amp;gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;BR /&gt;&lt;SPAN&gt;I don't know if there are differences, but I need locking enforced on a filesystem (as defined within file-servers-custom.xml) rather than on an avmfilesystem (disabled on my installation).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hint?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alessandro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, locking has been supported since 2.1.0 Community.&amp;nbsp; Official support for turning on locking via CIFS came with 2.2.0E, where we were able to certify.&lt;BR /&gt;&lt;BR /&gt;To configure locking behavior in CIFS, you can modify our Spring config file network-protocol-context.xml to use AVMLockingAwareService by changing bean reference from&lt;BR /&gt;indexingAVMService to indexingAVMLockingAwareService.&amp;nbsp; AVMService is the underlying API for all AVM content operations; AVM locking-aware service is a wrapper around&lt;BR /&gt;AVM service to enforce all locking behavior (you can use either depending on what your application's needs are).&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 14:58:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105800#M73997</guid>
      <dc:creator>alarocca</dc:creator>
      <dc:date>2008-04-22T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: 'Item is locked by you' next to new content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105801#M73998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alessandro:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This configuration change I noted only works for the AVM mount point and content you create, edit, and delete within an AVM store (a user sandbox).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the SpacesStore (the default store for general document management and collaboration), there is not a corresponding locking service.&amp;nbsp; Instead,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you need to configure rules to auto-checkout items you create or modify (not deletes; deletes in the AVM are considered file modifications that are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;versionable and can be sync with other local (staging) or remote (live) stores and recovered via revert or rollback).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&amp;nbsp; This is known to work in 2.2.0E (it was certified) but there was no code changes necessary to enable from 2.1.0C.&amp;nbsp; I can't guarantee&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that is does work, however, although if there was a minor fix I missed between 2.1.0C and 2.2.0E, your best bet will be the upcoming Community&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;release this June which catches our Community codeline up with all our latest maintenance fixes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 01:43:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/item-is-locked-by-you-next-to-new-content/m-p/105801#M73998</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-23T01:43:19Z</dc:date>
    </item>
  </channel>
</rss>

