Re: [osgi-dev] FileSystemProvider for OSGi bundle

2017-05-17 Thread Achim Nierbeck
Hi, the pax - eco system (from ops4j) contains a bunch of little helpers, either pax-swissbox or maybe pax-dir may help? [1] regards, Achim [1] - https://ops4j1.jira.com/wiki/display/paxurl/Dir+Protocol 2017-05-17 15:27 GMT+02:00 Thomas Watson : > I'm not aware of such

Re: [osgi-dev] osgi broker bundle

2017-02-17 Thread Achim Nierbeck
Hi, I second that, and I can tell mosquito works out nicely for me. If you look for a tool to investigate what data is sent to your mqtt broker, I suggest mqttfx. It's a nice tool to investigate your broker. regards, Achim 2017-02-17 20:42 GMT+01:00 : > If you really only

Re: [osgi-dev] Jetty configuration questions

2016-11-18 Thread Achim Nierbeck
rsion>=2.0.0 > [com.telensa.apps.planet.ws.application [953](R 953.2)] osgi.contract; > (&(osgi.contract=JavaServlet)(version=3.1.0)) > > > karaf@root()> > ==== > === > > which is, at least, I suppose, a shorter list of erro

Re: [osgi-dev] Jetty configuration questions

2016-11-18 Thread Achim Nierbeck
Sorry, but saying this thread [1] is a "didn't get an answer" is not fair. As already tried to point out on the karaf user mailinglist, try to deploy your application without those extra Jetty Bundles! regards, Achim [1] -

Re: [osgi-dev] How to implement classes based on osgi.cmpn

2016-09-14 Thread Achim Nierbeck
We already do so in Pax-Web for http service [1]. regards, Achim [1] - https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-runtime/pom.xml#L91-L93 2016-09-14 15:56 GMT+02:00 BJ Hargrave : > You should Export-Package them from your bundle. You should also >

Re: [osgi-dev] Requirements and Capability uniqueness model?

2014-09-25 Thread Achim Nierbeck
Or use pax tinybundles. :-) InputStream inp = bundle() .add( MyFirstActivator.class ) .add( HelloWorld.class ) .add( HelloWorldImpl.class ) .set( Constants.BUNDLE_SYMBOLICNAME, caption ) .set( Constants.EXPORT_PACKAGE, demo )

Re: [osgi-dev] OSGi Http Service Spec improvement ?

2013-03-08 Thread Achim Nierbeck
since I'm not able to come to eclipsecon (limited resources as Cristiano) I really look forward to those slides :) I wish I could be there, to have a chat with you guys. regards, Achim 2013/3/8 Felix Meschberger fmesc...@gmail.com Hi Cristiano Am 08.03.2013 um 00:26 schrieb Cristiano

Re: [osgi-dev] best way to generate a classpath for javax.tools.JavaCompiler

2012-09-17 Thread Achim Nierbeck
Hi Raymond, I didn't have much time in reviewing it, but if you look for a cool place to donate it to, on place would be OPS4j [1]. I'm sure it would fit in there. regards, Achim [1] - http://team.ops4j.org/wiki/display/ops4j/Open+Participation+Software+for+Java 2012/9/16 Raymond Auge