<?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 I can see the Custom Type and Custom Aspects, BUT !! in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/i-can-see-the-custom-type-and-custom-aspects-but/m-p/253603#M206733</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;SPAN&gt;&amp;nbsp;&amp;nbsp; I have done some customType and Custome Aspects, I can see them when I check the document properties in any document &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But as explained in page 21 /55&amp;nbsp; in Artilce "Working with Custom types".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This time, I have used the examples from the article without any changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have trired from yesterday thhree times, each time I did a fresh installation and tried, each time I am getting the same result&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My scModel is givel below &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;&amp;lt;!– Imports are required to allow references to definitions in other models&lt;BR /&gt;–&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;/namespaces&amp;gt;&lt;BR /&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;lt;!– Enterprise-wide generic document type –&amp;gt;&lt;BR /&gt;&amp;lt;type name="sc:doc"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Document&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;associations&amp;gt;&lt;BR /&gt;&amp;lt;association name="sc:relatedDocuments"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Related Documents&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;source&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt;&amp;lt;/source&amp;gt;&lt;BR /&gt;&amp;lt;target&amp;gt;&lt;BR /&gt;&amp;lt;class&amp;gt;sc:doc&amp;lt;/class&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt;&amp;lt;/target&amp;gt;&lt;BR /&gt;&amp;lt;/association&amp;gt;&lt;BR /&gt;&amp;lt;/associations&amp;gt;&lt;BR /&gt;&amp;lt;mandatory-aspects&amp;gt;&lt;BR /&gt;&amp;lt;aspect&amp;gt;cm:generalclassifiable&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&amp;lt;/mandatory-aspects&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;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;sc:doc&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/types&amp;gt;&lt;BR /&gt;&amp;lt;aspects&amp;gt;&lt;BR /&gt;&amp;lt;aspect name="sc:webable"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Webable&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:published"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:isActive"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:boolean&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;false&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&amp;lt;aspect name="sc:productRelated"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Product Metadata&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:product"&amp;gt;&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;property name="sc:version"&amp;gt;&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;&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&amp;lt;/aspects&amp;gt;&lt;BR /&gt;&amp;lt;/model&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;/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;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-config-custom.xml" is &lt;/SPAN&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 that a user can see –&amp;gt;&lt;BR /&gt;&amp;lt;visible&amp;gt;&lt;BR /&gt;&amp;lt;aspect name="sc:webable" /&amp;gt;&lt;BR /&gt;&amp;lt;aspect name="sc:productRelated" /&amp;gt;&lt;BR /&gt;&amp;lt;/visible&amp;gt;&lt;BR /&gt;&amp;lt;!– Aspects that a user can add. Same as "visible" if left empty –&amp;gt;&lt;BR /&gt;&amp;lt;addable&amp;gt;&lt;BR /&gt;&amp;lt;/addable&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;!– Aspects that a user can remove. Same as "visible" if left empty –&amp;gt;&lt;BR /&gt;&amp;lt;removeable&amp;gt;&lt;BR /&gt;&amp;lt;/removeable&amp;gt;&lt;BR /&gt;&amp;lt;/aspects&amp;gt;&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="sc:doc" /&amp;gt;&lt;BR /&gt;&amp;lt;subtype name="sc:whitepaper" /&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="sc:doc"&amp;gt;&lt;BR /&gt;&amp;lt;subtype name="sc:whitepaper" /&amp;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;/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;I am not able to ge tthe view as page no 21 , but I could see the custom&amp;nbsp; aspect and&amp;nbsp; custom type, when I check any document property &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>Sat, 09 Jun 2012 05:25:45 GMT</pubDate>
    <dc:creator>bisana</dc:creator>
    <dc:date>2012-06-09T05:25:45Z</dc:date>
    <item>
      <title>I can see the Custom Type and Custom Aspects, BUT !!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-can-see-the-custom-type-and-custom-aspects-but/m-p/253603#M206733</link>
      <description>HI &amp;nbsp;&amp;nbsp; I have done some customType and Custome Aspects, I can see them when I check the document properties in any document But as explained in page 21 /55&amp;nbsp; in Artilce "Working with Custom types".This time, I have used the examples from the article without any changes.I have trired from yesterday thh</description>
      <pubDate>Sat, 09 Jun 2012 05:25:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-can-see-the-custom-type-and-custom-aspects-but/m-p/253603#M206733</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2012-06-09T05:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: I can see the Custom Type and Custom Aspects, BUT !!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-can-see-the-custom-type-and-custom-aspects-but/m-p/253604#M206734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the reason for each time, why it was not&amp;nbsp; showing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Each time when I was&amp;nbsp; checking (after restarting) I was&amp;nbsp; not logging out&amp;nbsp; from the share web interface. When I logged out and logged in again I could see as what explained in the article&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when again , when I check properties of documents, it was showing Custom types and Custom Aspects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as&amp;nbsp; I know, the behavious of this should not happend since it is J2EE, and what is changed should in the server should have&amp;nbsp; effect as soon as we restart the service.&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>Sat, 09 Jun 2012 05:50:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-can-see-the-custom-type-and-custom-aspects-but/m-p/253604#M206734</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2012-06-09T05:50:46Z</dc:date>
    </item>
  </channel>
</rss>

