<?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: Changing custom types? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283981#M237111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to locate both alfrescoModels folder in the alf_data (this is based on a local install of solr):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. &amp;lt;tomcat_home&amp;gt;/alf_data/solr/archive-SpacesStore/alfrescoModels/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &amp;lt;tomcat_home&amp;gt;/alf_data/solr/archive-SpacesStore/alfrescoModels/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In both these folders look for a xml files that defines your models, they will start with the prefix of you model uri (e.g. psa.documentTypes.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove both these files, and then deploy the content model definition file, everything should work and the warning should go away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 06:35:24 GMT</pubDate>
    <dc:creator>darkredd</dc:creator>
    <dc:date>2015-07-02T06:35:24Z</dc:date>
    <item>
      <title>Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283975#M237105</link>
      <description>Dear Community,I intend to implement a custom content model for our institution and everything worked mostly fine til now. But we have a problem with the fact, that a custom type isn't modifiable no longer once it is set. I know, that this is how it is intended to work, but I would like to know how</description>
      <pubDate>Wed, 10 Jun 2015 07:09:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283975#M237105</guid>
      <dc:creator>a_p</dc:creator>
      <dc:date>2015-06-10T07:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283976#M237106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For custom content types you can change content types but you can only convert it in to one of its child content type. That is very obvious because if you go from child type to parent type you are likley to loose the information without any clue and that is the reason Alfresco does not provide that feature. Check this out for more details&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blog.arvixe.com/change-type-of-document-in-alfresco/" rel="nofollow noopener noreferrer"&gt;http://blog.arvixe.com/change-type-of-document-in-alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Work Around:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Download content in local file system,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Delete content from alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Upload that again with right content type.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:19:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283976#M237106</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2015-06-10T08:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283977#M237107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Changing a type (in any system, not just alfresco) requires a data migration.&amp;nbsp;&amp;nbsp; Usually you would just run a script of some sort or use some sort of tool.&amp;nbsp;&amp;nbsp; The actual details depend upon the details of your data change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may like to look at the implementations of some of the patches within alfresco. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 09:09:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283977#M237107</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-06-10T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283978#M237108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For this reason we will not use types in our custom model.&amp;nbsp; We have types and we'll programmatically assign the type's aspects when the type is selected via our UI without actually applying the type (we have a text field where we put the type's name).&amp;nbsp; I was too afraid of being locked into a situation like the one you describe!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that you can never really get rid of types (even if no docs use them).&amp;nbsp; You can remove them from the content model, but Alfresco continues to WARN during startup that the type is missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 23:46:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283978#M237108</guid>
      <dc:creator>ddelapasse</dc:creator>
      <dc:date>2015-06-28T23:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283979#M237109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had a similar problem with models that are no longer in use and Alfresco seemed to still look for them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I later realized was that the content model definition still existed with the indexes AlfrescoModels folder, so on start up Alfresco would look to find the definition; therefore returning a warning since it could not find it. You need to remove the content model index reference and the warning will go away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:05:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283979#M237109</guid>
      <dc:creator>darkredd</dc:creator>
      <dc:date>2015-06-29T09:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283980#M237110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;^DarkRedd, Can you provide steps to do that?&amp;nbsp; I started trying once and something bad happened so I backed out.&amp;nbsp; I hate all the warnings and would love to clean up!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 20:15:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283980#M237110</guid>
      <dc:creator>ddelapasse</dc:creator>
      <dc:date>2015-06-29T20:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing custom types?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283981#M237111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to locate both alfrescoModels folder in the alf_data (this is based on a local install of solr):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. &amp;lt;tomcat_home&amp;gt;/alf_data/solr/archive-SpacesStore/alfrescoModels/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &amp;lt;tomcat_home&amp;gt;/alf_data/solr/archive-SpacesStore/alfrescoModels/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In both these folders look for a xml files that defines your models, they will start with the prefix of you model uri (e.g. psa.documentTypes.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove both these files, and then deploy the content model definition file, everything should work and the warning should go away.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 06:35:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-custom-types/m-p/283981#M237111</guid>
      <dc:creator>darkredd</dc:creator>
      <dc:date>2015-07-02T06:35:24Z</dc:date>
    </item>
  </channel>
</rss>

