<?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 How to extend a JavaScript-based repository webscript? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-extend-a-javascript-based-repository-webscript/m-p/309761#M262891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to extend org/alfresco/slingshot/search/search.get.js without success. I've seen this tutorial: &lt;/SPAN&gt;&lt;A href="https://www.alfresco.com/blogs/developer/2012/05/23/webscript-extensibility-on-the-alfresco-repository/" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/blogs/developer/2012/05/23/webscript-extensibility-on-the-alfresco-repository/&lt;/A&gt;&lt;SPAN&gt; but it was intended for Alfresco 4.x. Please help for Alfresco 5.x version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Nov 2015 01:32:00 GMT</pubDate>
    <dc:creator>slsvcn</dc:creator>
    <dc:date>2015-11-08T01:32:00Z</dc:date>
    <item>
      <title>How to extend a JavaScript-based repository webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-extend-a-javascript-based-repository-webscript/m-p/309761#M262891</link>
      <description>Hello.I'm trying to extend org/alfresco/slingshot/search/search.get.js without success. I've seen this tutorial: https://www.alfresco.com/blogs/developer/2012/05/23/webscript-extensibility-on-the-alfresco-repository/ but it was intended for Alfresco 4.x. Please help for Alfresco 5.x version.Thanks i</description>
      <pubDate>Sun, 08 Nov 2015 01:32:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-extend-a-javascript-based-repository-webscript/m-p/309761#M262891</guid>
      <dc:creator>slsvcn</dc:creator>
      <dc:date>2015-11-08T01:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend a JavaScript-based repository webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-extend-a-javascript-based-repository-webscript/m-p/309762#M262892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately, in the 4.2. release train, Alfresco changed the class of the web script container for Repository which now makes it impossible to activate extensibility without sacrificing another feature of the container - multi-tenancy aware web script container. The guide advises you to replace the RepositoryContainer with the ExtensibilityContainer class, which was pretty much a straight-forward swap. Since 4.2, the default class is now the TenantRepositoryContainer and there is no direct alternative to it that can handle extensibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way the TenantRepositoryContainer is hooked in also means that you can only override it in a custom-web-context.xml (in extension directory) and not with any other custom Spring XML file. If you do not use multi-tenancy it appears safe to activate extensibility that way…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have written our own web script container that extends from the tenant-aware container so we don't have to choose between extensibility and multi-tenancy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 08:51:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-extend-a-javascript-based-repository-webscript/m-p/309762#M262892</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-11-09T08:51:52Z</dc:date>
    </item>
  </channel>
</rss>

