<?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: ClassCastException at HibernateNodeDaoServiceImpl in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62878#M39322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Hibernate, Spring and other necessary fixes have just gone in.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That's an important change indeed. Are you releasing it other than in SVN?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 16:39:51 GMT</pubDate>
    <dc:creator>xmaniac</dc:creator>
    <dc:date>2007-03-07T16:39:51Z</dc:date>
    <item>
      <title>ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62869#M39313</link>
      <description>I'm running alfresco at my appplication and suddently the following error is thrown:Caused by: java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.node.db.hibernate.HibernateNodeDaoServiceImpl.getTxnUpdateCount(HibernateNodeDaoServiceImpl.java:1191</description>
      <pubDate>Thu, 01 Mar 2007 18:00:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62869#M39313</guid>
      <dc:creator>flin</dc:creator>
      <dc:date>2007-03-01T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62870#M39314</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;That code was fixed quite a while back, if I recall correctly.&amp;nbsp; What version are you running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 12:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62870#M39314</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-03-05T12:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62871#M39315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm running Alfresco 2.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just got a difference here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco's hibernate (3.2.1 right?) jar file is different (less packages and less classes) than the hibernate 3.2.1 I got from hibernate.org.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it a patched version?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 17:56:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62871#M39315</guid>
      <dc:creator>flin</dc:creator>
      <dc:date>2007-03-05T17:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62872#M39316</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;The name of our Hibernate jar is incorrect.&amp;nbsp; Actually, Alfresco is using the 3.1.3.&amp;nbsp; You can check in the manifest file in the jar.&amp;nbsp; We have a branch with the Hibernate upgrade on.&amp;nbsp; One of the effects of the upgrade to Hibernate is the error you are seeing.&amp;nbsp; We've fixed that on the code branch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Hibernate upgrade, which turned out to be a lot more complicated than just updating the jar, will be coming to HEAD soon.&amp;nbsp; Ofcourse, we like to keep the project stable as a priority.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you just change the code at that exception, you'll still not be able to run the app with 3.2.x of Hibernate.&amp;nbsp; There're a whole package of fixes that will come with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 18:31:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62872#M39316</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-03-05T18:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62873#M39317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahn, got it. When I saw it was using hibernate 3.2.1 (through the jar's name) I left my own hibernate jar in the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far I had problems only with this job runing Alfresco Embedded in my project. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this job (org.alfresco.repo.node.index.IndexRecoveryJob) mandatory for alfresco to run correctly? I'm using only the most basic features like adding and searching content, no workflow or versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't rollback hibernate's version in my project right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is not mandatory, how I disable it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 18:58:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62873#M39317</guid>
      <dc:creator>flin</dc:creator>
      <dc:date>2007-03-05T18:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62874#M39318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're on your own if you use another jar.&amp;nbsp; It is not the only issue.&amp;nbsp; But set the index recovery mode to NONE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 19:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62874#M39318</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-03-05T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62875#M39319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know that it's my responsability.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll use this this way until a new version comes out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 19:42:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62875#M39319</guid>
      <dc:creator>flin</dc:creator>
      <dc:date>2007-03-05T19:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62876#M39320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Hibernate, Spring and other necessary fixes have just gone in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 08:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62876#M39320</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-03-06T08:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62877#M39321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ha! GREAT! &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'll checkout the HEAD today. Thanks a lot!!!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[]'s&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 13:50:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62877#M39321</guid>
      <dc:creator>flin</dc:creator>
      <dc:date>2007-03-06T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62878#M39322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Hibernate, Spring and other necessary fixes have just gone in.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That's an important change indeed. Are you releasing it other than in SVN?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 16:39:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62878#M39322</guid>
      <dc:creator>xmaniac</dc:creator>
      <dc:date>2007-03-07T16:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: ClassCastException at HibernateNodeDaoServiceImpl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62879#M39323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes those updates will be available in the next formal release 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 12:00:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classcastexception-at-hibernatenodedaoserviceimpl/m-p/62879#M39323</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-03-08T12:00:50Z</dc:date>
    </item>
  </channel>
</rss>

