[osgi-dev] Gogo Shell: How to issue commands programatically?

2016-12-10 Thread Elliot Huntington
The enRoute tutorials show how to create your own Gogo Shell commands using the package 'osgi.enroute.debug.api' using Debug.COMMAND_SCOPE and Debug.COMMAND_FUNCTION. This is a useful feature! I'm just curious if it is possible to access these commands programatically? Does anyone have an example

Re: [osgi-dev] Strange issue with enRoute and Aries SPI Fly.

2016-12-10 Thread Elliot Huntington
eaving hooks is established. If you have a domain service that is > registered by the weaver as it seems depend on that one. > > However, absolute best advice is to dump the dynamic weaving solution and > find a way to register the plugin directly with the SPI. > > Kind regards, > &g

Re: [osgi-dev] Strange issue with enRoute and Aries SPI Fly.

2016-12-07 Thread Elliot Huntington
on service mediator provider for the API in >> question >> c) after weaving (which must occur due to a), have OSGi service >> registry code for obtaining the impl >> >> when properly done neither of X or Y could reach "ACTIVE" or even >> "RESOLV

Re: [osgi-dev] JPM4J missing in new install as per enRoute Tutorrial

2016-12-06 Thread Elliot Huntington
I think the details would be better discussed in a public thread rather than a private one, imho. On Dec 6, 2016 4:47 AM, "Daghan ACAY" wrote: Hi Paul, There are some changes for using maven based repositories vs jpm4j based repositories. For example in 3.3 bndtools

Re: [osgi-dev] Strange issue with enRoute and Aries SPI Fly.

2016-12-05 Thread Elliot Huntington
er should start the bundle in the order they are >> specified on the -runbundles instruction. Did you try putting those bundles >> first that need to be started first? >> >> -- >> >> BJ Hargrave >> Senior Technical Staff Member, IBM // office: +1 386 848 1781

[osgi-dev] Strange issue with enRoute and Aries SPI Fly.

2016-12-05 Thread Elliot Huntington
The motivation for this thread is that I am experimenting with an OSGi enRoute project that uses the Apache Aries SPI-Fly dynamic weaving libraries to play an MP3 file. The example project is on github at: https://github.com/axiopisty/com.github.axiopisty.plarpebu. This project has 5 enRoute

Re: [osgi-dev] OSGi enRoute Maven Testers wanted ...

2016-11-04 Thread Elliot Huntington
ov. 2016, at 08:05, Elliot Huntington <elliot.hunting...@gmail.com> > wrote: > > > > Actually using Tamper Data I was able to see which resources were not > found: > > > > GET http://localhost:8080/osgi.enroute.webresource/$%7Bbsn% > 7D/$%7BBundle-Version%

Re: [osgi-dev] OSGi enRoute Maven Testers wanted ...

2016-11-04 Thread Elliot Huntington
, Elliot Huntington < elliot.hunting...@gmail.com> wrote: > Hi, > > I just wanted to follow up on this to see if anyone else has been able to > confirm/reproduce the problem I described in my previous email on this > thread. My implementation of the tutorial is published

Re: [osgi-dev] OSGi enRoute Maven Testers wanted ...

2016-11-03 Thread Elliot Huntington
is reproduced by running the bundle produced in the bndrun module and then going to http://localhost:8080/osgi.enroute.examples.eval/index.html in your browser. Kind regards, Elliot On Wed, Nov 2, 2016 at 10:57 AM, Elliot Huntington < elliot.hunting...@gmail.com> wrote: > Certainly, I thou

Re: [osgi-dev] OSGi enRoute Maven Testers wanted ...

2016-11-02 Thread Elliot Huntington
ards, > > Peter Kriens > > On 2 nov. 2016, at 06:07, Elliot Huntington <elliot.hunting...@gmail.com> > wrote: > > I've been working through this tutorial tonight and everything works as > explained until I get to step 8: A Web Application. When I try to open the >

Re: [osgi-dev] A middle ground between hard dependencies and purely dynamic dependencies (DS)

2016-10-07 Thread Elliot Huntington
Me.  On Oct 7, 2016 3:41 PM, "Neil Bartlett" wrote: > > On 7 Oct 2016, at 22:33, Benson Margulies wrote: > > On Fri, Oct 7, 2016 at 4:21 PM, Neil Bartlett > wrote: > > > On 7 Oct 2016, at 20:56, Benson Margulies

Re: [osgi-dev] [RFE] specifications: please add package version history

2016-10-07 Thread Elliot Huntington
+1 On Fri, Oct 7, 2016 at 2:49 AM, Ferry Huberts wrote: > Hi > > I recently needed to look up in which OSGi release a certain version of a > package was introduced. This required going through all the specs of the > released OSGi versions, since in the latest specification

Re: [osgi-dev] The JPA spec bundle does not work with jpa 2.1

2016-09-16 Thread Elliot Huntington
I agree with Christian that this should be clearly documented in a wiki somewhere. My personal opinion is that a bare-bones enroute JPA example would be a good place for this. Elliot On Fri, Sep 16, 2016 at 9:26 AM, Thomas Watson wrote: > Regardless, should the best