<?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: Custom Data List  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296322#M249452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Data lists and this mechanism for create custom lists has been around since about Alfresco 3.3 or 3.4, so no problem there - Alfresco have just been doing a lot of work expanding and improving their developer documentation which is why this is not referenced in the 5.0 docs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I've just seen the problem and as always with these kinds of things it's the little things…. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to make sure your context file is called xxxx-context.xml not xxxx_context.xml if you want Spring to pick it up. so rename your file to replace the final underscore with a hyphen and you should be set&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2016 22:01:50 GMT</pubDate>
    <dc:creator>steven_okennedy</dc:creator>
    <dc:date>2016-05-11T22:01:50Z</dc:date>
    <item>
      <title>Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296317#M249447</link>
      <description>Hello everyone. So i am creating a custom data list to link many Accounts ID. Actually, i am on Alfresco Community 5.0d. I followed this tutorial http://docs.alfresco.com/5.1/references/dev-extension-points-data-lists.html to make my custom data list but it doesn't show in the list of datalist. I ad</description>
      <pubDate>Fri, 06 May 2016 09:56:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296317#M249447</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-05-06T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296318#M249448</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;You have to fix your model registration into the -context.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;property name="models"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;alfresco/extension/custom_users_Datalist.xml&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw that you forgot to include the "xml" extension.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:00:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296318#M249448</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-05-09T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296319#M249449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for you answer. I put ".xml" but no change. I tried to change the bean : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="custom_users_Datalist.extension.dictionaryBootstrap"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent="dictionaryModelBootstrap"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; depends-on="dictionaryBootstrap"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe i forgot something? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I create a file name : xxxx.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I create a file name : xxxx_context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Add the content inside : share-config-custom.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Restart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 09:38:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296319#M249449</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-05-10T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296320#M249450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi zazugue,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the first thing to evaluate is whether the problem is with the model configuration or with the share configuration.&amp;nbsp; You can verify whether or not the new type has been registered correctly by making a call to the classes webscript giving your new type, e.g. &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/classes/cl_clListUsers" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/classes/cl_clListUsers&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; If the new type has successfully been interpreted and loaded, then you should see the details of the type &amp;amp; its properties etc if you put the url above into your browser (needs admin username/password)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it doesn't show up then the model itself hasn't loaded and there's a problem with either the model file or the -context.xml.&amp;nbsp; If you do see the details, then it's a problem with the Share config (although as far as I know, the Share screen just looks for any types that inherit from dl:dataListItem and shows them), or with the data that Share is getting when trying to load the page.&amp;nbsp; It might be worth checking in your browser for any errors on the console/script errors etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 16:23:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296320#M249450</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-05-10T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296321#M249451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this is a stupid question. The tutorial i found is for Alfresco One 5.1 or I am on Alfresco Community 5.0 and i don't find the tutorial on the doc.alfresco for this version. Is it possible it doesn't work on Community 5.0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 14:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296321#M249451</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-05-11T14:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296322#M249452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Data lists and this mechanism for create custom lists has been around since about Alfresco 3.3 or 3.4, so no problem there - Alfresco have just been doing a lot of work expanding and improving their developer documentation which is why this is not referenced in the 5.0 docs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I've just seen the problem and as always with these kinds of things it's the little things…. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to make sure your context file is called xxxx-context.xml not xxxx_context.xml if you want Spring to pick it up. so rename your file to replace the final underscore with a hyphen and you should be set&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 22:01:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296322#M249452</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-05-11T22:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data List</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296323#M249453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt; I found the error . In the share_config_custom.xml. I didn't noticed i forgot a &amp;lt;forms&amp;gt; tag. And yeah, i just saw about xxxx_context.xml …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's always cause of little thing -_- &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, it works now ! &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 10:09:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-data-list/m-p/296323#M249453</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-05-12T10:09:00Z</dc:date>
    </item>
  </channel>
</rss>

