<?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 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/196007#M149137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i dont have much experince about ORM tools but i have used hibernate. my problemis, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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 existing user table.How can accomplish it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found out there plenty of questions regarding to that but i couldnt find any proper answer or proper approach.I download the activiti source and figure out it uses iBATIS as ORM tool. Can i accomplish that by editing sql file that resides in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/activiti-engine/src/main/resources/org/activiti/db/create&amp;nbsp;&amp;nbsp; and also editing that mapping file Users.xml&amp;nbsp; resides in /activiti-engine/src/main/resources/org/activiti/db/mapping/entity .if i edit those files will it work ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my mysql user table is mst_user(user_id,user_name,user_password,status,address ,…….) like wise it contains several columns&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to do these things through self studies.please can any one&amp;nbsp; give me right direction and guidance to do this properly what is the best approach&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 09:12:15 GMT</pubDate>
    <dc:creator>raveera</dc:creator>
    <dc:date>2014-07-21T09:12:15Z</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>

