<?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 Create forms in eclipse in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-forms-in-eclipse/m-p/19252#M8872</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 would like to know how i create forms in eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a for example test.form with the design (tags tr, td…) and the type of the values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I need the process xml with the bpmn events, task a.s.o. and the form-link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;code in the process to involve the test.form&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;activiti:form="process/src/process1/test.form"&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I would like to deploy a process with the test.form in a java class with a main method, runtimeservices and more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I have some exeptions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; The prefix "activiti" for attribute "activiti:form" associated with an element type "userTask" is not bound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is also possible to create forms on a user task, it is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is there everything missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for answers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 11:18:09 GMT</pubDate>
    <dc:creator>user</dc:creator>
    <dc:date>2010-09-14T11:18:09Z</dc:date>
    <item>
      <title>Create forms in eclipse</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-forms-in-eclipse/m-p/19252#M8872</link>
      <description>Hi,i would like to know how i create forms in eclipse.I need a for example test.form with the design (tags tr, td…) and the type of the values.Then I need the process xml with the bpmn events, task a.s.o. and the form-link.code in the process to involve the test.formactiviti:form="process/src/proces</description>
      <pubDate>Tue, 14 Sep 2010 11:18:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-forms-in-eclipse/m-p/19252#M8872</guid>
      <dc:creator>user</dc:creator>
      <dc:date>2010-09-14T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create forms in eclipse</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-forms-in-eclipse/m-p/19253#M8873</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;SPAN&gt;this appears to me as an XML-issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please make sure, that the XML-namespaces are set properly in your process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;definitions id="definitions" &lt;BR /&gt;&amp;nbsp; xmlns="&lt;A href="http://www.omg.org/spec/BPMN/20100524/MODEL" rel="nofollow noopener noreferrer"&gt;http://www.omg.org/spec/BPMN/20100524/MODEL&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp; xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color:#008000;"&gt;xmlns:activiti="&lt;A href="http://activiti.org/bpmn-extensions" rel="nofollow noopener noreferrer"&gt;http://activiti.org/bpmn-extensions&lt;/A&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; typeLanguage="&lt;A href="http://www.w3.org/2001/XMLSchema" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp; expressionLanguage="&lt;A href="http://www.w3.org/1999/XPath" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/1999/XPath&lt;/A&gt;" &lt;BR /&gt;&amp;nbsp; targetNamespace="&lt;A href="http://www.activiti.org/bpmn2.0" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/bpmn2.0&lt;/A&gt;"&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See also &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/XML_Namespace" rel="nofollow noopener noreferrer"&gt;http://en.wikipedia.org/wiki/XML_Namespace&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 09:08:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-forms-in-eclipse/m-p/19253#M8873</guid>
      <dc:creator>solar</dc:creator>
      <dc:date>2010-09-22T09:08:18Z</dc:date>
    </item>
  </channel>
</rss>

