<?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 Adding Aspect on the FLY in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277257#M230387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Alfresco Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far I have knowledge of Alfresco, Alfresco doesn't support dynamic (on fly) changes of/in content model. Infact any JAVA/J2EE base application do not support XML changes on fly as till server reastart it won't be reflacted in your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is one requirement in our module that adding aspect dynamically based on the values come from front end create dynamic aspect and apply to the node and check-In the document. Is this anyhow possible in Alfresco? or my understanding is correct .!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirvan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 03:05:57 GMT</pubDate>
    <dc:creator>nirvanvjain</dc:creator>
    <dc:date>2012-10-30T03:05:57Z</dc:date>
    <item>
      <title>Adding Aspect on the FLY</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277257#M230387</link>
      <description>Hi Alfresco Folks,As far I have knowledge of Alfresco, Alfresco doesn't support dynamic (on fly) changes of/in content model. Infact any JAVA/J2EE base application do not support XML changes on fly as till server reastart it won't be reflacted in your application.There is one requirement in our modu</description>
      <pubDate>Tue, 30 Oct 2012 03:05:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277257#M230387</guid>
      <dc:creator>nirvanvjain</dc:creator>
      <dc:date>2012-10-30T03:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Aspect on the FLY</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277258#M230388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Nirvan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look at this url &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/repoadmin-console.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/repoadmin-console.jsp&lt;/A&gt;&lt;SPAN&gt; you may find many options to deploy a model file without restarting Alfresco. So my understanding is that with some custom java class that can be achieved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please refer to RepoAdminService.java&amp;nbsp; from SVN at path - root\projects\repository\source\java\org\alfresco\service\cmr\admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope so that helps you!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 06:34:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277258#M230388</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2012-10-30T06:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Aspect on the FLY</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277259#M230389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sujaypillai,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your such a valuable answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really appreaciate your support for adding some "value-add" to my alfresco knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I went through that repoadminconsole.jsp in the moring through Dynamic model link of wiki but the problem is we have created around 15-16 aspect for particular specific content type as in we would apply one of the aspect from those 16 aspects to only specific content type's document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that aspect number can be increased in future so client wants us to make it flexible and dynamic model like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt; Is there another flexible content modeling option to support this requirements with no fixed number of max aspect?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding a content model dynamically its completely fine or&amp;nbsp; we can do by getting some downtime but &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how to add dynamic aspect or properties or constraint to a deployed particular content model say xyzModel.xml ?? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Request you to please let me know if more information on this is required from myside.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Nirvan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 13:39:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-aspect-on-the-fly/m-p/277259#M230389</guid>
      <dc:creator>nirvanvjain</dc:creator>
      <dc:date>2012-10-30T13:39:45Z</dc:date>
    </item>
  </channel>
</rss>

