<?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: Problem in implementing CustomeIdentity session. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99881#M69114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would not use plain jsp, but JSF (or Wicket or even Tapestry) but use it with CDI (or spring)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 19:13:00 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2012-06-25T19:13:00Z</dc:date>
    <item>
      <title>Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99876#M69109</link>
      <description>Hi ,&amp;nbsp;&amp;nbsp;&amp;nbsp; To plugin my own implementation of identitysession i&amp;nbsp; have created classes MyUserManager,MyGroupManager ,MyUserManagerFactory,MyGroupManagerFactory &amp;nbsp;&amp;nbsp;&amp;nbsp; and configured SpringProcessEngineConfiguration bean in the following the following in dispatcher-servelet.xml &amp;lt;bean id="processEngineCon</description>
      <pubDate>Thu, 21 Jun 2012 06:52:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99876#M69109</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-21T06:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99877#M69110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For me everything looks good. Try w/o &amp;lt;constructor-arg ref="MyConnectionParams" /&amp;gt; or double check if your factories are really initialized by some logging. I am not Spring user but my custom factories works with already three "processEngineConfiguration" : StandaloneProcessEngineConfiguration, SpringProcessEngineConfiguration and now even with ( my fav. ) CdiJtaProcessEngineConfiguration. The config is very strightforward and doesn't need anything else than you did.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jun 2012 10:58:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99877#M69110</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2012-06-24T10:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99878#M69111</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;&amp;nbsp;&amp;nbsp; Thanks for the reply, I have actually deployed activiti-explorer project which i downloaded form activiti site&amp;nbsp; and myapplication which is developed in springs and hibernate on the same tomcat server, I have not made any configuration in the activiti-explorer project to refer our projects user and groups table, is it because of that it is not refering. If so how to make the configuration ,please let me know i have been struck here for a long time and also i am not finding any help to fix this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bukka pavan kumar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 04:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99878#M69111</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-25T04:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99879#M69112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have rather abandonned to run Activiti Explorer with own User/Group Manager. I use it for own JEE application with Activiti Engine only. I recommend to do the same. Writing own JSF pages that explores tasks and processes ir realtively easy thanks to Activiti API. Whats more it gives you freedom to compose forms independednt of Activiti forms.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 08:46:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99879#M69112</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2012-06-25T08:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99880#M69113</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;&amp;nbsp;&amp;nbsp; u really gave me a good information thank you so much ,u mean i have to create jsp pages for operations like claiming the task, uploading process definition ,starting the process instance ,deleting the process instance etc. using activiti api in my application named pdms , instead of using activiti-explorer for those operations, right?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bukka pavan kumar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 11:38:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99880#M69113</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-25T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99881#M69114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would not use plain jsp, but JSF (or Wicket or even Tapestry) but use it with CDI (or spring)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 19:13:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99881#M69114</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-06-25T19:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in implementing CustomeIdentity session.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99882#M69115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the reply ,can't i use jsp in spring and hibernate environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bukka pavan kumar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 06:32:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-implementing-customeidentity-session/m-p/99882#M69115</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-26T06:32:57Z</dc:date>
    </item>
  </channel>
</rss>

