<?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: Dynamic models - web-client-config-custom - more than 1? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154851#M109270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is possible, but you will have to specify locations of your additional custom config files. Take a look at webClientConfigSource bean in alfresco/web-client-application-context.xml for an example how the location of default web-client-config-custom.xml is specified.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 13:50:50 GMT</pubDate>
    <dc:creator>dhalupa</dc:creator>
    <dc:date>2008-02-19T13:50:50Z</dc:date>
    <item>
      <title>Dynamic models - web-client-config-custom - more than 1?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154850#M109269</link>
      <description>Hi all!I'm using dynamic modeling for web-client configuration, I have my web-client-config-custom.xml file in Data Dictionary.The question is, can I have more than 1 configuration file there?The intension is to break this file in 2-3 files, to have just 1 file for e.g. displaying document types, di</description>
      <pubDate>Tue, 19 Feb 2008 13:14:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154850#M109269</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2008-02-19T13:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic models - web-client-config-custom - more than 1?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154851#M109270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is possible, but you will have to specify locations of your additional custom config files. Take a look at webClientConfigSource bean in alfresco/web-client-application-context.xml for an example how the location of default web-client-config-custom.xml is specified.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 13:50:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154851#M109270</guid>
      <dc:creator>dhalupa</dc:creator>
      <dc:date>2008-02-19T13:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic models - web-client-config-custom - more than 1?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154852#M109271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As per previous post, you can override the webClientConfigSource bean (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide#Configure_Additional_Config_Files" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide#Configure_Additional_Config_Files&lt;/A&gt;&lt;SPAN&gt;) although, to avoid editing web-client-application-context.xml, you should add an extra context file to your contextConfigLocation (web.xml) which includes your overridden bean, eg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;context-param&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; classpath*:alfresco/extension/custom-web-context.xml&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/param-value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Spring config file locations&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;/context-param&amp;gt;&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 have also added this extension point to HEAD, so it should be available in the next nightly build (2.9.0C_dev).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 15:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154852#M109271</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2008-02-19T15:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic models - web-client-config-custom - more than 1?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154853#M109272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that was helpful&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 10:54:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-models-web-client-config-custom-more-than-1/m-p/154853#M109272</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2008-02-28T10:54:04Z</dc:date>
    </item>
  </channel>
</rss>

