<?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: Can't create enum form field in Modeler   in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164845#M118565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yup, I have the same problem. This even happens if I import the Vacation Request process defined in the User Guide. Upvoted your issue. &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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 16:25:37 GMT</pubDate>
    <dc:creator>jonnycarter</dc:creator>
    <dc:date>2013-09-23T16:25:37Z</dc:date>
    <item>
      <title>Can't create enum form field in Modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164843#M118563</link>
      <description>I am using Activiti 5.13. It looks like Modeler does not allow creation "enum"type form field. If I export bpnm20 file and add this field manually then import it back and deploy the values for this field got removed (as a result the drop down box is empty when I run my process).The second problem is</description>
      <pubDate>Wed, 18 Sep 2013 12:42:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164843#M118563</guid>
      <dc:creator>vreznikov</dc:creator>
      <dc:date>2013-09-18T12:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create enum form field in Modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164844#M118564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created Jira &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1791" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1791&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jira admin has to add subcomponent "Modeler" though…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 14:14:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164844#M118564</guid>
      <dc:creator>vreznikov</dc:creator>
      <dc:date>2013-09-20T14:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create enum form field in Modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164845#M118565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yup, I have the same problem. This even happens if I import the Vacation Request process defined in the User Guide. Upvoted your issue. &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:25:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164845#M118565</guid>
      <dc:creator>jonnycarter</dc:creator>
      <dc:date>2013-09-23T16:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create enum form field in Modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164846#M118566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Repost of my comment from the JIRA issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a bigger problem than simply the modeler. If you create a process .bpmn file using the Eclipse plugin (or just typing straight XML), enum fields actually have their values removed from the process. Processes containing enum fields can be deployed, and they do appear as drop-down menus, they just have no options available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I look at the byte array data in the ACT_GE_BYTEARRAY table, I can confirm that the BLOB of the xml doesn't contain the tags like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&amp;lt;activiti:value id=… name=…&amp;gt;&amp;lt;/activiti:value&amp;gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They've simply been stripped out of the enum tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for grins, I tried manually updating the BYTES_ column in ACT_GE_BYTEARRAY to a new CLOB that contained the value tags. Surprise! It works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the problem isn't with the form renderer. If I had to guess, I'd say it's with the BpmnXMLConverter.java file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/c16df687699e6631f5b2fdbb4c718c2cfb0bd369/modules/activiti-bpmn-converter/src/main/java/org/activiti/bpmn/converter/BpmnXMLConverter.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/c16df687699e6631f5b2fdbb4c718c2cfb0bd369/modules/activiti-bpmn-converter/src/main/java/org/activiti/bpmn/converter/BpmnXMLConverter.java&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 18:54:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-create-enum-form-field-in-modeler/m-p/164846#M118566</guid>
      <dc:creator>jonnycarter</dc:creator>
      <dc:date>2013-09-24T18:54:44Z</dc:date>
    </item>
  </channel>
</rss>

