<?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: Is it possible to disable services? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162154#M116048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, those properties are not exposed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to use an instance of this &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-spring-boot/spring-boot-starters/activiti-spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/ProcessEngineConfigurationConfigurer.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-spring-boot/spring-boot-starters/activiti-spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/ProcessEngineConfigurationConfigurer.java&lt;/A&gt;&lt;SPAN&gt; to set the property programmatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 10:26:34 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-04-07T10:26:34Z</dc:date>
    <item>
      <title>Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162149#M116043</link>
      <description>Hi,I want to use only taskService, history service in my application.Is it possible to disable the remaining services ?so that tables associated with those services will not get created. and I will not have redundant tables in db.</description>
      <pubDate>Tue, 24 Dec 2013 09:27:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162149#M116043</guid>
      <dc:creator>abhip</dc:creator>
      <dc:date>2013-12-24T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162150#M116044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti only allows to not create historic and identity tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would need to create an extension of the ProcessEngine yourself to disable them. However, I don't see what the use case would be to do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 09:45:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162150#M116044</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-12-24T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162151#M116045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we disable? is there any API to do that? &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 10:28:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162151#M116045</guid>
      <dc:creator>abhip</dc:creator>
      <dc:date>2013-12-24T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162152#M116046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are properties in the ProcessEngineConfiguration class that allow you to do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dbIdentityUsed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dbHistoryUsed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you specify false for these properties in your process engine configuration no history and identity tables will be created. In addition you would have to set the historyLevel to none.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 09:29:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162152#M116046</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-12-27T09:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162153#M116047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi every one,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;since this is related with the above question i prefer to post it here than opening a new one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using&amp;nbsp; activiti-spring-boot-starter and want to disable dbIdentityUsed . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i set it false? what is the right way of doing this? i tried the following in application.properties but it does not disabled it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;spring.activiti.dbIdentityUsed&amp;nbsp; = false &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spring.dbIdentityUsed = false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 14:54:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162153#M116047</guid>
      <dc:creator>tgebeyehu</dc:creator>
      <dc:date>2016-04-06T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162154#M116048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, those properties are not exposed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to use an instance of this &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-spring-boot/spring-boot-starters/activiti-spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/ProcessEngineConfigurationConfigurer.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-spring-boot/spring-boot-starters/activiti-spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/ProcessEngineConfigurationConfigurer.java&lt;/A&gt;&lt;SPAN&gt; to set the property programmatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 10:26:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162154#M116048</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-07T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162155#M116049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the quick response. My goal is to include the #taskCandidateGroupIn(List) in my taskQuery.&amp;nbsp; as mentioned in the description below, to do so i have to set dbIdentityUsed to false. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; /** Select tasks that has been claimed or assigned to user or waiting to claim by user (candidate user or groups).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; You can invoke {@link #taskCandidateGroupIn(List)} to include tasks that can be claimed by a user in the given groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; while set property &amp;lt;strong&amp;gt;dbIdentityUsed&amp;lt;/strong&amp;gt; to &amp;lt;strong&amp;gt;false&amp;lt;/strong&amp;gt; in process engine configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; or using custom session factory of GroupIdentityManager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; TaskQuery taskCandidateOrAssigned(String userIdForCandidateAndAssignee);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i try to implement the ProcessEngineConfigurationConfigurer and on the override method i set the dbIdentityUsed to false like this, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void configure(SpringProcessEngineConfiguration springProcessEngineConfiguration)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; springProcessEngineConfiguration.getProcessEngineConfiguration().setDbIdentityUsed(false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but this time i have an issue with the db not finding the table and the user is not able to log in.&amp;nbsp; This happen when the db is empty ( i am saving the users when they first log in - that is a requirement). if the db is already initialized i don't see the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so my question will be, what is the best way of disabling it to make sure that taskCandidateGroupIn(List) is executed with taskCandidateOrAssigned(String)&amp;nbsp; correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 22:23:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162155#M116049</guid>
      <dc:creator>tgebeyehu</dc:creator>
      <dc:date>2016-04-07T22:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162156#M116050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure I'm following: if the process engine bean is configured correctly, the database schema will exist, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So what do you mean with 'when the db is empty'? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:29:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162156#M116050</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-12T09:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162157#M116051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry if i did not explain it clearly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set &amp;lt;java&amp;gt;DbIdentityUsed&amp;lt;/java&amp;gt; to &amp;lt;java&amp;gt;False&amp;lt;/java&amp;gt;, I clear the db and restart the system, Then when i try to access the system i get an error saying that it can not find the user table. when i check the DB i saw that all the Identity tables are not created.&amp;nbsp; ACT_ID_GROUP, INFO, MEMBER AND USER tables are not created. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error log&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt; org.apache.ibatis.exceptions.PersistenceException: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### Error querying database.&amp;nbsp; Cause: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "SELECT RES.* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM ACT_ID_USER RES &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE RES.ID_ = ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY&amp;nbsp; ORDER&lt;/SPAN&gt;&lt;LI&gt;BY RES.ID_ ASC&lt;/LI&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIMIT ? OFFSET ? "; expected "=, NOT, EXISTS, INTERSECTS, SELECT, FROM"; SQL statement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select RES.* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ACT_ID_USER RES &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE RES.ID_ = ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order by&amp;nbsp; order by RES.ID_ asc&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIMIT ? OFFSET ? [42001-190]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### The error may exist in org/activiti/db/mapping/entity/User.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### The error may involve org.activiti.engine.impl.persistence.entity.UserEntity.selectUserByQueryCriteria&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### The error occurred while executing a query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### SQL: select RES.*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ACT_ID_USER RES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE RES.ID_ = ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order by&amp;nbsp; order by RES.ID_ asc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIMIT ? OFFSET ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### Cause: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "SELECT RES.* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM ACT_ID_USER RES &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE RES.ID_ = ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY&amp;nbsp; ORDER&lt;/SPAN&gt;&lt;LI&gt;BY RES.ID_ ASC&lt;/LI&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIMIT ? OFFSET ? "; expected "=, NOT, EXISTS, INTERSECTS, SELECT, FROM"; SQL statement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select RES.* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ACT_ID_USER RES &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE RES.ID_ = ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order by&amp;nbsp; order by RES.ID_ asc&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIMIT ? OFFSET ? [42001-190]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) ~[mybatis-3.3.0.jar:3.3.0]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:122) ~[mybatis-3.3.0.jar:3.3.0]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:113) ~[mybatis-3.3.0.jar:3.3.0] &amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:40:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162157#M116051</guid>
      <dc:creator>tgebeyehu</dc:creator>
      <dc:date>2016-04-14T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162158#M116052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i setDbIdentityUsed to true first and start the system after the db is initialized i shut it down and set the value to false. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it then works fine. on activiti-version 5.19.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 21:31:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162158#M116052</guid>
      <dc:creator>tgebeyehu</dc:creator>
      <dc:date>2016-04-19T21:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162159#M116053</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;When do you get the stacktrace you included in your previous post? Are you invoking the IdentityService API or are you using the Activiti Explorer for example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 07:00:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162159#M116053</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-04-20T07:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162160#M116054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i was Invoking the API&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:29:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162160#M116054</guid>
      <dc:creator>tgebeyehu</dc:creator>
      <dc:date>2016-04-20T12:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162161#M116055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But if I read it, it works as advertised, no? The idea is that you don't change that setting once the tables have been created/not created for the first time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 14:36:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162161#M116055</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-20T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to disable services?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162162#M116056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, you are right. it is working as expected. it suppose not to create those tables. I misunderstood it at first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:12:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-disable-services/m-p/162162#M116056</guid>
      <dc:creator>tgebeyehu</dc:creator>
      <dc:date>2016-04-20T17:12:18Z</dc:date>
    </item>
  </channel>
</rss>

