<?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: Replacing Repository Service in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136572#M95775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, i'm just entering in the part of the Managers &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The use case is simple, we just want to control the deploy's, i.e. the "place" where they are stored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of using directly one Oracle or a hsql DB, we want to use our own "ObjectManager" to store the Process's Definition and some more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So when we say to activiti to complete one Process/Task, the place where the Activiti engine gets the Process Definition is at the "ObjectManager".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doesn't know if i was explicit enough to give the ideia. :s&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 15:34:22 GMT</pubDate>
    <dc:creator>goodboy</dc:creator>
    <dc:date>2013-05-21T15:34:22Z</dc:date>
    <item>
      <title>Replacing Repository Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136570#M95773</link>
      <description>Hi,I'm trying to replace the repository service. The deploy of one process, instead of being stored in the DB, it will be stored in a our own proprietary user database.But after seeing the Activiti source code, i have some questions around DbSqlSession, DbSqlSessionFactory classesIt's supposed to re</description>
      <pubDate>Thu, 16 May 2013 13:13:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136570#M95773</guid>
      <dc:creator>goodboy</dc:creator>
      <dc:date>2013-05-16T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Repository Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136571#M95774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just want to add it's going to be pretty complex to get working like that … and it will not only be the services, but also the internal EntityManagers for each type of entity the engine uses …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What exactly is your use case? You might be able to get away introducing a custom repositoryService with a custom command that extends the existing one if your use case is fairly easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 12:49:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136571#M95774</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-21T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Repository Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136572#M95775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, i'm just entering in the part of the Managers &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The use case is simple, we just want to control the deploy's, i.e. the "place" where they are stored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of using directly one Oracle or a hsql DB, we want to use our own "ObjectManager" to store the Process's Definition and some more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So when we say to activiti to complete one Process/Task, the place where the Activiti engine gets the Process Definition is at the "ObjectManager".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doesn't know if i was explicit enough to give the ideia. :s&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:34:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136572#M95775</guid>
      <dc:creator>goodboy</dc:creator>
      <dc:date>2013-05-21T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Repository Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136573#M95776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As Joram says, that's pretty hard to achieve, as this is the core of the engine and can't be abstracted out. Perhaps you can take a look at the DeploymentCache class which is consulted every time a processDefinition is needed for execution (not when externally queried).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 06:17:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136573#M95776</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-05-22T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Repository Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136574#M95777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;Extending the core of the engine, seems that we will generate many other problems. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, we are going to use another approach to solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you both for the clarifications &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:32:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/replacing-repository-service/m-p/136574#M95777</guid>
      <dc:creator>goodboy</dc:creator>
      <dc:date>2013-05-23T10:32:51Z</dc:date>
    </item>
  </channel>
</rss>

