Felix configuration - relative urls

2015-08-23 Thread Elliot Huntington
Is there a way to specify relative urls in the felix/conf/conf/config.properties file? For example, I need to use Apache Aries dynamic weaving to integrate the mp3spi jar into the osgi container. This means that the aries dynamic weaving libraries need to be started before any of the other

How to play an mp3 in felix

2015-08-18 Thread Elliot Huntington
I am experimenting with an OSGi application using Felix. I wrote a very simple application that plays an MP3 file (using com.googlecode.soundlibs:mp3spi). This application works fine in standalone mode in the JVM. I used bnd to wrap the mp3spi jar and then tested the application in Felix and got

org.osgi.framework.storage.clean=onFirstInit

2014-10-10 Thread Elliot Huntington
Please see this question on Stack Overflow: http://stackoverflow.com/questions/26304588/what-does-org-osgi-framework-storage-clean-onfirstinit-mean-in-context-of-the-ap

OSGi Bundle Repository (How to host them on a server)?

2013-12-02 Thread Elliot Huntington
Please see the question I posted on StackOverflow here: http://stackoverflow.com/questions/20337818/osgi-bundle-repositories-how-to-host-them-on-a-server Thanks, Elliot

Re: Is the OBR documentation out of date?

2013-11-22 Thread Elliot Huntington
he...@ungoverned.org wrote: Yeah, apparently it is out of date. The obr command doesn't exist any more, it is just a scope in Gogo. Type 'help' to get all commands and the commands in the obr scope are the one you want. - richard On Nov 21, 2013 6:04 PM, Elliot Huntington elliot.hunting

Is the OBR documentation out of date?

2013-11-21 Thread Elliot Huntington
Following the instructions at http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html I'm doing the following: g! obr help gogo: CommandNotFoundException: Command not found: obr g! obr:help gogo: CommandNotFoundException: Command not found: obr:help g! lb START LEVEL 1 ID|State

Service model vs Extender model

2013-11-20 Thread Elliot Huntington
Please see the question on stack overflow. http://stackoverflow.com/questions/20106151/service-model-vs-extender-model

How to make non-osgi jar available to felix launcher?

2013-11-11 Thread Elliot Huntington
I'm launching the felix launcher with: $ java -jar bin/felix.jar The application contains: app/ app/bin/felix.jar app/bundle/*.jar app/conf/config.properties This application uses JavaFX so I did: $ mv $JAVA_HOME/jre/lib/jfxrt.jar $JAVA_HOME/jre/lib/ext/ And then I set the property

Re: How to use a 3rd party non-OSGi dependency?

2013-11-11 Thread Elliot Huntington
://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html Henry On Nov 9, 2013, at 10:32 AM, Elliot Huntington elliot.hunting...@gmail.com wrote: What is the best way to convert a 3rd party jar into an OSGi bundle? http://stackoverflow.com/questions/19880211/how-to-convert-miglayout

felix.bootdelegation.implicit

2013-11-05 Thread Elliot Huntington
The Felix documentation states: felix.bootdelegation.implicit - Specifies whether the framework should try to guess when to implicitly boot delegate to ease integration with external code. The default value is true. The documentation treats boot delegate as a verb in its definitive form. What

Native packaging for JavaFX with OSGI?

2013-11-01 Thread Elliot Huntington
Hello Felix Users, I'm working on a project that must be shipped as either a Windows .exe or .msi. These installers are created by a Gradle build script that invokes Oracle's ant build tools to generate the native installer. Here is an example of the latter

Re: [ANN] Felix maven-bundle-plugin 2.4.0 Released

2013-06-29 Thread Elliot Huntington
Is this also for Maven 3? On Thu, Jun 13, 2013 at 5:01 AM, Stuart McCulloch mccu...@gmail.com wrote: The Apache Felix team is pleased to announce the release of maven-bundle-plugin 2.4.0 which uses the latest release of bnd (2.1.0) This is a plugin for building OSGi bundles in Maven by

Just a quick question

2011-04-01 Thread Elliot Huntington
Does anyone know why the example application for apache felix does not adhere to the java naming conventions? I see things like this all over the place: private DrawingFrame m_frame = null; private ShapeTracker m_shapetracker = null; Why are the variable names starting with m_? Just

Re: Maven - Example Felix Launcher

2010-05-27 Thread Elliot Huntington
will save time now. regards Matthias 2010/5/14 Karl Pauls karlpa...@gmail.com Just have a look at our main launcher (trunk/main). It does pretty much what you are trying to do. regards, Karl On Fri, May 14, 2010 at 12:38 AM, Elliot Huntington elliot.hunting...@gmail.com wrote: Hello

Java 7 vs OSGi

2010-05-27 Thread Elliot Huntington
I haven't looked into Java 7 too much but I heard Java 7 will be modifying the Java Specification to include bundles/modularity. Does anyone know more regarding this and how it will compare with OSGi? -- Elliot - To

Maven - Example Felix Launcher

2010-05-13 Thread Elliot Huntington
Hello Felix Users, I've been following the examples at http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html. I've found the caveat listed at the end very important. ;) I'm brand new to Felix/OSGi so I'm having trouble accomplishing my goal. Basically, all I want to do

Re: OSGi newbie looking for pointers

2010-04-23 Thread Elliot Huntington
... - richard - richard Good luck! -Stijn -Original Message- From: Elliot Huntington [mailto:elliot.hunting...@gmail.com] Sent: donderdag 22 april 2010 17:41 To: users@felix.apache.org Subject: OSGi newbie looking for pointers Hi: I just started researching OSGi this past

Re: OSGi newbie looking for pointers

2010-04-22 Thread Elliot Huntington
not be the most appropriate starting point. I am at the just one week ahead of where you are :D I am working on a stand alone application that integrates using command line. So do share you experience. Regards, Shrivallabh On Thu, Apr 22, 2010 at 9:10 PM, Elliot Huntington elliot.hunting

Re: Apache Felix Website doesn't work proper

2010-04-21 Thread Elliot Huntington
be up and synchronized again. Sorry for the inconvience and delay (and thanks for reporting). Regards Felix On 20.04.2010 23:29, Elliot Huntington wrote: Looks to me like the site is in worse condition now than it was before. On Tue, Apr 20, 2010 at 12:55 PM, Felix Meschberger fmesc

Re: Apache Felix Website doesn't work proper

2010-04-20 Thread Elliot Huntington
side and so on. some other examples http://felix.apache.org/site/mailinglists.html http://felix.apache.org/site/contributing.html http://felix.apache.org/site/news.html regards m Am 20.04.2010 um 19:43 schrieb Elliot Huntington: What is the url that contains the broken link? On Tue