<?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: ActivitiException - couldn't find type for in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12642#M5185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, not it seems clear to me. I've resolved the problem in another way -&amp;nbsp; assigned the json value to a string field and then I a process created a special task that parsed and stored the obtained object in the context. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jan 2011 08:23:19 GMT</pubDate>
    <dc:creator>opal</dc:creator>
    <dc:date>2011-01-12T08:23:19Z</dc:date>
    <item>
      <title>ActivitiException - couldn't find type for</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12640#M5183</link>
      <description>Hi,When starting the process using REST I send the following json string with the query:{&amp;nbsp;&amp;nbsp;&amp;nbsp;"processDefinitionId":"movieOrder:1",&amp;nbsp;&amp;nbsp;&amp;nbsp;"movie":{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id":"7",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"title":"A HARD DAYS NIGHT",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"spiCode":"SPI3146",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"movieVersions":[{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"versionTitle":"LOL WERSJA",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"timecode":"12</description>
      <pubDate>Tue, 11 Jan 2011 14:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12640#M5183</guid>
      <dc:creator>opal</dc:creator>
      <dc:date>2011-01-11T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException - couldn't find type for</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12641#M5184</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;Activiti can store a virtually everything as a variable (long, string, double, short, date, JPAEntity, …) and also all java classes implementing Serializable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like you're starting the process with a process-variable which is a JSONObject, composed of other JSONObject/arrays. This is not serializable and cannot be used (out of the box).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do is add a custom VariableType to the ProcessEngineConfiguration (right before the SerializableType) which can read/write JSON-object from a bytearray stored in the activiti tables. A good starting point for implementing this is to look at org.activiti.engine.impl.variable.SerializableType. Also have a look to org.activiti.engine.impl.variable.JPAEntityVariableType and see where it is used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 15:18:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12641#M5184</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-01-11T15:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException - couldn't find type for</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12642#M5185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, not it seems clear to me. I've resolved the problem in another way -&amp;nbsp; assigned the json value to a string field and then I a process created a special task that parsed and stored the obtained object in the context. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 08:23:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-couldn-t-find-type-for/m-p/12642#M5185</guid>
      <dc:creator>opal</dc:creator>
      <dc:date>2011-01-12T08:23:19Z</dc:date>
    </item>
  </channel>
</rss>

