<?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: Add customize user data table instead of using default ACT_ID_USER in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196008#M149138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is possible. You need to implement your own UserEntityManager and GroupEntityManager. There are plenty of sources online that show how to do that. In the activiti source code, you can check the activiti-ldap module source code where LDAP is used instead of the database tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 08:14:56 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-07-22T08:14:56Z</dc:date>
    <item>
      <title>Add customize user data table instead of using default ACT_ID_USER</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196007#M149137</link>
      <description>Hi i dont have much experince about ORM tools but i have used hibernate. my problemis, i want to attach my customized activiti work flow manger appliaction to a anothe existing database.It has a user data table that contains different columns.I want to replace default ACT_ID_USER table with my exist</description>
      <pubDate>Mon, 21 Jul 2014 09:12:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196007#M149137</guid>
      <dc:creator>raveera</dc:creator>
      <dc:date>2014-07-21T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add customize user data table instead of using default ACT_ID_USER</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196008#M149138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is possible. You need to implement your own UserEntityManager and GroupEntityManager. There are plenty of sources online that show how to do that. In the activiti source code, you can check the activiti-ldap module source code where LDAP is used instead of the database tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:14:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196008#M149138</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-22T08:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add customize user data table instead of using default ACT_ID_USER</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196009#M149139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you please give some references regarding to this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 12:44:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196009#M149139</guid>
      <dc:creator>raveera</dc:creator>
      <dc:date>2014-07-22T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add customize user data table instead of using default ACT_ID_USER</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196010#M149140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seriously? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti is open source. All code is on github. If I say 'activiti-ldap' module….. then that's not very hard to find…: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/tree/master/modules/activiti-ldap" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/tree/master/modules/activiti-ldap&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 07:38:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196010#M149140</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-25T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add customize user data table instead of using default ACT_ID_USER</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196011#M149141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking for this functionality too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have fund about 9840923480923 of your answers to posts, answering this very question, with this very same answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouldn't be easier for you just to provide sample implementation? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kinda of this (now outdated) blog post &lt;/SPAN&gt;&lt;A href="http://developer4life.blogspot.com/2012/02/activiti-authentication-and-identity.html" rel="nofollow noopener noreferrer"&gt;http://developer4life.blogspot.com/2012/02/activiti-authentication-and-identity.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's&amp;nbsp; just link for these more impatient, who gave up on 23323 answer "Go look at ldap sample".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:02:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196011#M149141</guid>
      <dc:creator>dejanmr</dc:creator>
      <dc:date>2015-06-24T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add customize user data table instead of using default ACT_ID_USER</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196012#M149142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@dejanmr: the source code to which i refer has tests. These test have full spring config + test case that show how to run it. I am assuming a basic development skills of people who post here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Wouldn't be easier for you just to provide sample implementation?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, easier would be to ignore posts like this.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We provide unit tests, a user guide, and several blog posts continuously. All open source and we're expecting nothing in return.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;His question was about customizing the entity manager for user/groups and the ldap code provides an excellent example there with the LdapConfigurator. What more should I do? Implement one for your and everyone's special database schema/system/solution? &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 19:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-customize-user-data-table-instead-of-using-default-act-id/m-p/196012#M149142</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-30T19:22:00Z</dc:date>
    </item>
  </channel>
</rss>

