<?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: Process variable issue in domain classes where one to one relation exists in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187055#M140185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. Here the child domain class is 'RequestAttributes' which is having 4 variables like requestType(string), noOfSamples(long), referenceId(long), comments(string).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parent class has one to one relationship with this child class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parent class has few more attributes like personName (string), personId(long) and personRole(long).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 15:33:47 GMT</pubDate>
    <dc:creator>srikanthkollipa</dc:creator>
    <dc:date>2015-10-08T15:33:47Z</dc:date>
    <item>
      <title>Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187053#M140183</link>
      <description>Hi,I have a form where user enters the information while raising a request. This information will be stored in multiple tables.Parent Domain – RequestDetailsChild – RequestAttributesChild – RequestStipulationsThe relation is RequestDetails to RequestAttributes is one-to-one.For RequestDetails–Reques</description>
      <pubDate>Wed, 07 Oct 2015 05:49:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187053#M140183</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-10-07T05:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187054#M140184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"could not find a variable type to serialize " &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Means that you try to store something of a type that Activiti does not know how to store. What is this 'child domain' class you are talking about? Does it need to live as a process var in Activiti or is just storing the ids enough?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:28:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187054#M140184</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-08T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187055#M140185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. Here the child domain class is 'RequestAttributes' which is having 4 variables like requestType(string), noOfSamples(long), referenceId(long), comments(string).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parent class has one to one relationship with this child class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parent class has few more attributes like personName (string), personId(long) and personRole(long).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:33:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187055#M140185</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-10-08T15:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187056#M140186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do your classes implement the Serializable interface?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 08:07:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187056#M140186</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-10-09T08:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187057#M140187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. Both the parent and child domain classes implemented the Serializable interface. Still got the same error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:31:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187057#M140187</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-10-09T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187058#M140188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am still stuck with this error… Can anyone provide some help on this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 06:54:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187058#M140188</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-10-27T06:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187059#M140189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please upload here a file with the error you see in the log. (pay attention to be long enough in order to have relevant information)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What Activiti version are you using ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 11:07:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187059#M140189</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-10-27T11:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187060#M140190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the grails activiti plugin of version 5.12.1 which is the latest one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached the error log file and the domain classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RequestDetails is the parent domain class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BiosampleAttributes and RequestStipulations are the child domain classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RequestDetails can have one BiosampleAttributes class (one to one).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RequestDetails can have many RequestStipulations class (one to many).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if any other information is needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:01:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187060#M140190</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-10-28T05:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187061#M140191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; I am using the grails activiti plugin of version 5.12.1 which is the latest one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Grails plugin has not been developed anymore (isn't from us too). I'd really advise to move to the latest version. 5.12 is really old.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 19:27:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187061#M140191</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-28T19:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187062#M140192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is your custom type registered into the engine configuration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;try to debug into this method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public VariableType findVariableType(Object value) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (VariableType type : typesList) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (type.isAbleToStore(value)) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return type;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new ActivitiException("couldn't find a variable type that is able to serialize " + value);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make sure your expected type is into the *typesList* collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:52:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187062#M140192</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-10-29T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187063#M140193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked that and it is not coming… Can you please let me know how to register the custom type into engine configuration?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 11:11:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187063#M140193</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-10-29T11:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187064#M140194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can inject a list of VariableType instances into the 'customPreVariableTypes' and 'customPostVariableTypes' setters. they will come respectively before or after the default types.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 12:39:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187064#M140194</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-11-03T12:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Process variable issue in domain classes where one to one relation exists</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187065#M140195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to find out more on this, but couldn't. Can you please point me to an example of injecting a variableType to the custompreVariableTypes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srikanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 08:18:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variable-issue-in-domain-classes-where-one-to-one/m-p/187065#M140195</guid>
      <dc:creator>srikanthkollipa</dc:creator>
      <dc:date>2015-11-30T08:18:19Z</dc:date>
    </item>
  </channel>
</rss>

