<?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: Even after customize user and group, IdentityService still create user in act_id_user and group in act_id_group table in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227846#M180976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using activiti-engine version 5.19.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jan 2016 13:05:32 GMT</pubDate>
    <dc:creator>harishashim</dc:creator>
    <dc:date>2016-01-03T13:05:32Z</dc:date>
    <item>
      <title>Even after customize user and group, IdentityService still create user in act_id_user and group in act_id_group table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227845#M180975</link>
      <description>This question about doing own custom user and group table is very popular with Activiti. So I am proud the be the first guy in 2016 to ask this question again!What I have done so far is extend ProcessEngineFactoryBeanpublic class ProcessEngineFactoryBeanX extends ProcessEngineFactoryBean {&amp;nbsp;&amp;nbsp;&amp;nbsp;@Autowi</description>
      <pubDate>Sun, 03 Jan 2016 12:20:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227845#M180975</guid>
      <dc:creator>harishashim</dc:creator>
      <dc:date>2016-01-03T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Even after customize user and group, IdentityService still create user in act_id_user and group in act_id_group table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227846#M180976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using activiti-engine version 5.19.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2016 13:05:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227846#M180976</guid>
      <dc:creator>harishashim</dc:creator>
      <dc:date>2016-01-03T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Even after customize user and group, IdentityService still create user in act_id_user and group in act_id_group table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227847#M180977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No one answering sofar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this is serious issue since after customizing user and group, identity service still write to its own table. I just debug the code to verify that indeed the user and group creation happened after custom class that manage them successfully injected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps some new stuff in version 5.19 change how to customize this functionality?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Haris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 03:38:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227847#M180977</guid>
      <dc:creator>harishashim</dc:creator>
      <dc:date>2016-01-04T03:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Even after customize user and group, IdentityService still create user in act_id_user and group in act_id_group table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227848#M180978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@harishashim: it just has been christmas holidays, don't expect people to answer that quickly. Also, you've been creating posts like crazy. I'm trying to answer them all, but it's not easy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When plugging the user/group classes, nothing should be written to the tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I look at the SaveUserCmd, i can see that the UserIdentityManager.class needs to be used, not the one you are using: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/cmd/SaveUserCmd.java#L41" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/cmd/SaveUserCmd.java#L41&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you check the LDAP impl for this, you can see it implements that class too: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-ldap/src/main/java/org/activiti/ldap/LDAPUserManager.java#L49" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-ldap/src/main/java/org/activiti/ldap/LDAPUserManager.java#L49&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:37:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/even-after-customize-user-and-group-identityservice-still-create/m-p/227848#M180978</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-05T09:37:28Z</dc:date>
    </item>
  </channel>
</rss>

