<?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 Get Activiti Group and User from Custom tables. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195725#M148855</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;SPAN&gt;I need to have some user and groups, as of now i have created users and groups using IdentityService. But my requirement is to access users and groups from my applications custom tables. Without writing the JPA+Hibernate specific codes if possible. Does acitiviti provide out of the box features to access database table(as some esb/bpm tools do) and use them as user and groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need this feature because as of now i am getting my users from my application custom tables and registering them to Activiti using IdentityService, this cause our user data replicated in two different tables.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 11:49:20 GMT</pubDate>
    <dc:creator>rvashishth</dc:creator>
    <dc:date>2014-06-20T11:49:20Z</dc:date>
    <item>
      <title>Get Activiti Group and User from Custom tables.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195725#M148855</link>
      <description>Hi,I need to have some user and groups, as of now i have created users and groups using IdentityService. But my requirement is to access users and groups from my applications custom tables. Without writing the JPA+Hibernate specific codes if possible. Does acitiviti provide out of the box features t</description>
      <pubDate>Fri, 20 Jun 2014 11:49:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195725#M148855</guid>
      <dc:creator>rvashishth</dc:creator>
      <dc:date>2014-06-20T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Activiti Group and User from Custom tables.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195726#M148856</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;SPAN&gt;You can re-implement IndentityService.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Similar problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/custom-identityservice-soa-environment" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/custom-identityservice-soa-environment&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 07:35:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195726#M148856</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-23T07:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get Activiti Group and User from Custom tables.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195727#M148857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for suggestion, i gone through ldap integration, I understand to get users and group from ldap. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;May be i didnt get the context but my requirement is slightly different, I need to get users from my database and we do not want the users to register in Acitiviti tables, (As per my understanding if i want to use a user in my UserTask that user need to be in ACT_ID_USER table). So is it possible that instead of ACT_ID_USER table i use MY_AAP_USER table for UserTask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rahul Vashishth &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:07:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195727#M148857</guid>
      <dc:creator>rvashishth</dc:creator>
      <dc:date>2014-06-26T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get Activiti Group and User from Custom tables.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195728#M148858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rahul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So is it possible that instead of ACT_ID_USER table i use MY_AAP_USER table for UserTask.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it is. Similar to LDAP integration (or default IdentityService implementation) you can implement your own Identity Service implementation and add it to the engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 06:46:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-activiti-group-and-user-from-custom-tables/m-p/195728#M148858</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-27T06:46:22Z</dc:date>
    </item>
  </channel>
</rss>

