[FileInstall] please release

2016-10-06 Thread Ferry Huberts
Hi Could you please do a release for FileInstall? I've asked a few times already on the bug report (https://issues.apache.org/jira/browse/FELIX-5261) but the JIRA doesn't seem to be used that well. -- Ferry Huberts --

Re: scr claims to be unsatisfied for service that seems to be there

2016-08-12 Thread Ferry Huberts
composition changes before activation is needed then a different resolution can/will be activated. Hmm, yeah we could do that - on the other hand "unbound" means it's satisfied, otherwise it would state the reference as "unsatisfied" :) Maybe, it's more a wording problem

Re: DS: invalid/alarmist circular reference log

2016-05-12 Thread Ferry Huberts
gating Victor’s case. thanks david jencks On May 12, 2016, at 2:58 AM, Ferry Huberts wrote: On 12/05/16 11:55, Victor Antonovich wrote: 12.05.2016 12:42, Ferry Huberts wrote: Hi, I'm seeing log lines like: [some.component(17)] Circular reference detected, getService returning null

Re: DS: invalid/alarmist circular reference log

2016-05-12 Thread Ferry Huberts
On 12/05/16 11:55, Victor Antonovich wrote: 12.05.2016 12:42, Ferry Huberts wrote: Hi, I'm seeing log lines like: [some.component(17)] Circular reference detected, getService returning null These are invalid for my application since one end of the relation is mandatory and the othe

DS: invalid/alarmist circular reference log

2016-05-12 Thread Ferry Huberts
f the relation is optional. (I can't file an issue on this since JIRA seems to be in some kind of lockdown) -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mai

Re: Plaintext password in configuration files for Jetty and Webconsole

2016-04-24 Thread Ferry Huberts
...@felix.apache.org -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Plaintext password in configuration files for Jetty and Webconsole

2016-04-22 Thread Ferry Huberts
s any plan to improve this? I might try to help out in this area providing a patch… Anyone :)? regards antonio On Apr 20, 2016, at 5:07 PM, Ferry Huberts wrote: Hi I use FileInstall to push config into ConfigAdmin. Now for Jettry and WebConsole there are plaintext passwords in there and I coul

Plaintext password in configuration files for Jetty and Webconsole

2016-04-20 Thread Ferry Huberts
: org.apache.felix.https.keystore.password=mypassword org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg: password=mypassword -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h

Re: configuration with new (R6) @interface and OSGi annotations

2015-11-25 Thread Ferry Huberts
onal commands, e-mail: users-h...@felix.apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.

Re: DRY for DS?

2015-11-17 Thread Ferry Huberts
es into XML? So my only concern would be that some other tool might not do it? The default activate and deactivate method names are not tied to bnd. They are considered when these method names are not defined in the XML descriptor. Robert -- Ferry Huberts --

Re: DRY for DS?

2015-11-17 Thread Ferry Huberts
On 17/11/15 19:00, Benson Margulies wrote: I'm feeling a bit sad; I have a family of 12 very similar services, but I can't put the @Reference, @Activate, and @Deactivate into the base class, I have to copy and paste it into each component class. Have I missed an alternative? (bnd instruction

Re: Uninstalled API bundle, yet implementation still resolves and starts

2015-11-05 Thread Ferry Huberts
unsubscr...@felix.apache.org <mailto:users-unsubscr...@felix.apache.org> For additional commands, e-mail: users-h...@felix.apache.org <mailto:users-h...@felix.apache.org> -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: @Reference multi binding & dynamics

2015-10-07 Thread Ferry Huberts
loyed. Anyway, it's all cleared up now as being by design and I fixed up my code, so thanks to all. david jencks On Oct 7, 2015, at 12:17 PM, Tim Ward <mailto:tim.w...@paremus.com>> wrote: Sent from my iPhone On 7 Oct 2015, at 18:13, Ferry Huberts <mailto:maili...@hupie.

Re: @Reference multi binding & dynamics

2015-10-07 Thread Ferry Huberts
copy/paste error... On 07/10/15 18:01, Neil Bartlett wrote: On 7 Oct 2015, at 13:56, Ferry Huberts wrote: Hi, Cross-posting because I don't know if the situation/problem below is by design, a bug in bnd, or a bug in SCR I have a R6 component that does @Reference(cardin

Re: @Reference multi binding & dynamics

2015-10-07 Thread Ferry Huberts
On 07/10/15 18:01, Neil Bartlett wrote: On 7 Oct 2015, at 13:56, Ferry Huberts wrote: Hi, Cross-posting because I don't know if the situation/problem below is by design, a bug in bnd, or a bug in SCR I have a R6 component that does @Reference(cardin

@Reference multi binding & dynamics

2015-10-07 Thread Ferry Huberts
ected. Is this by design? Coming from bnd annotations this - to me - seems like another (breaking) subtlety. -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: us

Re: cannot delete bundle jar from load directory (locked)

2015-08-21 Thread Ferry Huberts
:-) well, since our customers insist of using windows regards Hubert Ferry Huberts 21.08.2015 20:08 >>> On 21/08/15 20:05, Hubert Felber wrote: Hi, I cannot delete a certain bundle jar from load directory, while I can do this with others in the same load directory while they ar

Re: cannot delete bundle jar from load directory (locked)

2015-08-21 Thread Ferry Huberts
On 21/08/15 20:05, Hubert Felber wrote: Hi, I cannot delete a certain bundle jar from load directory, while I can do this with others in the same load directory while they are running. It says that this is open by java -- I do not receive a stop event in the activator. This specific bundle h

Re: Gradle & OBR?

2015-02-25 Thread Ferry Huberts
projects to find dependencies from some other projects (which are not part of the same multi-project). Any ideas or discussions to put me on the right track is appreciated! Thanks! -- Ferry Huberts - To unsubscribe, e-ma

Re: OSGi Declarative Services dependency on a generic supertype

2015-02-05 Thread Ferry Huberts
On 05/02/15 21:21, Milen Dyankov wrote: Agree to some extend. However here is what I meant with a stupid example. Say I have GUI where I can dynamically add buttons to perform operations on something. If I could do @AutoRegisterComponentsFromClassesImplementingMe public interface Button { v

Re: OSGi Declarative Services dependency on a generic supertype

2015-02-05 Thread Ferry Huberts
On 05/02/15 17:15, Pawel Pogorzelski wrote: Thanks Ferry, it indeed works. Is there any way of doing it without specifying all the object supertypes during the registration? Maybe using Felix SCR annotations instead of OSGi ones? Don't know about SCR annotations, never used them. In general

Re: OSGi Declarative Services dependency on a generic supertype

2015-02-05 Thread Ferry Huberts
On 05/02/15 16:59, Pawel Pogorzelski wrote: Guys, I have a generic interface IRepository extended by IAppleRepository, IOrangeRepository and so on. Concrete implementations like AppleRepository are registered in the container with non-generic interfaces like IAppleRepository. Is it possible to

Re: maven bundle plugin and baselining

2014-11-11 Thread Ferry Huberts
ling list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Ferry Huberts

Re: maven bundle plugin and baselining

2014-11-11 Thread Ferry Huberts
On 11/11/14 20:59, Ferry Huberts wrote: On 11/11/14 20:10, mit_jones wrote: I have read the same http://www.aqute.biz/Bnd/Versioning "Baselining compares the public API of a bundle with the public API of another bundle" however this isn't the behaviour I have seen when using

Re: maven bundle plugin and baselining

2014-11-11 Thread Ferry Huberts
On 11/11/14 20:10, mit_jones wrote: I have read the same http://www.aqute.biz/Bnd/Versioning "Baselining compares the public API of a bundle with the public API of another bundle" however this isn't the behaviour I have seen when using the bnd Eclipse plugin where a recommendation to bump the m

Re: Why import version range if exact version of dependency is known?

2014-10-12 Thread Ferry Huberts
rsion-of-dependency-is-known-tp5010123p5010129.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional

Re: maven-bundle-plugin: suppress uses directive

2014-10-09 Thread Ferry Huberts
Why would you want to do that? On 09/10/14 14:44, stz.randh...@extaccount.com wrote: Hello, I am wondering how to tell maven-bundle-plugin to NOT calculate the uses directives for the exported packages. Instead of Export-Package: com.abcde;uses:="com.";version="1.2.3" I want to get Export

Re: OSGi and Git - what release process, how many repos?

2014-08-12 Thread Ferry Huberts
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org - To unsubscribe, e-mail: users-unsubscr...@felix.apache.o

Re: Building better OSGi applications

2014-07-17 Thread Ferry Huberts
ghts Philipp - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Ferry Huberts - To unsubscribe

Re: Planed Felix packages

2014-04-30 Thread Ferry Huberts
Philipp - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Ferry Huberts - To unsubscribe, e-mail: users-

Re: OBR, bundle fragments and native code

2014-03-29 Thread Ferry Huberts
the java op top of the libs as thin as possible. Then have a generic bundle use that first bundle (as a service) Le 29 mars 2014 10:27, Ferry Huberts a écrit : On 29/03/14 08:47, Benoît Thiébault wrote: Hi everyone, I’m willing to simplify my application deployment and plan to use an OBR.

Re: OBR, bundle fragments and native code

2014-03-29 Thread Ferry Huberts
? Include them in the bundle itself. An example from my jnotify project: Bundle-NativeCode: lib/linux/i686/libjnotify.so;osname=Linux;processor=x86,\ lib/linux/x86_64/libjnotify.so;osname=Linux;processor=x86-64 -- Ferry Huberts

Re: How to use a service immediately after its activation?

2014-03-19 Thread Ferry Huberts
teresting, as a generic way of talking to services early in the setup phase. Thanks everybody for the pointers! -Bertrand - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.

Re: Bad BundleSymbolicName in generated Manifest

2013-12-12 Thread Ferry Huberts
users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Felix http service, whiteboard, DS and HttpContext

2013-11-08 Thread Ferry Huberts
his message are not given or endorsed by Myriad Group AG unless otherwise indicated by an authorized representative independent of this message. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For ad

Re: BND not re-creating JAR on resource change, shows (not modified)

2013-10-18 Thread Ferry Huberts
nswered on) this list and that BND does not have it's own list. If I'm wrong and this is offtopic, please forgive me and point me to the correct place... bnd issues (so no maven bundle plugin issues) can be discussed and reported at bndtools-us...@googlegroups.com code is at https:

Re: How-To: Wait until all DS are registered

2013-08-28 Thread Ferry Huberts
mponent has to be added? > > > > -- > View this message in context: > http://apache-felix.18485.x6.nabble.com/How-To-Wait-until-all-DS-are-registered-tp5004727p5004730.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > ---

Re: Maven

2013-08-22 Thread Ferry Huberts
velopment team size is > staggering, and I wouldn't dream of doing it without Maven! Then just wait until we have our Gradle build changes complete in bndtools... Spoiler: >From what we now see the build is sped up somewhere between

Re: Invalid package name: '*' ????

2013-06-21 Thread Ferry Huberts
list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > -- Ferry Huberts - To unsubscribe, e-mail: users-u

Re: Invalid package name: '*' ????

2013-06-21 Thread Ferry Huberts
ybe I should ask this in a Maven forum. > > Any suggestions? > > Thanks in advance! > Roland > > > > -- > View this message in context: > http://apache-felix.18485.x6.nabble.com/Invalid-package-name-tp5004065.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. >

Re: Declarative Services

2013-06-20 Thread Ferry Huberts
ribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Giving up on in process update... suggestions for how to structure separate JVM update?

2013-05-14 Thread Ferry Huberts
>>>> So you are using libraries which are not built with OSGi in mind. Still >>>> you need OSGi manifests for the libraries to become bundles. So you at >>>> least wrap the libraries somehow to generate the manifest. >>>> >>>> How about adding a BundleActivator as part of this man

Re: Giving up on in process update... suggestions for how to structure separate JVM update?

2013-05-14 Thread Ferry Huberts
at >> least wrap the libraries somehow to generate the manifest. >> >> How about adding a BundleActivator as part of this manifest generation ? >> That BundleActivator could in the stop method stop any running threads. The >> BundleActivator is part of the bundle so it may be aware of the library >> internals and be able t

Re: Bndtools 2.1 Released

2013-04-26 Thread Ferry Huberts
rom you! The bnd workspace layout prescribes that all projects are side by side in a directory that also has the cnf project. Ferry > Thanks > --Tang > > Ferry Huberts wrote: >> Bndtools 2.1 Released >> >> Bndtools: The easy, powerful and productive way to develop wi

Bndtools 2.1 Released

2013-04-26 Thread Ferry Huberts
on our Github bug tracker: https://github.com/bndtools/bndtools/issues -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Creating OSGI bundles to provide dependency resolution in eclipse p2 repositories

2013-04-02 Thread Ferry Huberts
o even if you got this to work in Eclipse > PDE, you would be unable to build your code from the command line with > ANT/Maven/whatever. > > > > On Tue, Apr 2, 2013 at 2:11 PM, Ferry Huberts wrote: > >> >> >> On 02/04/13 14:56, Robert Gründler

Re: Creating OSGI bundles to provide dependency resolution in eclipse p2 repositories

2013-04-02 Thread Ferry Huberts
.simple.parser.ParseException" >>> where ParseException is a class from the 3rd party dependency >>> which should be embedded in the bundle generated by the >>> maven-bundle-plugin. >>> >>> >&g

Re: Help needed to use maven to build an osgi application

2013-04-01 Thread Ferry Huberts
(may be using a shell script). I believe I have to create >> a >>> config.ini file listing all the bundles which need to be run in the >>> container. Is there a way to generate this file from Maven at compilation >>> time? Or is there a better way to create the projec

EclipseCon tutorial 'Mastering OSGi with Ease': slides and code

2013-03-29 Thread Ferry Huberts
lable here: http://www.eclipsecon.org/2013/sessions/mastering-osgi-ease. The corresponding code is available here: https://github.com/bndtools/eclipsecon2013-tutorial. -- Ferry Huberts - To unsubscribe, e-mail: user

EclipseCon tutorial 'Mastering OSGi with Ease': slides and code

2013-03-29 Thread Ferry Huberts
lable here: http://www.eclipsecon.org/2013/sessions/mastering-osgi-ease. The corresponding code is available here: https://github.com/bndtools/eclipsecon2013-tutorial. -- Ferry Huberts - To unsubscribe, e-mail: user

Re: Shutdown deadlock on OS X while doing AWT stuff

2013-03-05 Thread Ferry Huberts
--- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Ferry Huberts - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Very beginner question: maven, netbeans. Implementing a client....

2013-02-12 Thread Ferry Huberts
On 12/02/13 13:21, Imóveis Nacionais wrote: Hi all, my first time I am a very new beginner in osgi and am stating with netbeans maven and felix If you're willing to use Eclipse, then bndtools might be something you'd want to try. Follow the tutorial on http://bndtools.org/tutorial.html and

Re: Very beginner question: maven, netbeans. Implementing a client....

2013-02-12 Thread Ferry Huberts
On 12/02/13 13:21, Imóveis Nacionais wrote: Hi all, my first time [snip] How can I access server bundle interface type during compile time? put the 'server bundle' on the classpath during compile -- Fer

Bndtools 2.0 released!

2013-02-11 Thread Ferry Huberts
, our latest stable build lives here: https://bndtools.ci.cloudbees.com/job/bndtools.master/lastSuccessfulBuild/artifact/bndtools.build/generated/p2/ As usual, please report any issues you find on our Github bug tracker: https://github.com/bndtools/bndtools/issues