<?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: Cannot add more then 1 Custom Content Type in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94849#M65023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure what it is going wrong for you as I have tested this with your exact file names and contents as posted above and it works for me, I see the expected 3 options in the drop down list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you're right, the warning RMI registry warning has nothing to do with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where have you placed your files? Which extension folder? in &amp;lt;tomcat&amp;gt;/shared/classes/alfresco/extension?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing I can think of is that you are loading an older web-client-config-custom.xml that only has the one option configured in it. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To see what config files are being loaded from where add the following to your log4j.properties file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;log4j.logger.org.alfresco.config=debug&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You should then see something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;09:02:23,578 DEBUG [config.source.ClassPathConfigSource] Loaded 'alfresco/extension/web-client-config-custom.xml' from:&lt;BR /&gt;file:/C:/development/projects/community/software/apache-tomcat-5.5.23/shared/classes/alfresco/extension/web-client-confi&lt;BR /&gt;g-custom.xml&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 08:04:33 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2007-05-30T08:04:33Z</dc:date>
    <item>
      <title>Cannot add more then 1 Custom Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94846#M65020</link>
      <description>Hi all.I'd like to extend the content model with 2 additional Custom Content TypeTo do this, according to the wiki documentation, I do as following:1. I Create, in the extension folder, the file cct-context.xml&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN</description>
      <pubDate>Mon, 28 May 2007 21:23:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94846#M65020</guid>
      <dc:creator>ctraversa</dc:creator>
      <dc:date>2007-05-28T21:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add more then 1 Custom Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94847#M65021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you clarify some things for me…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your expectations are correct but I'm not sure what you are actually seeing, do you only see one item in the drop down list of types?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you see both types but it always creates nodes with the first custom type?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see any warnings in the app server console window? If there is a problem with the config you should see some warnings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your config looks fine on first inspection so answers to the above may help to narrow down the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 08:51:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94847#M65021</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-05-29T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add more then 1 Custom Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94848#M65022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can see in the dropo down list only:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Content (the standard entry)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Custom Content 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot see Custom Content 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you clarify some things for me…&lt;BR /&gt;&lt;BR /&gt;Your expectations are correct but I'm not sure what you are actually seeing, do you only see one item in the drop down list of types?&lt;BR /&gt;&lt;BR /&gt;Or do you see both types but it always creates nodes with the first custom type?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only WARN I see, during the start up, is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp; [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I'm pretty sure that there is no relationship between this warning and this problem also because it's a warning I saw also when I launched alfresco for the first time. Except this warning and about ten INFO messages during the startup, I don't see anythingelse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also when I "Add Content" to a space, I choose content type "Custom Content 1", I can see in the Modify Content Properties page the "Custom Content Field 1" properly and I don't have any error in the server console window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you see any warnings in the app server console window? If there is a problem with the config you should see some warnings.&lt;BR /&gt;&lt;BR /&gt;Your config looks fine on first inspection so answers to the above may help to narrow down the issue.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this help you a little bit more to understand my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlo Traversa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 18:44:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94848#M65022</guid>
      <dc:creator>ctraversa</dc:creator>
      <dc:date>2007-05-29T18:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot add more then 1 Custom Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94849#M65023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure what it is going wrong for you as I have tested this with your exact file names and contents as posted above and it works for me, I see the expected 3 options in the drop down list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you're right, the warning RMI registry warning has nothing to do with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where have you placed your files? Which extension folder? in &amp;lt;tomcat&amp;gt;/shared/classes/alfresco/extension?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing I can think of is that you are loading an older web-client-config-custom.xml that only has the one option configured in it. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To see what config files are being loaded from where add the following to your log4j.properties file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;log4j.logger.org.alfresco.config=debug&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You should then see something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;09:02:23,578 DEBUG [config.source.ClassPathConfigSource] Loaded 'alfresco/extension/web-client-config-custom.xml' from:&lt;BR /&gt;file:/C:/development/projects/community/software/apache-tomcat-5.5.23/shared/classes/alfresco/extension/web-client-confi&lt;BR /&gt;g-custom.xml&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 08:04:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-add-more-then-1-custom-content-type/m-p/94849#M65023</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-05-30T08:04:33Z</dc:date>
    </item>
  </channel>
</rss>

