<?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: Couldn't deserialize object in variable 'ipsAccount' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142240#M99613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, i can do that. but there are many workflows in process that are using older version of Bean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 22:38:01 GMT</pubDate>
    <dc:creator>sukhveer</dc:creator>
    <dc:date>2013-04-16T22:38:01Z</dc:date>
    <item>
      <title>Couldn't deserialize object in variable 'ipsAccount'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142238#M99611</link>
      <description>Hi,Reason i am getting this exception is earlier object AdvisorGroup wasn't having serialVersionUID, but now we add it as 1L. So actviti engine got a different serialVersionUID. Is there any way to update serialVersionUID in activiti? Or there is another way i can resolve this issue? I am using acti</description>
      <pubDate>Tue, 16 Apr 2013 06:12:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142238#M99611</guid>
      <dc:creator>sukhveer</dc:creator>
      <dc:date>2013-04-16T06:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't deserialize object in variable 'ipsAccount'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142239#M99612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it is using standard Java Serialization … so probably you need to revert back to the class as it was and serialize it in and out again with a new version of the class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 10:42:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142239#M99612</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-04-16T10:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't deserialize object in variable 'ipsAccount'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142240#M99613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, i can do that. but there are many workflows in process that are using older version of Bean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 22:38:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142240#M99613</guid>
      <dc:creator>sukhveer</dc:creator>
      <dc:date>2013-04-16T22:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't deserialize object in variable 'ipsAccount'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142241#M99614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid there isn't a better solution. Java Serialization sucks, to be honest and it are these kind of issues specifically &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 09:16:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142241#M99614</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-04-18T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't deserialize object in variable 'ipsAccount'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142242#M99615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are facing a similar problem . . . we serialized a complex object as part of many workflow processes. The object include a member variable which was also an object, and that "child" object has been changed. Now, we can no longer deserialize the variables for those old workflow processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give us some suggestions for how to get out of this mess? Is there a way that we can force Activiti to override the default deserialization behavior, and to deserialize the variable using an alternate object? If so, we could write a utility app and in it, create a new object which replicates the state of the "inner" object before we made the change, and create a temporary "outer" object that incorporates that legacy object . . . deserialize to the temporary outer object and then re-serialize with the updated version so that normal deserialization will work.&amp;nbsp; (And in the future, I think we'll stop serializing complex objects.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 21:44:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142242#M99615</guid>
      <dc:creator>kilsen</dc:creator>
      <dc:date>2014-09-10T21:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't deserialize object in variable 'ipsAccount'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142243#M99616</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;I think it is more java serialization question&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://lingpipe-blog.com/2010/05/04/upgrading-java-classes-backward-compatible-serialization/" rel="nofollow noopener noreferrer"&gt;http://lingpipe-blog.com/2010/05/04/upgrading-java-classes-backward-compatible-serialization/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 05:22:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/couldn-t-deserialize-object-in-variable-ipsaccount/m-p/142243#M99616</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-09-11T05:22:18Z</dc:date>
    </item>
  </channel>
</rss>

