<?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 WCM web form metadata extraction in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231954#M185084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does WCM web form metadata extraction still available in 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I downloaded and installed 3.2 preview2 lab edition, follow the instruction from &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Metadata_Extraction#XML_Meta-data_Extractor_Configuration_for_WCM" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Metadata_Extraction#XML_Meta-data_Extractor_Configuration_for_WCM&lt;/A&gt;&lt;SPAN&gt; (I simply rename the wcm-xml-metadata-extracter-context.xml.sample to .xml in tomcat/shared/classes/alfresco/extension, also add debug …content.metadata.* to log), upon starting tomcat, I can see that XpathMetadataExtracter has been registered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;13:15:17,086&amp;nbsp; DEBUG [content.metadata.AbstractMappingMetadataExtracter] Added mapping from author to [{&lt;A href="http://www.alfresco.org/model/content/1.0}author" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}author&lt;/A&gt;]&lt;BR /&gt;13:15:17,086&amp;nbsp; DEBUG [content.metadata.AbstractMappingMetadataExtracter] Added mapping from description to [{&lt;A href="http://www.alfresco.org/model/content/1.0}description" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}description&lt;/A&gt;]&lt;BR /&gt;13:15:17,086&amp;nbsp; DEBUG [content.metadata.AbstractMappingMetadataExtracter] Added mapping from title to [{&lt;A href="http://www.alfresco.org/model/content/1.0}title" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}title&lt;/A&gt;]&lt;BR /&gt;13:15:17,096&amp;nbsp; DEBUG [metadata.xml.XPathMetadataExtracter] Added mapping from version to /model/version/text()&lt;BR /&gt;13:15:17,096&amp;nbsp; DEBUG [metadata.xml.XPathMetadataExtracter] Added mapping from author to /model/author/text()&lt;BR /&gt;13:15:17,096&amp;nbsp; DEBUG [metadata.xml.XPathMetadataExtracter] Added mapping from description to /model/description/text()&lt;BR /&gt;13:15:17,096&amp;nbsp; DEBUG [metadata.xml.XPathMetadataExtracter] Added mapping from title to /model/@name&lt;BR /&gt;13:15:17,108&amp;nbsp; DEBUG [content.metadata.MetadataExtracterRegistry] Registering metadata extracter: org.alfresco.repo.content.metadata.xml.XmlMetadataExtracter@c5ad0b&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I created a "demo" web project, and use web client to add alfresco stock forumModel.xml to the root of "demo", the log only prints out&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;13:25:10,883 User:admin DEBUG [content.metadata.MetadataExtracterRegistry] Finding extractors for text/xml&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;nothing else, and metadata are not extracted from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second, I tried web form metadata extraction from &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/jbarmash/2008/12/01/xml-metadata-extraction-for-wcm" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/jbarmash/2008/12/01/xml-metadata-extraction-for-wcm&lt;/A&gt;&lt;SPAN&gt;. no print out at all this time. no metadata has been extracted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did some source digging from public SVN head, found that in the first case, the MetadataExtractorRegistry used is by Repository.extractMetadata is spring bean named "metadataExtracerRegistry", not the one named "avmMetadataExtracerRegistry" defined in wcm-xml-metadata-extracter-context.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In second case, when a content created via "press release" web form, the AVMNodeService gets called to save the content as content property. I don't see the policy.onContentUpdate is invoked in this case, no extraMetadata will be called, even though AvmMetadataExtracter has registered itself to policyComponent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. is there any extra configurations need to done in addition to following the above samples on a packaged installation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. is this because its preview2, that some of the existing features expected not be working as previous edition?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. if (2) is true, are those features be available in 3.2 final this coming July?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 23:51:33 GMT</pubDate>
    <dc:creator>wshen</dc:creator>
    <dc:date>2009-06-09T23:51:33Z</dc:date>
    <item>
      <title>WCM web form metadata extraction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231954#M185084</link>
      <description>Does WCM web form metadata extraction still available in 3.2?I downloaded and installed 3.2 preview2 lab edition, follow the instruction from http://wiki.alfresco.com/wiki/Metadata_Extraction#XML_Meta-data_Extractor_Configuration_for_WCM (I simply rename the wcm-xml-metadata-extracter-context.xml.sa</description>
      <pubDate>Tue, 09 Jun 2009 23:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231954#M185084</guid>
      <dc:creator>wshen</dc:creator>
      <dc:date>2009-06-09T23:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: WCM web form metadata extraction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231955#M185085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you submit the content to the staging sandbox?&amp;nbsp; This shouldn't be necessary (metadata extraction happens in all types of sandbox), but just trying to determine if that behaviour has changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you submit to staging and the issue still occurs, I'd suggest raising a JIRA ticket (at &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/&lt;/A&gt;&lt;SPAN&gt;), then posting the ticket # back here so that we can all vote and/or comment on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 16:49:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231955#M185085</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2009-06-12T16:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: WCM web form metadata extraction</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231956#M185086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Peter. I verified that on Lab3 Final the WCM metadata extraction seems to be working, but not in 3.2 Preview2. So I created a new issue at &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALFCOM-2965" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ALFCOM-2965&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 21:42:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-web-form-metadata-extraction/m-p/231956#M185086</guid>
      <dc:creator>wshen</dc:creator>
      <dc:date>2009-06-14T21:42:35Z</dc:date>
    </item>
  </channel>
</rss>

