<?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 Web project content not showing 'modified' with Web Services in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160677#M114639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to upload content via the web services API (using CML constructs) and I have setup content inserts that will correctly populate a structure under a given web project.&amp;nbsp; Everything under the web project is populated via this upload, starting with the top-level directory that would live under ROOT.&amp;nbsp; Since it's created from scratch, I expected the web project to realize this content is unpublished in the sandbox…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's not quite right is that when I go to the Web Project and look under User Sandboxes for the user that uploaded the content, the Modified Items drop-down shows NOTHING!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding to the weirdness, if I manually (from within the web browser) add a file to my project, and then delete it, THAT one file shows as modified and suddenly, I can upload the WHOLE project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What flag/property/bit am I failing to modify when putting content into the web project via web services??&amp;nbsp; Clearly there's something that should trigger this, but it's not obvious what…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 20:45:08 GMT</pubDate>
    <dc:creator>rodenbaugh</dc:creator>
    <dc:date>2008-04-17T20:45:08Z</dc:date>
    <item>
      <title>Web project content not showing 'modified' with Web Services</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160677#M114639</link>
      <description>Hi everyone,I'm trying to upload content via the web services API (using CML constructs) and I have setup content inserts that will correctly populate a structure under a given web project.&amp;nbsp; Everything under the web project is populated via this upload, starting with the top-level directory that wou</description>
      <pubDate>Thu, 17 Apr 2008 20:45:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160677#M114639</guid>
      <dc:creator>rodenbaugh</dc:creator>
      <dc:date>2008-04-17T20:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web project content not showing 'modified' with Web Services</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160678#M114640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aha…Found the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For anyone who is doing something similar, pay very close attention to the space in which you are uploading content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had set the target space to "avm://localhost" where localhost was my declared staged website…BIG mistake.&amp;nbsp; I was dumping the content into the staged area instead of passing it through the user sandbox.&amp;nbsp; Instead, I needed to post to: "avm://localhost–admin", which staged the content properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore, you MUST define the workflow to have this user (admin, or whatever you're using) as the Content Publisher.&amp;nbsp; If you don't the content is ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you set these up and then upload content, everything shows as modified…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps someone else,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 21:12:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160678#M114640</guid>
      <dc:creator>rodenbaugh</dc:creator>
      <dc:date>2008-04-17T21:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Web project content not showing 'modified' with Web Services</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160679#M114641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for posting the solution to the problem you raised … helpful to the Community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a clarifying note, Web Projects are centered around the concept of change management.&amp;nbsp; Changes are made *only* in user sandboxes, where they can be staged for test.&amp;nbsp; Then, they get promoted to Staging, where you can either have intermediating workflows or not.&amp;nbsp; Once promoted, changes are snapshoted (making a new version of Staging) and indexed (for search).&amp;nbsp; Multiple changes from different sandboxes can be aggregated into Staging, and specific versions of Staging can then be deployed to one or multiple production servers, be they file servers (for code or static sites) or Alfresco servers (for dynamic content).&amp;nbsp; Much more details on this can be found by reading the highlighted links in the Getting Started section of the main WCM wiki page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/New_Web_Content_Management_Plan" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/New_Web_Content_Management_Plan&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 16:28:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-project-content-not-showing-modified-with-web-services/m-p/160679#M114641</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-04-19T16:28:45Z</dc:date>
    </item>
  </channel>
</rss>

