<?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 type and attributes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29706#M15202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2005 13:45:22 GMT</pubDate>
    <dc:creator>nicolasb</dc:creator>
    <dc:date>2005-11-29T13:45:22Z</dc:date>
    <item>
      <title>Custom type and attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29702#M15198</link>
      <description>Hi,New to Alfresco I'm trying to create a custom type with some custom attributes.I can create some custom documents using the UI and now I am trying to create some using the following code :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChildAssociationRef assocRef = nodeService.createNode(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; noderefdmcl,&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Mon, 28 Nov 2005 17:47:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29702#M15198</guid>
      <dc:creator>nicolasb</dc:creator>
      <dc:date>2005-11-28T17:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom type and attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29703#M15199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nicolas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you let us know the error you're getting?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 10:18:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29703#M15199</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2005-11-29T10:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom type and attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29704#M15200</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;Restarting Alfresco solved my problem, but I still have a question &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using JBuilder and running my class from it. I get no error, but the content of the new property is null. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't see the created object in Alfresco UI too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to restart Alfresco to see the new object/attribute value in the web UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't anderstand this lag. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicolas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 10:47:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29704#M15200</guid>
      <dc:creator>nicolasb</dc:creator>
      <dc:date>2005-11-29T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom type and attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29705#M15201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's due to the caching in the Alfresco server.&amp;nbsp; The running server will have no idea that your local test client has modified the persistent store state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you wish to run a remote client against the server, you either have to use the Alfresco web service interfaces, JCR-RMI (see &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/forums/viewtopic.php?t=488" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/forums/viewtopic.php?t=488&lt;/A&gt;&lt;SPAN&gt;) or provide your own remote facade onto our services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or for testing/experimental purposes you can switch off the level 2 cache in the server by setting (in alfresco/domain/hibernate-cfg.properties):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.cache.use_second_level_cache=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.cache.use_second_level_cache=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will then allow you to refresh the web client without re-starting - but of course it may be slower.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 11:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29705#M15201</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2005-11-29T11:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom type and attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29706#M15202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:45:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29706#M15202</guid>
      <dc:creator>nicolasb</dc:creator>
      <dc:date>2005-11-29T13:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom type and attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29707#M15203</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;Is there a way to force the Alfresco cache to refresh after inserting a big amount of data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 17:36:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-and-attributes/m-p/29707#M15203</guid>
      <dc:creator>greglenain</dc:creator>
      <dc:date>2005-12-07T17:36:23Z</dc:date>
    </item>
  </channel>
</rss>

