<?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 webapp explorer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229044#M182174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 13:04:08 GMT</pubDate>
    <dc:creator>ambikakhatri</dc:creator>
    <dc:date>2016-03-11T13:04:08Z</dc:date>
    <item>
      <title>Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229042#M182172</link>
      <description>Hi, I downloaded activiti 5.19 source code. I see there is a module named activiti-webapp-explorer2. I want to borrow UI code from that or change some UI code and integrate authentication service to it. Can I make these changes to this module and use it in production for us? Thanks in advanceAmbika</description>
      <pubDate>Fri, 11 Mar 2016 07:50:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229042#M182172</guid>
      <dc:creator>ambikakhatri</dc:creator>
      <dc:date>2016-03-11T07:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229043#M182173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure. We don't support it, but you can do whatever you want with the code, it's open source.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 09:53:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229043#M182173</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-11T09:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229044#M182174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 13:04:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229044#M182174</guid>
      <dc:creator>ambikakhatri</dc:creator>
      <dc:date>2016-03-11T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229045#M182175</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;SPAN&gt;I'm about to use activiti for my final project study. I have a problem whencreating a new user, because every time I create a new user it's not recognized when restarting tomcat . Help me please&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 13:31:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229045#M182175</guid>
      <dc:creator>katy1</dc:creator>
      <dc:date>2016-03-13T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229046#M182176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you creating user in database through sql query or activiti explorer webapp creates it for you? If you checkout engine.properties file, there is a property for creating demo users "create.demo.users". This property is by default set to true hence it creates/updates users every time you deploy this application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ambika&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:11:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229046#M182176</guid>
      <dc:creator>ambikakhatri</dc:creator>
      <dc:date>2016-03-14T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229047#M182177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Katy, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti uses in memory H2 database out of the box. So every time you restart the tomcat, your changes will be lost. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to configure a different database in order to avoid this. You can do it easily by changing the db.properties to point to a db of your choice(Oracle, Postgres, Mysql, DB2 ). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when you do this, you will also have to create the schema for activiti to use in your new database. For this, run the scripts which come along with the activiti download which are available under database/create. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:17:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229047#M182177</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-03-14T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti webapp explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229048#M182178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for your answers,I'll try immediately&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:08:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-explorer/m-p/229048#M182178</guid>
      <dc:creator>katy1</dc:creator>
      <dc:date>2016-03-14T12:08:17Z</dc:date>
    </item>
  </channel>
</rss>

