<?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: Activiti on jBoss AS7 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146352#M102210</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 is just a Java API; Activiti-explorer is a showcase of the API / seems currently supported on Tomcat only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should understand that Camunda addresses the Activiti API at the Enterprise level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should have a look to the Camunda documentation / they have a dedicated concept for process packaging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is interesting as providing hot-deployment of new code / sounds like OSGi, but pure JEE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the conterpart is that you are relying to the Camunda 'innovative' architecture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some good/bad points : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Activiti-Explorer of Camunda is not the same as the 'plain' Activiti 5.11 release ; you should have noticed that the Kiss Modeler has been kicked out / they have their own solution of Camunda Modeler on their side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, the Fox Community release has some bugs (!) that the Activiti 5.11 does not have (e.g. the owner is not automatically affected when starting a process)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Forget about all the examples provided by Camunda. They are all based on the Commercial Fox Engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;They developped a very interesting Fox Cockpit for the adminstration of the process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Conclusion :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- if you are interseted in a process API helping for developping just an application, stay on Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- if you are just trying to deploy Activiti-Explorer on JBoss, forget about Camunda Fox. This is absolutely not a shortcut.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- But if you are interested in a "light weight BPMS" addressed to *Enterprise level*, dig deeper into Fox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 21:51:39 GMT</pubDate>
    <dc:creator>skay</dc:creator>
    <dc:date>2013-02-07T21:51:39Z</dc:date>
    <item>
      <title>Activiti on jBoss AS7</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146350#M102208</link>
      <description>Hello everybody!I have a question about integration between Activiti and jBoss AS7. How can I do that? I heard about camunda fox. They distribute jBoss AS7 with the preinstalled Activiti engine, but there are some restrictions related to using Activiti.Are there another ways to deploy Activiti on jB</description>
      <pubDate>Thu, 17 Jan 2013 06:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146350#M102208</guid>
      <dc:creator>afenske</dc:creator>
      <dc:date>2013-01-17T06:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti on jBoss AS7</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146351#M102209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In theory, Activiti is just a jar and Explorer is a war. They should work on JBoss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Camunda does offer a supported solution and a best practice way of deploying it on JBoss.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:22:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146351#M102209</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-01-17T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti on jBoss AS7</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146352#M102210</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 is just a Java API; Activiti-explorer is a showcase of the API / seems currently supported on Tomcat only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should understand that Camunda addresses the Activiti API at the Enterprise level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should have a look to the Camunda documentation / they have a dedicated concept for process packaging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is interesting as providing hot-deployment of new code / sounds like OSGi, but pure JEE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the conterpart is that you are relying to the Camunda 'innovative' architecture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some good/bad points : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Activiti-Explorer of Camunda is not the same as the 'plain' Activiti 5.11 release ; you should have noticed that the Kiss Modeler has been kicked out / they have their own solution of Camunda Modeler on their side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, the Fox Community release has some bugs (!) that the Activiti 5.11 does not have (e.g. the owner is not automatically affected when starting a process)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Forget about all the examples provided by Camunda. They are all based on the Commercial Fox Engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;They developped a very interesting Fox Cockpit for the adminstration of the process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Conclusion :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- if you are interseted in a process API helping for developping just an application, stay on Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- if you are just trying to deploy Activiti-Explorer on JBoss, forget about Camunda Fox. This is absolutely not a shortcut.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- But if you are interested in a "light weight BPMS" addressed to *Enterprise level*, dig deeper into Fox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 21:51:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-on-jboss-as7/m-p/146352#M102210</guid>
      <dc:creator>skay</dc:creator>
      <dc:date>2013-02-07T21:51:39Z</dc:date>
    </item>
  </channel>
</rss>

