<?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: How to Start ProcessEngine of Activiti from Servlet in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141796#M99309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, i am new in activiti.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 08:58:25 GMT</pubDate>
    <dc:creator>bharatsinghrath</dc:creator>
    <dc:date>2015-07-20T08:58:25Z</dc:date>
    <item>
      <title>How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141789#M99302</link>
      <description>Hello Experts,I am new in Activiti and I got stuck in one issue since last two days.I have configured Activiti Explore 5.12 in Mysql Database by changing the activiti-standalone-context.xml &amp;lt;bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="driverClass</description>
      <pubDate>Fri, 22 Mar 2013 09:21:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141789#M99302</guid>
      <dc:creator>amitccet</dc:creator>
      <dc:date>2013-03-22T09:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141790#M99303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure about that but it seems default process engine configuration doesn't see you mysql configuration, as &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#configuration" rel="nofollow noopener noreferrer"&gt;user guide&lt;/A&gt;&lt;SPAN&gt; says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine()&lt;BR /&gt;This will look for an activiti.cfg.xml file on the classpath and construct an engine based on the configuration in that file.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You are using Spring so you need to get process engine that way. You can look at &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#springintegration" rel="nofollow noopener noreferrer"&gt;spring support&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 09:41:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141790#M99303</guid>
      <dc:creator>gokceng1</dc:creator>
      <dc:date>2013-03-22T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141791#M99304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This will look for an activiti.cfg.xml file on the classpath and construct an engine based on the configuration in that file.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;can you please elaborate where I have to put the activiti.cfg.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whether I have to put in the apache-tomcat-6.0.30\webapps\activiti-explorer\WEB-INF\classes ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And also can please put the activiti.cfg.xml file here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And one more thing, why it is taking configuration from batis ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 09:55:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141791#M99304</guid>
      <dc:creator>amitccet</dc:creator>
      <dc:date>2013-03-22T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141792#M99305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 11:30:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141792#M99305</guid>
      <dc:creator>amitccet</dc:creator>
      <dc:date>2013-03-22T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141793#M99306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you share your project?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 12:38:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141793#M99306</guid>
      <dc:creator>gromar</dc:creator>
      <dc:date>2013-03-22T12:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141794#M99307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This will look for an activiti.cfg.xml file on the classpath and construct an engine based on the configuration in that file.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;can you please elaborate where I have to put the activiti.cfg.xml file.&lt;BR /&gt;&lt;BR /&gt;Whether I have to put in the apache-tomcat-6.0.30\webapps\activiti-explorer\WEB-INF\classes ?&lt;BR /&gt;&lt;BR /&gt;And also can please put the activiti.cfg.xml file here.&lt;BR /&gt;&lt;BR /&gt;And one more thing, why it is taking configuration from batis ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a maven project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Put activiti.cfg.xml OR your spring config file to the resources. You can find both way of doing this in examples in Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You are good to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. About ibatis, creators of Activiti can answer this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 13:24:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141794#M99307</guid>
      <dc:creator>gokceng1</dc:creator>
      <dc:date>2013-03-22T13:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141795#M99308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The default datasource is an iBatis version. It gets the jdbc-parameters passed through from the process-engine configuration, which is defined in the spring-context file or activiti.cfg.xml file you're using.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 15:36:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141795#M99308</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-22T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141796#M99309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, i am new in activiti.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 08:58:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141796#M99309</guid>
      <dc:creator>bharatsinghrath</dc:creator>
      <dc:date>2015-07-20T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Start ProcessEngine of Activiti from Servlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141797#M99310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Welcome to Activiti! &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, 20 Jul 2015 16:58:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-processengine-of-activiti-from-servlet/m-p/141797#M99310</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-07-20T16:58:40Z</dc:date>
    </item>
  </channel>
</rss>

