<?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: Object is not persistent after creation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260230#M213360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also try a "do while" after webscript call for retrieve object (don't try at home! ahaha), but i receive same exception every time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, if I copy noderef from sysout exception and paste it to node browser, solr retrieve node (during "do while" loops and throws exceptions because solr don't find node)!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is too strange!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -ft&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 15:31:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-27T15:31:38Z</dc:date>
    <item>
      <title>Object is not persistent after creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260228#M213358</link>
      <description>Hi,i have an issue in alfresco 4 (same issue does not exist in 3.4.d).I use alfresco 4.0.d community, solr, mysql, opencmis.This is my step (in java code)://create cmis session…//call alfresco webscript with http get (where i create a folder)…// get folder with noderef (webscript answer)session.getO</description>
      <pubDate>Wed, 27 Jun 2012 14:37:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260228#M213358</guid>
      <dc:creator />
      <dc:date>2012-06-27T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Object is not persistent after creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260229#M213359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you wait a while before you issue the getObjectById call, does the call eventually succeed? You may be falling victim to the "eventually consistent" limitation of Solr. You cannot create a node and then immediately ask for it because Solr indexing happens asynchronously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, it appears that you may be using the deprecated CMIS URLs (/alfresco/s/api/cmis). Please make sure you are using the new, OpenCMIS based URLs (/alfresco/cmisatom) in Alfresco 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 14:50:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260229#M213359</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-06-27T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Object is not persistent after creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260230#M213360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also try a "do while" after webscript call for retrieve object (don't try at home! ahaha), but i receive same exception every time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, if I copy noderef from sysout exception and paste it to node browser, solr retrieve node (during "do while" loops and throws exceptions because solr don't find node)!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is too strange!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -ft&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 15:31:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260230#M213360</guid>
      <dc:creator />
      <dc:date>2012-06-27T15:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Object is not persistent after creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260231#M213361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your repo is small enough for a lucene full index to be practical, I think I'd reconfigure with Lucene and see if the problem goes away. Then you'd know for sure if it is a Solr thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 16:14:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260231#M213361</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-06-27T16:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Object is not persistent after creation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260232#M213362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Get Object By Id shouldn't be using search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you post your code please, the detail is sparse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 19:15:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/object-is-not-persistent-after-creation/m-p/260232#M213362</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-06-27T19:15:54Z</dc:date>
    </item>
  </channel>
</rss>

