<?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 Entries in 'share-config-custom.xml' is not refelcting on in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261565#M214695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am focusing on creating content Types, I&amp;nbsp; am following the document by "Fef Potts" (&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/images/articles/alfresco-content/content-article-2ed.pdf" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/images/articles/alfresco-content/content-article-2ed.pdf&lt;/A&gt;&lt;SPAN&gt;). My intention is to create ContentTypes only &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have create my own "aggModel.xml" ,"agg-model-context.xml" and "share-agg-config-custom.xml", I have restarted the alfresco a couple of times and I have not got any error, which makes me think that my configuration files are correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After restating the service I cannot see the types which I defined in "Change Type" or in rule configuration with custom type or in specialize type action with in rule config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am posting my code here, for getting more advice and feedback&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My&amp;nbsp; aggModel.xml is &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;!– Definition of new Model –&amp;gt;&lt;BR /&gt;&amp;lt;model name="sc:somecomodel" xmlns="&lt;A href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;!– Optional meta-data about the model –&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Someco Model&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;author&amp;gt;Jeff Potts&amp;lt;/author&amp;gt;&lt;BR /&gt;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!– Imports are required to allow references to definitions in other models –&amp;gt;&lt;BR /&gt;&amp;lt;imports&amp;gt;&lt;BR /&gt;&amp;lt;!– Import Alfresco Dictionary Definitions –&amp;gt;&lt;BR /&gt;&amp;lt;import uri="&lt;A href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;" prefix="d" /&amp;gt;&lt;BR /&gt;&amp;lt;!– Import Alfresco Content Domain Model Definitions –&amp;gt;&lt;BR /&gt;&amp;lt;import uri="&lt;A href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;" prefix="cm" /&amp;gt;&lt;BR /&gt;&amp;lt;/imports&amp;gt;&lt;BR /&gt;&amp;lt;!– Introduction of new namespaces defined by this model –&amp;gt;&lt;BR /&gt;&amp;lt;namespaces&amp;gt;&lt;BR /&gt;&amp;lt;namespace uri="&lt;A href="http://www.someco.com/model/content/1.0" rel="nofollow noopener noreferrer"&gt;http://www.someco.com/model/content/1.0&lt;/A&gt;" prefix="sc" /&amp;gt;&lt;BR /&gt;&amp;lt;namespace uri="&lt;A href="http://www.somec.com/model/content/1.0" rel="nofollow noopener noreferrer"&gt;http://www.somec.com/model/content/1.0&lt;/A&gt;" prefix="lg" /&amp;gt;&lt;BR /&gt;&amp;lt;/namespaces&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;lt;!– Enterprise-wide generic document type –&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;type name="lg:doc"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;NDA&amp;nbsp; Document&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;property name="lg:nameofparty"&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;type name="lg:whitepaper"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Legal department Whitepaper&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;type name="sc:whitepaper"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Whitepaper&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&amp;lt;/types&amp;gt;&lt;BR /&gt;&amp;lt;/model&amp;gt;&lt;BR /&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;/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;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;/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;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;My "share-agg-config-custom.xml" is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;alfresco-config&amp;gt;&lt;BR /&gt;&amp;lt;!– Document Library config section –&amp;gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="DocumentLibrary"&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;aspects&amp;gt;&lt;BR /&gt; &amp;lt;/aspects&amp;gt;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;lt;type name="cm:content"&amp;gt;&lt;BR /&gt;&amp;lt;subtype name="lg:doc" /&amp;gt;&lt;BR /&gt;&amp;lt;subtype name="lg:whitepaper" /&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="lg:doc"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/types&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/alfresco-config&amp;gt;&lt;BR /&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;/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;BR /&gt;&lt;SPAN&gt;I have followed the documentation, cross checked, but not able to know what my documentTypes are not reflected in "cangetype "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Advice and guidance requested&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Apr 2012 12:00:44 GMT</pubDate>
    <dc:creator>bisana</dc:creator>
    <dc:date>2012-04-22T12:00:44Z</dc:date>
    <item>
      <title>Entries in 'share-config-custom.xml' is not refelcting on</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261565#M214695</link>
      <description>Hi All&amp;nbsp;&amp;nbsp; I am focusing on creating content Types, I&amp;nbsp; am following the document by "Fef Potts" (http://ecmarchitect.com/images/articles/alfresco-content/content-article-2ed.pdf). My intention is to create ContentTypes only I have create my own "aggModel.xml" ,"agg-model-context.xml" and "share-agg-co</description>
      <pubDate>Sun, 22 Apr 2012 12:00:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261565#M214695</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2012-04-22T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Entries in 'share-config-custom.xml' is not refelcting on</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261566#M214696</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;by default Share only looks for a share-config-custom.xml for customizations and would not find your file which has a distinct name. You either have to add your file name to the lookup / search path for Share configuration or include that configuration in share-config-custom.xml&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>Sun, 22 Apr 2012 20:56:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261566#M214696</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-04-22T20:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Entries in 'share-config-custom.xml' is not refelcting on</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261567#M214697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Axel, your advice saved me &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I renamed the file, restarted the service, now I can see the different document type we defined in document actions,change type field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But still I cannot see it in rule configuration with custom type or in or in specialize type action with in rule config&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 02:47:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entries-in-share-config-custom-xml-is-not-refelcting-on/m-p/261567#M214697</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2012-04-23T02:47:40Z</dc:date>
    </item>
  </channel>
</rss>

