Re: How to handle java.lang.IllegalStateException: The EventAdmin is stopped during shutdown

2011-01-17 Thread Alexander Broekhuis
Hi, Is there any update for this problem? I changed my code to use a service tracker, and the same happens. So it doesn't seem to be related to the use of the Dependence Manager. On 12 January 2011 07:16, Alexander Broekhuis a.broekh...@gmail.com wrote: Hi Pierre, The DM version I use is

Felix and Android

2011-01-17 Thread mehdouch
Hi, I read the excellent tutorial found on apache felix website about running apache felix on android. I am tryng de build an android application (GUI) to control / monitor the bundles. for exemple the binarylight sample. how can I make them both communicate ? -- View this message in context:

Re: Felix and Android

2011-01-17 Thread blaz
Hi, if your GUI and the felix framework are in separate applications, you must use the android IPC mecanism which is described here: http://developer.android.com/guide/developing/tools/aidl.html -- Pierre-Yves Aillet 2011/1/17 mehdouch mehd...@hotmail.com Hi, I read the excellent tutorial

Congrats Richard!

2011-01-17 Thread Steven Siebert
I read on an OSGi blog (http://www.osgi.org/blog/2011/01/error-messages.html) that Richard Hall recently had a son. Congrats and thanks for all you do for the community! S - To unsubscribe, e-mail:

Re: Congrats Richard!

2011-01-17 Thread John Dunlap
Congratulations and thank you! Steven Siebert wrote: I read on an OSGi blog (http://www.osgi.org/blog/2011/01/error-messages.html) that Richard Hall recently had a son. Congrats and thanks for all you do for the community! S

[ANN] maven-bundle-plugin 2.2.0

2011-01-17 Thread Stuart McCulloch
Hi folks, maven-bundle-plugin 2.2.0 is now available - we solved 2 issues in this release: FELIX-2176 - Upgrade maven-bundle-plugin to up to date bnd FELIX-2701 - Add a {local-packages} macro for automatically expanding local packages in the Export-Package instruction it includes a

Re: Congrats Richard!

2011-01-17 Thread Richard S. Hall
Yes, it's true. Thanks a lot. Dealing with two little ones looks to be an interesting challenge... - richard On 01/17/2011 08:12 AM, Steven Siebert wrote: I read on an OSGi blog (http://www.osgi.org/blog/2011/01/error-messages.html) that Richard Hall recently had a son. Congrats and thanks

Re: How to handle java.lang.IllegalStateException: The EventAdmin is stopped during shutdown

2011-01-17 Thread Carsten Ziegeler
Hi Alex, ok, can you please file a bug and attach the source for your code so we can easily reproduce the problem? Thanks Carsten Am 17.01.11 11:02, schrieb Alexander Broekhuis: Hi, Is there any update for this problem? I changed my code to use a service tracker, and the same happens. So

Re: How to handle java.lang.IllegalStateException: The EventAdmin is stopped during shutdown

2011-01-17 Thread Alexander Broekhuis
Hi Carsten, Will do, I also tested with older versions, and 1.0.0 works ok. So I will use that version for now. On 17 January 2011 17:02, Carsten Ziegeler cziege...@apache.org wrote: Hi Alex, ok, can you please file a bug and attach the source for your code so we can easily reproduce the

Re: Felix and Android

2011-01-17 Thread Jackson, Bruce
The best approach is to create a Felix instance (there's a tutorial on this) within the Android app and ensure that all of the android package namespaces are exported to the Felix environment. You then need to find a way for the bundles running in Felix to access things in the Android space. The

Re: Felix and Android

2011-01-17 Thread Matthias Neubert
Hi, you may have a look on: http://code.google.com/p/felixembeddedonandroid/ (a bit outdated since I didnt had much time in last month) and if you can speak german look at: http://www.rn.inf.tu-dresden.de/uploads/Studentische_Arbeiten/Diplomarbeit_Neubert_Matthias.pdf if you have concrete

resolving transitive dependencies from bundle in Eclipse

2011-01-17 Thread Clay McCoy
First, a description of my two projects. The pomfirst, and the Tycho project that depends on it: * I have a pomfirst project built with maven-bundle-plugin and depending on guava.jar. I use Embed dependency to actually include the guava.jar. This pomfist bundle is put in a p2 repo. * I also

Running HTTP service on random free port

2011-01-17 Thread Holger Hoffstätte
Hi, I'm looking at the HTTP Service and was wondering if anyone can tell if or how I can let the implementation pick a free port for a service, instead of having to choose one myself? The reachable address would be communicated to the outside world by different means, but I don't want to specify

Re: Running HTTP service on random free port

2011-01-17 Thread Marcel Offermans
On Jan 17, 2011, at 21:05 , Holger Hoffstätte wrote: I'm looking at the HTTP Service and was wondering if anyone can tell if or how I can let the implementation pick a free port for a service, instead of having to choose one myself? The reachable address would be communicated to the outside

[ANN] Apache Felix Gogo 0.8.0

2011-01-17 Thread Richard S. Hall
The Felix team is pleased to announce the release of Gogo version 0.8.0 (including the Command, Runtime, and Shell modules). This release includes minor feature additions and improvements as well as a few bug fixes. This release is available from http://felix.apache.org/site/downloads.cgi