<?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: OSGi Service Task? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27811#M14016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mproch!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the solution created for you to install activiti in karaf as the osgi bundle. I want to use OSGi Service Task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I build the POM.xml (&lt;/SPAN&gt;&lt;A href="https://github.com/mproch/activitiCamelKarafSample/tree/master/bundle" rel="nofollow noopener noreferrer"&gt;https://github.com/mproch/activitiCamelKarafSample/tree/master/bundle&lt;/A&gt;&lt;SPAN&gt;) not find the version 5.2-SNAPSHOT in the repository &lt;/SPAN&gt;&lt;A href="http://maven.alfresco.com/nexus/content/repositories/activiti/" rel="nofollow noopener noreferrer"&gt;http://maven.alfresco.com/nexus/content/repositories/activiti/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are other maven repository?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rodolfo Barbeiro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2011 15:33:21 GMT</pubDate>
    <dc:creator>rodolfobarbeiro</dc:creator>
    <dc:date>2011-05-25T15:33:21Z</dc:date>
    <item>
      <title>OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27803#M14008</link>
      <description>I already saw the discussions about EJB tasks and I also see that Activiti shall be nicely integrate into OSGi environments (I'm about to put this to the test with GlassFish 3.1/Felix).So I wondered why also not support OSGi Services? It shouldn't be that hard but we must presume that we are already</description>
      <pubDate>Fri, 21 Jan 2011 20:40:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27803#M14008</guid>
      <dc:creator>ancoron</dc:creator>
      <dc:date>2011-01-21T20:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27804#M14009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just written my own ELResolver and added it to the list of resolvers of Activiti-Engine (attached as a Fragment Bundle and the ELResolver lookup is made non-intrusive, so it won't break non-OSGi setups) and it works like a charm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the base I've used the BeanELResolver class. However, I have to provide the variable-mapping for each process execution but as far as I have seen the spring integration basically does the same but I wanted to prevent that overhead here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The implementation just accesses OSGi Services by getting an instance for a service interface. Additional service query filter support is on the todo list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 18:13:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27804#M14009</guid>
      <dc:creator>ancoron</dc:creator>
      <dc:date>2011-01-31T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27805#M14010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, sorry for late reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your code available somewhere on the web? It sounds interesting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to invoke OSGi services, using bluepring configuration, the code is here: &lt;/SPAN&gt;&lt;A href="https://github.com/mproch/activitiCamelKarafSample/tree/master/bundle" rel="nofollow noopener noreferrer"&gt;https://github.com/mproch/activitiCamelKarafSample/tree/master/bundle&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it's not really sophisticated - but it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 20:12:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27805#M14010</guid>
      <dc:creator>mproch</dc:creator>
      <dc:date>2011-01-31T20:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27806#M14011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi maciek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have cleaned up the code yet but will do this as soon as possible and upload it to my github repo too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I have done basically here is that I am using the blueprint approach for Activiti itself to get it started, although I also extended the available JTA Engine Configuration to be able to reference a datasource provided by the container using its JNDI name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also do not use the Aries version from servicemix in favor the official one, directly inside our GlassFish 3.1 (b36 currently) and I use the OSGi/JTA integration to reference the transaction manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The OSGi Service ELResolver I have written basically works with ServiceTracker to get a service instance. Also it is packaged in a separate Fragment bundle (attaching to activiti-engine) to be able to specify custom OSGi imports that will be required when integrating that into an application while preserving the OSGi setup of all other Activiti bundles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ancoron&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S.: I see that you're from TouK, are you considering Activiti as a "replacement" for ODE? I've worked quite hard on a nice and advanced OSGi setup of ODE into JavaEE servers (GlassFish 3.1 preliminary).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 08:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27806#M14011</guid>
      <dc:creator>ancoron</dc:creator>
      <dc:date>2011-02-03T08:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27807#M14012</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;BR /&gt;&lt;SPAN&gt;I see we came up to quite similar approach independently &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;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't have cleaned up the code yet but will do this as soon as possible and upload it to my github repo too.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Great, please send info when it's ready&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I have done basically here is that I am using the blueprint approach for Activiti itself to get it started, although I also extended the available JTA Engine Configuration to be able to reference a datasource provided by the container using its JNDI name.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes, this is basically what I'm also doing - using gnodet work on OSGi-fying Activiti - however I would prefer using OSGi services to expose datasource.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I also do not use the Aries version from servicemix in favor the official one, directly inside our GlassFish 3.1 (b36 currently) and I use the OSGi/JTA integration to reference the transaction manager.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Do you mean reference implementation by 'official one'? Aries implementation is quite complete - &lt;/SPAN&gt;&lt;A href="http://aries.apache.org/downloads/ct/current-release/org.osgi.test.cases.blueprint.html" rel="nofollow noopener noreferrer"&gt;http://aries.apache.org/downloads/ct/current-release/org.osgi.test.cases.blueprint.html&lt;/A&gt;&lt;SPAN&gt;, the only extension I used &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is ability to load properties easily - but guess blueprint implementation doesn't really matter that much…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The OSGi Service ELResolver I have written basically works with ServiceTracker to get a service instance. Also it is packaged in a separate Fragment bundle (attaching to activiti-engine) to be able to specify custom OSGi imports that will be required when integrating that into an application while preserving the OSGi setup of all other Activiti bundles.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Did you consider using BlueprintContainer? It's part of standard, and I find it easier to use than service tracking - or do you need some other functionality?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ended up using DynamicPackage-Import - as I probably want to use pretty random packages as serviceTask implementations&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;P.S.: I see that you're from TouK, are you considering Activiti as a "replacement" for ODE? I've worked quite hard on a nice and advanced OSGi setup of ODE into JavaEE servers (GlassFish 3.1 preliminary).&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Well… we found using BPEL extensively quite a pain &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; One of the main reasons we did that is because it's standard… So now when we have BPMN 2.0 we hope to use Activiti in new projects &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; I remeber that somebody contributed more advanced ODE OSGi setup than I did initially - was that you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;maciek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:11:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27807#M14012</guid>
      <dc:creator>mproch</dc:creator>
      <dc:date>2011-02-03T11:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27808#M14013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I see we came up to quite similar approach independently &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;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't have cleaned up the code yet but will do this as soon as possible and upload it to my github repo too.&lt;/BLOCKQUOTE&gt;Great, please send info when it's ready&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I have done basically here is that I am using the blueprint approach for Activiti itself to get it started, although I also extended the available JTA Engine Configuration to be able to reference a datasource provided by the container using its JNDI name.&lt;/BLOCKQUOTE&gt;Yes, this is basically what I'm also doing - using gnodet work on OSGi-fying Activiti - however I would prefer using OSGi services to expose datasource.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I was looking forward for that too, but GlassFish 3.1 apparently doesn't come with the OSGi/JDBC service integration yet, so the JNDI thing was the fastest for me without having to look around a lot and trying things that wouldn't go well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I also do not use the Aries version from servicemix in favor the official one, directly inside our GlassFish 3.1 (b36 currently) and I use the OSGi/JTA integration to reference the transaction manager.&lt;/BLOCKQUOTE&gt;Do you mean reference implementation by 'official one'? Aries implementation is quite complete - &lt;A href="http://aries.apache.org/downloads/ct/current-release/org.osgi.test.cases.blueprint.html" rel="nofollow noopener noreferrer"&gt;http://aries.apache.org/downloads/ct/current-release/org.osgi.test.cases.blueprint.html&lt;/A&gt;, the only extension I used &lt;BR /&gt;is ability to load properties easily - but guess blueprint implementation doesn't really matter that much…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, to be honest I don't know the blueprint stuff very well, as I always try to keep things at a low level to be more compliant with different implementations. In addition I don't like Spring, and OSGi Blueprints actually does look like Spring. With "official one" I mean directly from the project Aries build, not the repackaged one from ServiceMix as they slightly differ in their imports. I always try to pull in new OSGi bundles in a sensible manner and I always try to keep it as close as possible to upstream sources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The OSGi Service ELResolver I have written basically works with ServiceTracker to get a service instance. Also it is packaged in a separate Fragment bundle (attaching to activiti-engine) to be able to specify custom OSGi imports that will be required when integrating that into an application while preserving the OSGi setup of all other Activiti bundles.&lt;/BLOCKQUOTE&gt;Did you consider using BlueprintContainer? It's part of standard, and I find it easier to use than service tracking - or do you need some other functionality?&lt;BR /&gt;I ended up using DynamicPackage-Import - as I probably want to use pretty random packages as serviceTask implementations&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I use ServiceTrackers because I want to be in charge if a required service goes down (that's one of the things I'm not sure how the blueprint containers handle that or provide "interceptors" or "mechanisms").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also try to avoid the DynamicImport-Package stuff as it may lead to inconsistent classpaths at runtime (there are numerous ways to get the OSGi environments out-of-sync with this stuff when you're going to hot-update service hierarchies) and may also open up a security hole. In addition I always want that the developer has full control over that at development time, as we also know at development time which services we are going to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's also why I chose the Fragment bundle way, because it non-intrusively adds imports and exports to the Activiti runtime in a very controlled manner. If something is wrong, than the Fragment just doesn't attach and you're not going to break your runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;P.S.: I see that you're from TouK, are you considering Activiti as a "replacement" for ODE? I've worked quite hard on a nice and advanced OSGi setup of ODE into JavaEE servers (GlassFish 3.1 preliminary).&lt;/BLOCKQUOTE&gt;Well… we found using BPEL extensively quite a pain &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; One of the main reasons we did that is because it's standard… So now when we have BPMN 2.0 we hope to use Activiti in new projects &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; I remeber that somebody contributed more advanced ODE OSGi setup than I did initially - was that you?&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;maciek&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I guess that was me&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; , and I'm still working on the cleanup, to make a decent contribution, as I've also implemented all database access using JPA 2.0 (yes, even the Scheduler) as well as providing a ManagedService for the ODE runtime that in turn configures the Axis2 ConfigurationContext using the ConfigAdmin mechanisms.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 02:42:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27808#M14013</guid>
      <dc:creator>ancoron</dc:creator>
      <dc:date>2011-02-04T02:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27809#M14014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great to see this thread.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Ancoron Can you tell us a bit about your usage of Activiti?&amp;nbsp;&amp;nbsp; And separately, if you want to share your code with Activiti, you'll have to sign a contributor agreement.&amp;nbsp; There's more info about it in the wiki.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Maciej Bare in mind that we need contributor agreement for all code that enters the codebase.&amp;nbsp; So it's not possible for us to accept code from Ancoron if he didn't sign a contributor agreement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Feb 2011 15:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27809#M14014</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-02-06T15:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27810#M14015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, we're looking forward to use Activiti to implement workflows and high level use cases in a new cloud management software. We saw that BPMN 2.0 is a lot easier to write/read than WS-BPEL and so we currently give it a try run and see how it works out. The use cases start from simple things like user registration up to more complex stuff like virtual machine provisioning using several application modules that calculate things, calling external tools, sending the actions down to the physical machines where they are executed, collecting responses and so on. We also want to implement recovery/self-healing features using processes (that's where we really need a clever error handling - and using drools we might be able to do that with the out-of-the-box Activiti).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We used ODE previously, but had a lot of stability problems lately and integration in a full JavaEE stack is not very well - it's not designed to be integrated as a pure tool into JavaEE. It has an "integrator" API, but it's rather complex and in a JavaEE 6 + OSGi world you seriously just want to plug and play. That's what Activiti made a difference from the beginning, as it already comes as OSGi bundles. It feel more like a tool in the Java world should feel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, back to the code contribution: I'm just about signing that agreement, although I might implement other Activiti specific things outside of the scope of the Activiti contribution using another repository (just like Maciej does with his github repo).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 08:02:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27810#M14015</guid>
      <dc:creator>ancoron</dc:creator>
      <dc:date>2011-02-08T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27811#M14016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mproch!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the solution created for you to install activiti in karaf as the osgi bundle. I want to use OSGi Service Task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I build the POM.xml (&lt;/SPAN&gt;&lt;A href="https://github.com/mproch/activitiCamelKarafSample/tree/master/bundle" rel="nofollow noopener noreferrer"&gt;https://github.com/mproch/activitiCamelKarafSample/tree/master/bundle&lt;/A&gt;&lt;SPAN&gt;) not find the version 5.2-SNAPSHOT in the repository &lt;/SPAN&gt;&lt;A href="http://maven.alfresco.com/nexus/content/repositories/activiti/" rel="nofollow noopener noreferrer"&gt;http://maven.alfresco.com/nexus/content/repositories/activiti/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are other maven repository?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rodolfo Barbeiro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 15:33:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27811#M14016</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-05-25T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: OSGi Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27812#M14017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is possible to use the Spring DM directly? In communication with OSGi bundles…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 19:56:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/osgi-service-task/m-p/27812#M14017</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-05-25T19:56:35Z</dc:date>
    </item>
  </channel>
</rss>

