<?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: Try to deploy Activiti Sources, but to many XML Errors in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114748#M80871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think some of the Activiti extensions are an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. there is an attribut defined called 'type' which is restricted to an enumeration with one element, "shell"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the bpmn files they provide with the engine defines service and send tasks with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti:type="mail", which for sure violates their provided XML schema, activiti-bpmn-extensions-5.10.xsd in this case. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if u investigate other XSDs, like activiti-bpmn-extensions-5.3.xsd, u will find that there is no "shell" element in the enum for the attribute "type", there is only "mail"… &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, i think the XSDs file are not very stable nor correct to be used for serious validation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the validation errors against the BPMN20.xsd. From what i saw the XMLs are valid… I did not find out too why the validation fails in Eclipse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Aug 2012 15:03:25 GMT</pubDate>
    <dc:creator>chris_joelly</dc:creator>
    <dc:date>2012-08-05T15:03:25Z</dc:date>
    <item>
      <title>Try to deploy Activiti Sources, but to many XML Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114745#M80868</link>
      <description>Good Morning,i checked out the sources (http://svn.codehaus.org/activiti/activiti/trunk/) and try customize the code, to fit our requirements. But i got 47 XML Errors. Here i list some of them:cvc-attribute.3:The value 'mail' of attribute 'activiti:type' on element 'sendTask' is not valid with respe</description>
      <pubDate>Fri, 06 Jul 2012 07:22:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114745#M80868</guid>
      <dc:creator>tschiela</dc:creator>
      <dc:date>2012-07-06T07:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Try to deploy Activiti Sources, but to many XML Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114746#M80869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the same problem. i played with the XML Catalog in Eclipse and registered the XML Schema files which comes with the Activiti distribution, but it did not help a lot. I think its just a problem validating the various XML files so i just ignore it…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 19:32:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114746#M80869</guid>
      <dc:creator>chris_joelly</dc:creator>
      <dc:date>2012-07-30T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Try to deploy Activiti Sources, but to many XML Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114747#M80870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am facing similar problems. It seems the .bpmn files do not confirm to the XSD. Are the xml schemas erroneous. What should i do ? Should i suppress XML validation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2012 01:38:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114747#M80870</guid>
      <dc:creator>shukla_raghav</dc:creator>
      <dc:date>2012-08-05T01:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Try to deploy Activiti Sources, but to many XML Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114748#M80871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think some of the Activiti extensions are an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. there is an attribut defined called 'type' which is restricted to an enumeration with one element, "shell"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the bpmn files they provide with the engine defines service and send tasks with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti:type="mail", which for sure violates their provided XML schema, activiti-bpmn-extensions-5.10.xsd in this case. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if u investigate other XSDs, like activiti-bpmn-extensions-5.3.xsd, u will find that there is no "shell" element in the enum for the attribute "type", there is only "mail"… &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, i think the XSDs file are not very stable nor correct to be used for serious validation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the validation errors against the BPMN20.xsd. From what i saw the XMLs are valid… I did not find out too why the validation fails in Eclipse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2012 15:03:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114748#M80871</guid>
      <dc:creator>chris_joelly</dc:creator>
      <dc:date>2012-08-05T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Try to deploy Activiti Sources, but to many XML Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114749#M80872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This might be help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=4&amp;amp;t=937" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=4&amp;amp;t=937&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2012 09:46:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114749#M80872</guid>
      <dc:creator>shukla_raghav</dc:creator>
      <dc:date>2012-08-11T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Try to deploy Activiti Sources, but to many XML Errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114750#M80873</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;What is have found is that there is inconstancy in the XMLs with the current Source 5.10 downloaded from &lt;/SPAN&gt;&lt;A href="http://svn.codehaus.org/activiti/activiti/trunk/" rel="nofollow noopener noreferrer"&gt;http://svn.codehaus.org/activiti/activiti/trunk/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but when i downloaded the stable 5.9 source (&lt;/SPAN&gt;&lt;A href="https://svn.codehaus.org/activiti/activiti/tags/activiti-5.9/" rel="nofollow noopener noreferrer"&gt;https://svn.codehaus.org/activiti/activiti/tags/activiti-5.9/&lt;/A&gt;&lt;SPAN&gt;) the XML errors were gone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 03:39:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/try-to-deploy-activiti-sources-but-to-many-xml-errors/m-p/114750#M80873</guid>
      <dc:creator>shukla_raghav</dc:creator>
      <dc:date>2012-08-17T03:39:44Z</dc:date>
    </item>
  </channel>
</rss>

