Re: Timeline for SpiFly release to support jdk14

2019-12-16 Thread David Bosschaert
Hi Jan, Best would be to create a JIRA for it: https://issues.apache.org/jira/browse/ARIES to track it. I would imagine it requires an update of the ASM library to support the newer class files. Is there anything else that needs to be done? Best regards, David On Mon, 16 Dec 2019 at 00:27,

Re: SPI loader and static method issue

2019-09-18 Thread David Bosschaert
Hi Cyrille, Does the loadAllConfigClasses() method work properly if the the neo4j jar is not embedded but rather in a bundle by itself? Best regards, David On Wed, 18 Sep 2019 at 12:59, Cyrille Duret wrote: > Hello, > I want to embedd neo4j in a bundle A, and create an graph database in a >

Re: Service Loader Mediator (spifly)

2018-05-21 Thread David Bosschaert
>> you can use OSGi services when in OSGi… >> >> Tim >> >> On 18 May 2018, at 21:41, Raymond Auge <raymond.a...@liferay.com> wrote: >> >> >> >> On Thu, May 17, 2018 at 10:52 AM, David Bosschaert <david.bosschaert@ >> gmail.com> w

Re: Service Loader Mediator (spifly)

2018-05-17 Thread David Bosschaert
12:42 PM, Raymond Auge <raymond.a...@liferay.com> >> wrote: >> >>> Ok, that's all I needed to hear. I'll file a bug report and try to make >>> a test case. >>> >>> Thanks, >>> - Ray >>> >>> On Thu, May 17, 2018 at 1:24 AM,

Re: Service Loader Mediator (spifly)

2018-05-16 Thread David Bosschaert
Hi Ray, Sounds like a bug to me. It shouldn't be restricted by start ordering. Would it be possible to file a bug? Best regards, David On 16 May 2018 at 18:38, Raymond Auge wrote: > Is the Service Loader Mediator known to be constrained by start ordering? > > In

Re: [HEADS UP] Removal of DiscoveryPlugin in Aries RSA zookeeper discovery

2018-02-07 Thread David Bosschaert
+1 for removing broken code :) On 7 February 2018 at 10:38, Timothy Ward wrote: > +1 for removing it. I disagreed with it as a solution in the first place - > it is up to the Topology Manager and RemoteServiceAdmin to generate an > EndpointDescription. Once it has been

Re: SPIFly support for InitialContextFactory

2017-10-03 Thread David Bosschaert
Hi, I guess you're looking for an implementation of the OSGi JNDI Services specification (OSGi Enterprise spec [1] chapter 126) since that's the one that deals with the InitialContextFactory. SPI-Fly is an implementation of a different spec, namely the OSGi ServiceLoader Mediator Specification

Re: Release of Aries Subsystem ?

2017-08-02 Thread David Bosschaert
Hi all, I've started to look into this. Hopefully I'll be able to stage a release soon. Cheers, David On 19 July 2017 at 13:08, Tom De Wolf wrote: > Any update on the release of aries subsystem? > > Thx > > Tom > > Op za 27 mei 2017 om 14:37 schreef Cristiano Gavião

Re: How to support ServiceLoader.load(class, class.ClassLoader)

2017-07-31 Thread David Bosschaert
Hi Huan, When you're calling ServiceLoader.load(Class, ClassLoader) you are already explicitly specifying an actual classloader. So you should not need to use Aries SPI-Fly at all, but just need to ensure that the classloader provided is the right one. SPI Fly (and the OSGi ServiceLoader Mediator

Re: Esa-Maven-Plugin pull requests

2017-03-14 Thread David Bosschaert
2017 om 17:42 schreef Tom De Wolf <tom.dew...@aca-it.be>: > >> David, >> >> We tested our use cases and the current trunk version is working >> perfectly. Thanks for releasing it this week and letting us know when it is >> in maven central. >> >> Best re

Re: Esa-Maven-Plugin pull requests

2017-03-06 Thread David Bosschaert
requests merged into the esa-maven-plugin > trunk. What are the next steps to get a release of it available on the > central maven repository? When could we expect it so we can integrate it in > our application builds? > > Thx > > Tom > > Op do 2 mrt. 2017 om 16:47

Re: Esa-Maven-Plugin pull requests

2017-03-02 Thread David Bosschaert
Hi Tom, I can take a look at it sometime soon. Cheers, David On 2 March 2017 at 15:26, Tom De Wolf wrote: > All, > > Who is maintainer of the esa-maven-plugin within the aries code base? We > have a few pull requests we would like to get accepted and delivered in a >

Re: Re: SPI Fly - JDK9 compatibility

2017-01-05 Thread David Bosschaert
s you very much! > > Regards, > Jens > > > Gesendet: Mittwoch, 04. Januar 2017 um 13:46 Uhr > Von: "David Bosschaert" <david.bosscha...@gmail.com> > An: user@aries.apache.org > Betreff: Re: SPI Fly - JDK9 compatibility > > Hi Jens, > > Thanks for you

Re: SPI Fly - JDK9 compatibility

2017-01-04 Thread David Bosschaert
Hi Jens, Thanks for your pull request. However, the change you are proposing is to add a dependency on ASM 6.0 Alpha. I would suggest waiting such a change to the SPI trunk codebase until ASM 6.0 is properly released. If you need something like this yourself right now, you should be able to

Re: Component DSL

2016-11-25 Thread David Bosschaert
d to arquillian but I did not want to bring in a new test > framework. > Should I just use bnd-test? Any suggestions? > > El 25/11/16 a las 11:07, David Bosschaert escribió: > > On 25 November 2016 at 06:57, Guillaume Nodet <gno...@apache.org> wrote: > >> Thx ! Do

Re: Fwd: Implementation of RFC-193 CDI

2016-11-24 Thread David Bosschaert
On 24 November 2016 at 13:47, Raymond Auge wrote: > As far as I'm concerned I'd love to get feedback on the in-progress-spec > from people outside the Alliance EGs. Currently we're doing this with more > than half of the work in progress for R7 and it has proven to be

Re: Implementation of RFC-193 CDI

2016-11-23 Thread David Bosschaert
Hi Guillaume, My understanding is that the technical design of the RFC will be significantly changed to better support the OSGi dynamics - hopefully we'll see an update soon at https://github.com/osgi/design/tree/master/rfcs/rfc0193 If I understand things correctly then Ray's CDI implementation

Re: Implementation of RFC-193 CDI

2016-11-23 Thread David Bosschaert
Hi Ray, I think that it would be a great addition for Apache Aries! +1 from me, David On 23 November 2016 at 15:33, Raymond Auge wrote: > Hello All, > > I've been working through implementing RFC-193 [1] and have a relatively > decent initial cut with most major

Re: Aries Util Release

2016-10-12 Thread David Bosschaert
I can do it over the coming few days if that helps. Best regards, David On 12 October 2016 at 20:46, Wouter Bancken wrote: > Dear, > > ARIES-1612 delivered a > major performance improvement in the installation of

Re: Apache Aries: how to make Osgi work with ServiceLoader

2016-10-04 Thread David Bosschaert
Hi Alex, Sorry it took so long to respond, for some reason this message ended up in my spam folder. You also need to add some configuration in the form of manifest headers to instruct SPI Fly what to do. Have a look for some documentation and instructions here:

Re: SPI-fly and JSR-203

2016-09-30 Thread David Bosschaert
, Guillaume Nodet <gno...@apache.org> wrote: > > > 2016-09-29 23:36 GMT+02:00 David Bosschaert <david.bosscha...@gmail.com>: > >> Yes, SPI-Fly only handles setting the ThreadContextClassLoader for the >> duration of certain invocations. >> >> BTW Anyone

Re: SPI-fly and JSR-203

2016-09-29 Thread David Bosschaert
Yes, SPI-Fly only handles setting the ThreadContextClassLoader for the duration of certain invocations. BTW Anyone know whether there exist such a hacked endorsed jar for the file system provider? Cheers, David On 29 September 2016 at 18:23, Guillaume Nodet wrote: > No, I

Re: [spi-fly] Messing with a different classloader

2016-08-22 Thread David Bosschaert
Hi Benjamin, Right now SPI-Fly only handles the setting of the TCCL for ServiceLoader.load(Class) calls or for other no-arg methods such as DocumentBuilderFactory.newInstance(). ServiceLoader.load(Class, ClassLoader) is not currently handled because it does not use the TCCL as you say. In that

Re: [spi-fly] using pure wiring API

2016-08-15 Thread David Bosschaert
Hi Ray, This sounds like a bug to me... Could you please file a JIRA with a small test case? Cheers, David On 12 August 2016 at 19:15, Raymond Auge wrote: > Hey guys, > > It would appear that spi-fly is not purely using the osgi wiring's view of > requirements and

Re: Properties cfg wish...

2016-07-08 Thread David Bosschaert
gt; values - throws IllegalArgumentException > . > } > > > > > -- > Best regards, > Dmytro Pishchukhin > > On Fri, Jul 8, 2016 at 10:50 AM, David Bosschaert < > david.bosscha...@gmail.com> wrote: > >> Hi Brad, >> >> In OSGi currently the

Re: Service ranking...

2016-04-01 Thread David Bosschaert
Hi Brad, It depends a little bit on what technology you use to consume the service. I guess you're using Blueprint since this mail is sent to Aries and as Christian mentions there may be some work needed there. If you use Declarative Services you can get a re-binding behaviour by using Dynamic

Re: SPI-Fly Mediator Service for Bundle Ordering

2016-02-15 Thread David Bosschaert
Hi Miraj, It's an interesting idea, however I'm not sure it will always work. The problem is that you need to have your weaving hook registered before the class to be woven is *loaded*, and I'm wondering whether this will provide enough guarantees to know that the class is not yet loaded. I mean

Re: Adding SPI-Consumer headers for fragment bundles

2015-11-26 Thread David Bosschaert
Hi Aruna, That could be a bug in the SPIFly implementation. Would you like to file a bug for it? Thanks, David [1] https://issues.apache.org/jira/browse/ARIES On 24 November 2015 at 12:30, Aruna Karunarathna wrote: > Hi Devs, > > I have a host bundle and I can't modify

Re: weaving methods with parameters

2015-11-24 Thread David Bosschaert
Hi Aruna, ARIES-953 is fixed in SPI-Fly 1.0.4, I see that you're still on 1.0.2. Why not get the latest release [1] and try that? The latest release is 1.0.6... Best regards, David [1] http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.aries.spifly%22 On 24 November 2015 at 01:00,

Re: weaving methods with parameters

2015-11-24 Thread David Bosschaert
Good point, I will do that. Thanks, David On 24 November 2015 at 02:28, Aruna Karunarathna <sujithu...@gmail.com> wrote: > > > On Tue, Nov 24, 2015 at 1:41 PM, David Bosschaert > <david.bosscha...@gmail.com> wrote: >> >> Hi Aruna, >> >> ARIES-

Fwd: Aries Subsystems using Repository

2015-10-10 Thread David Bosschaert
Forwarding to user@aries... -- Forwarded message -- From: David Bosschaert <david.bosscha...@gmail.com> Date: 10 October 2015 at 10:53 Subject: Re: Aries Subsystems using Repository To: us...@felix.apache.org Hi Paul, Not sure why they would be different? The repo

Re: More on subsystem install failures

2015-10-05 Thread David Bosschaert
Looks like something in the subsystem depends on the bundle: co.diderot.staticresources version 0.0.3 Cheers, David On 5 October 2015 at 11:07, Paul F Fraser wrote: > All of my declarative services component bundles built using bndtools 3 in > eclipse Mars fail to

Re: Subsystem esa format

2015-10-02 Thread David Bosschaert
Hi Paul, I think you have to use double quotes (") and not single quotes are you seem to be using. Hope this helps, David On 2 October 2015 at 08:29, Paul F Fraser wrote: > Hi, > > Using this esa file > > Subsystem-SymbolicName: vaadin.feature > Subsystem-Version: 1.0.0 >

Re: Works on Laptop, Problem on Raspi

2015-09-10 Thread David Bosschaert
nd desktops I tried kept the order of the files from the > directory. > > The pi, running ubuntu, scrambled the order. > > Ubuntu on my laptops kept the order. > > I changed the system to read from a file and works OK everywhere. > > Paul > > > > On 9/09/2015 6:25

Re: Works on Laptop, Problem on Raspi

2015-09-09 Thread David Bosschaert
check of start order of just the Aries subsystems bundles on my windows >> desktop indicates no problem with start order, even when including my own >> bundles. >> >> I will create an issue if and when I can establish a cause of this >> problem. >> >> P

Re: Works on Laptop, Problem on Raspi

2015-09-08 Thread David Bosschaert
Hi Paul, Start order within a single start level is undefined. If you really need a specific start order then you can use OSGi start levels to achieve this, but it is generally better to avoid that if possible. The Aries Subsystem bundles should not require a particular starting order. Could you

Re: Subsystem bundle's manifest headers not read correctly

2015-08-07 Thread David Bosschaert
%2Fcompany%2F6524si=6140990011211776pi=d02f8a41-96f6-4941-8e2d-eebf8e47a674 2015-07-28 9:16 GMT+02:00 David Bosschaert david.bosscha...@gmail.com: I'm planning to do a release of Aries Async services sometime next week. I can do Aries Util 1.1.1 then as well if nobody beats me to it... David

Re: Subsystem bundle's manifest headers not read correctly

2015-07-28 Thread David Bosschaert
I'm planning to do a release of Aries Async services sometime next week. I can do Aries Util 1.1.1 then as well if nobody beats me to it... David On 27 July 2015 at 17:16, Tom Aerden tom.aer...@aca-it.be wrote: Hi, we're trying to deploy a subsystem generated by maven esa plugin, but when

Re: esa-maven-plugin is not marked @threadSafe?

2015-03-30 Thread David Bosschaert
The esa-maven-plugin is used only during build time. Test cases typically don't use this tool, so I think this is not a problem. Cheers, David On 30 March 2015 at 13:15, Kamesh Sampath kamesh.samp...@liferay.com wrote: in my personal experience i doubt it will, but will also check with other

Aries Subsystems documentation

2015-03-30 Thread David Bosschaert
Hi all, I have started documenting the Aries Subsystem implementation. In general the behaviour of Aries Subsystems follows the OSGi Subsystem Specification, but the page below contains instructions on how to install/get started etc. http://aries.apache.org/modules/subsystems.html Best regards,

Re: Application-Subsystem not resolving provided capability from Feature-Subsystem

2015-03-26 Thread David Bosschaert
Hi Marc, You should not need a DEPLOYMENT.MF if you don't want to have one. A DEPLOYMENT.MF is meant to restrict any version ranges that you might have in your SUBSYSTEM.MF. The idea is that you use the SUBSYSTEM.MF during development to create a subsystem that can work in a variety of contexts.

Re: Bundle resolving not working using the repository specification

2015-03-25 Thread David Bosschaert
It might be helpful to post the actual exception you are getting. David On 25 March 2015 at 13:10, Tim Vissers tim.viss...@gmail.com wrote: Dear, we created a very simple project containing two bundles: service and service-user. The second one depending on the first one. A. We are trying

Re: Aries Subsystem Extender

2015-03-06 Thread David Bosschaert
Hi David On 6 March 2015 at 14:48, David Jencks david_jen...@yahoo.com wrote: I'm not sure what the synthesized bundle you are talking about is. Subsystems run off resolver hooks. AFAIK synthesized bundles appear for every isolated subsystem. If you want to see an example see bundle 20 in

Re: Aries spi-fly - Directory entry check in ProviderBundleTrackerCustomizer

2015-01-26 Thread David Bosschaert
Hi Sten, Thanks for pointing this out! I've created https://issues.apache.org/jira/browse/ARIES-1289 And committed a fix that simply removes that check as you point out it is unnecessary: http://svn.apache.org/viewvc?view=revisionrevision=1654765 Maybe you can check that this works for you. If

Re: Indexing Subsystem Bundles

2015-01-06 Thread David Bosschaert
Subsystem archives *.esa. I was following David Bosschaert blog posts on Subsystems and download his demo source, but unable to find the way of adding ESA to OBR. Thank you. Regards, Kamesh

Re: Custom Subsystem Content Deployer

2014-12-02 Thread David Bosschaert
saw your replies very late now! ContentHandler looks good at a first read. I will test, play around and give some feedback next week. Thanks! Tarun On Sat, Oct 11, 2014 at 1:29 AM, David Bosschaert david.bosscha...@gmail.com wrote: I expanded my implementation a little to provide the start

Re: Aries Spi-Fly, Karaf 3.0.2 and NPE

2014-11-05 Thread David Bosschaert
Hi Charlie On 5 November 2014 09:41, Charlie Mordant cmorda...@gmail.com wrote: Hi again, Reading the docs, Aries spi-fly is only weaving java.util.ServiceLoader#load(java.lang.Class) method signature. Unfortunately, in deltaspike, they use java.util.ServiceLoader#load(java.lang.Class,

Re: Creating a simple project that uses the esa-maven-plugin?

2014-10-21 Thread David Bosschaert
Now that esa-maven-plugin 1.0.0 is released (thanks Guillaume!), I updated the documentation at http://aries.apache.org/modules/esamavenpluginproject.html a little to include the above and some other small improvements. David On 3 October 2014 12:26, David Bosschaert david.bosscha...@gmail.com

Re: Custom Subsystem Content Deployer

2014-10-10 Thread David Bosschaert
removed some trailing spaces in certain files, sorry for the noise there. The besides the ConfigAdminContentHandler another file to look at would be the ConfigAdminContentHandlerTest. It's just a start, anyone any thoughts? Best regards, David On 30 September 2014 16:15, David Bosschaert

Re: Creating a simple project that uses the esa-maven-plugin?

2014-10-03 Thread David Bosschaert
Thanks Carsten, that did the trick! David On 3 October 2014 09:40, Carsten Ziegeler cziege...@apache.org wrote: You have to switch the packaging to esa and add extensionstrue/extensions to the plugin section (between version and configuation) Carsten 2014-09-26 17:43 GMT+02:00 David

Re: Custom Subsystem Content Deployer

2014-09-30 Thread David Bosschaert
Hi Tarun, Good point. I have created https://issues.apache.org/jira/browse/ARIES-1252 for this. Best regards, David On 5 July 2014 01:15, Ramakrishna, Tarun ta...@elankath.com wrote: Hi, I would like to embed custom content (stuff that isn't bundles) in subsystems. Now, according to the

Re: Custom Subsystem Content Deployer

2014-09-30 Thread David Bosschaert
I've spiked an implementation for this here: https://github.com/bosschaert/aries/commit/ebd98ad79a7796aece81abc9a86381dafc45ba72 It's currently just a proof-of-concept, but if anyone has any thoughts, let me know! David On 30 September 2014 08:53, David Bosschaert david.bosscha...@gmail.com

Re: Aries versioning plugin usage

2014-07-02 Thread David Bosschaert
Another pointer here is that the latest version of the maven-bundle-plugin contains functionality around semantic versioning too. AFAIK it's centered around versions of exported packages (so not around the bundle version). The bundle plugin documentation doesn't really list this stuff yet, but you

Re: Aries versioning plugin usage

2014-07-02 Thread David Bosschaert
Whoops that was the wrong link. The details are not yet at the link that I posted, but they are here: https://issues.apache.org/jira/browse/FELIX-4512 On 2 July 2014 15:29, David Bosschaert david.bosscha...@gmail.com wrote: Another pointer here is that the latest version of the maven-bundle

Re: Subsystems dependency on Blueprint?

2014-04-30 Thread David Bosschaert
Something like this was discussed earlier this year here: http://mail-archives.apache.org/mod_mbox/aries-dev/201401.mbox/%3COFAA832B50.41766788-ON87257C63.005CDC7E-86257C63.005D4846%40us.ibm.com%3E It seems that John Ross already did some work for this too. BTW I think the decoupling is a great

Re: SpiFly and the Requires-Capability header

2014-04-30 Thread David Bosschaert
Yes, using resolution:=optional is the right approach here. Best regards, David On 12 April 2014 00:35, Jan Bartel j...@intalio.com wrote: Someone has pointed out that the resolution:=optional attribute solves my problem. thanks Jan On 11 April 2014 17:58, Jan Bartel j...@intalio.com

Re: Does the SPI Fly Static Weaving bundle actually work?

2014-02-11 Thread David Bosschaert
would appreciate if you could check that it works in your environment too. Cheers, David On 5 February 2014 15:16, David Bosschaert david.bosscha...@gmail.com wrote: On 5 February 2014 14:55, Tovi Almozlino tov...@gmail.com wrote: I suppose I'll have to use the proprietary headers for now, unless

Re: Does the SPI Fly Static Weaving bundle actually work?

2014-02-05 Thread David Bosschaert
Hi Tovi, I had a quick look, and found that the static weaving does work for bundles that use the Aries 'proprietary' SPI-Consumer headers. To see this in action, you can try it with the spi-fly-example-client1-bundle example. I noticed that the static weaving is not working with bundles that

Re: Apache Aries and Glassfish Integration

2013-10-18 Thread David Bosschaert
can Aries not just leverage that without having to deploy Aries JDNI implementaitons ? Or am I missing something ? Regards Felix Am 17.10.2013 um 21:34 schrieb David Bosschaert: Hi rakesh, You really want to make the integration two-way. You want the Aries JNDI code to use

Re: Apache Aries and Glassfish Integration

2013-10-18 Thread David Bosschaert
is javax.naming.NameNotFoundException: osgi:service] Am I missing some configuration ? Kindly help. Thanks and Regards, Rakesh Goyal On Fri, Oct 18, 2013 at 11:51 AM, David Bosschaert david.bosscha...@gmail.com wrote: Ah, yes. I did misread the original question. I now see that it says

Re: Apache Aries and Glassfish Integration

2013-10-18 Thread David Bosschaert
at 5:31 PM, David Bosschaert david.bosscha...@gmail.com wrote: Hi Rakesh, I don't know how this is configured in Glassfish, but the following message: javax.naming.NameNotFoundException: osgi:service] seems to indicate that the OSGi JNDI integration isn't operational, because one

Re: Apache Aries and Glassfish Integration

2013-10-17 Thread David Bosschaert
Hi rakesh, You really want to make the integration two-way. You want the Aries JNDI code to use the underlying glassfish JNDI implementation, and similarly you want the underlying glassfish implementation to see the services/objects added by Aries JNDI (which start with the osgi:service prefix).

Re: ServiceLoader.load(class, class.ClassLoader)

2013-10-09 Thread David Bosschaert
14899 E: bram.gade...@intec.ugent.be W : www.ibcn.intec.UGent.be On 10/9/2013 11:28 AM, David Bosschaert wrote: Hi Bram, If you use the right classloader with ServiceLoader.load(class, classLoader) you shouldn't really need SPI Fly at all. The classloader that you pass in to it should

Re: Starting with SubSystem Spec and Aries Application?

2013-05-27 Thread David Bosschaert
Hi Cristiano, The Aries Applications component is a precursor to Subsystems. Apache Aries now also contains an OSGi Subsystem implementation (in fact it is the Reference Implementation) and I would suggest to use that instead. There is not much documentation on Subsystems on the Aries website

Re: Some question about the Aries Versioning Plugin

2013-02-25 Thread David Bosschaert
On 25 February 2013 12:23, Felix Meschberger fmesc...@gmail.com wrote: I prefer annotations (and I truly hate the serialVersionUID ;-) ) Yes, this brings a compile time dependency, but I don't think that is an issue -- particularly considering the use of other annotations like the BND

Re: Cannot install the same bundle in 2 differents application subsystems

2013-01-22 Thread David Bosschaert
Hi Guillaume, If I'm not mistaken then you *can* install the same bundle (same bsn and same version) more than once as long as they are in different regions, but the bundle location must still be different in all cases. Also the org.osgi.framework.bsnversion launch property should be set to

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread David Bosschaert
have a go at an esa-maven-plugin over the next few days. Regards, Graham. On 2 July 2012 13:38, Felix Meschberger fmesc...@gmail.com wrote: Hi, Am 02.07.2012 um 12:22 schrieb David Bosschaert: Hi Felix, On 2 July 2012 11:13, Felix Meschberger fmesc...@gmail.com wrote: Am 01.07.2012 um 22

Re: How to generate SUBSYSTEM.MF with maven?

2012-07-20 Thread David Bosschaert
we should let someone give it a try first? Regards, Graham. On 20 July 2012 13:21, David Bosschaert david.bosscha...@gmail.com wrote: Thanks Graham, I'll have a look at it soon. David On 20 July 2012 11:11, Holly Cummins holly.k.cumm...@googlemail.com wrote: Cool! That will be really useful

Re: Aries modules release plan

2012-06-28 Thread David Bosschaert
FYI The vote for the first batch of 1.0 components is currently underway at Aries... On 28 June 2012 09:01, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Charlie, regarding Karaf and ServiceMix, we are working on the Karaf 3.0.0 release which include Aries 1.0.x. We should be able to cut

Re: Aries modules release plan

2012-06-28 Thread David Bosschaert
AFAIK everyone can vote. I even saw someone vote a +infinity recently. However not all votes are binding ;) On 28 June 2012 09:09, charlie turlututu tchar...@hotmail.fr wrote: As a user, can I put a +1? From: david.bosscha...@gmail.com Date: Thu, 28 Jun 2012 09:07:14 +0100 Subject: Re: Aries

Re: javax.imageio.spi.ServiceRegistry support in Spi Fly?

2012-04-13 Thread David Bosschaert
are not detected. I must be doing something wrong. I will read through the documentation again and I will let you know when I got it figured out. Thanks for all the help, Bert On 13-apr-12, at 15:27, David Bosschaert wrote: The dynamic support requires the OSGi WeavingHook which

Re: Exposing Services Remotely

2011-10-28 Thread David Bosschaert
Hi David, On 28 October 2011 10:02, David Feliot david.fel...@scalagent.com wrote: I hope this Aries behaviour won't change as it implies that Aries doesn't hide the filter used by a reference otherwise DOSGi can't detect the filter any more (DOSGi is using ListenerHook for the detection).

Re: Exposing Services Remotely

2011-10-28 Thread David Bosschaert
Hi Charles, Is this a new implementation of the OSGi Remote Services spec? If so it might be worth adding it to this list here: http://en.wikipedia.org/wiki/OSGi_Specification_Implementations Cheers, David On 28 October 2011 11:00, Charles Moulliard cmoulli...@gmail.com wrote: If you prefers