<?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: custom-metadata-extrators-context.xml java class not found error in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137576#M36885</link>
    <description>&lt;P&gt;Checkout this post for detailed steps on installation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#setup-trserv-local" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#setup-trserv-local&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;All in one script sample:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#start-stop-test" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#start-stop-test&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 14:16:56 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-09-14T14:16:56Z</dc:date>
    <item>
      <title>custom-metadata-extrators-context.xml java class not found error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137573#M36882</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have installed Alfresco Content Services 7.0.1 from the .zip-file and have started deploying our extensions from version 5.2.1 to our new installation. We are facing problems with the extension "custom-metadata-extrators-context.xml". To analyze our problem we have switched to the custom-metadata-extrators-context.xml.sample file provided with the installer and deployed this file. Nevertheless we get still numerous class not found exceptions. The exact error message is:&lt;/P&gt;&lt;P&gt;nested exception is java.lang.ClassNotFoundException: org.alfresco.repo.content.metadata.OpenDocumentMetadataExtracter&lt;/P&gt;&lt;P&gt;Does anyone have an idea?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 13:36:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137573#M36882</guid>
      <dc:creator>dsc1086</dc:creator>
      <dc:date>2021-09-13T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: custom-metadata-extrators-context.xml java class not found error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137574#M36883</link>
      <description>&lt;P&gt;With latest version ways to override/extend the metadata extrator has changed.&lt;/P&gt;
&lt;P&gt;Read more on this here:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/metadata-extractors/#ootbextractors" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/metadata-extractors/#ootbextractors&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The class you are looking for is no longer available with repository app and moved to transformation service app, see above doc link. So typically you don't need to configure anything with spring context file except for xml metadata extractor. What you see in distribution zip may be not removed and it should be removed to avoid any confusion and also the name of class is wrong in the sample pertaining to acs7.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;A href="https://github.com/Alfresco/alfresco-transform-core/blob/master/alfresco-transform-tika/alfresco-transform-tika/src/main/java/org/alfresco/transformer/metadataExtractors/OpenDocumentMetadataExtractor.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core/blob/master/alfresco-transform-tika/alfresco-transform-tika/src/main/java/org/alfresco/transformer/metadataExtractors/OpenDocumentMetadataExtractor.java&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Check the full doc here:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/metadata-extractors/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/metadata-extractors/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 14:39:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137574#M36883</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-09-13T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: custom-metadata-extrators-context.xml java class not found error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137575#M36884</link>
      <description>&lt;P&gt;Hello.&amp;nbsp;&lt;BR /&gt;Thank you very much. I'll examine if this will solve my problem.&lt;BR /&gt;But to that relation then I have another question.&lt;/P&gt;&lt;P&gt;I installed the t-engine according to these installation instructions :&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.alfresco.com/transform-service/latest/install/#install-with-zip" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/transform-service/latest/install/#install-with-zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am able to launch all 3 jar files without errors on startup, but alfresco only starts up when running the aio-script without the 2 others.&lt;/P&gt;&lt;P&gt;Is this the correct way to go as this is an all-in-one scripts or do I also need the two other scripts running for alfresco to work correctly?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 06:13:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137575#M36884</guid>
      <dc:creator>dsc1086</dc:creator>
      <dc:date>2021-09-14T06:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: custom-metadata-extrators-context.xml java class not found error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137576#M36885</link>
      <description>&lt;P&gt;Checkout this post for detailed steps on installation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#setup-trserv-local" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#setup-trserv-local&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;All in one script sample:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#start-stop-test" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html#start-stop-test&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 14:16:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137576#M36885</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-09-14T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: custom-metadata-extrators-context.xml java class not found error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137577#M36886</link>
      <description>&lt;P&gt;Great Documentation. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 09:39:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-extrators-context-xml-java-class-not-found-error/m-p/137577#M36886</guid>
      <dc:creator>dsc1086</dc:creator>
      <dc:date>2021-09-15T09:39:12Z</dc:date>
    </item>
  </channel>
</rss>

