Re: Apache Felix - What is OSGi?

2022-07-26 Thread Bernd Eckenfels
Hello, What is OSGi, I googelt this for you: https://www.osgi.org/resources/what-is-osgi/ Hope to Help Gruss Bernd -- http://bernd.eckenfels.net Von: Turritopsis Dohrnii Teo En Ming Gesendet: Tuesday, July 26, 2022 5:01:04 PM An: users@felix.apache.org Cc:

Re: Enforcing mandatory components for an application

2021-10-12 Thread Bernd Eckenfels
I agree, you normally need a combination of timeout and maybe health check for the most essential services (with timeout and/or state monitoring). It’s a more annoying aspect of using OSGi as a application platform - especially for larger moduliths. Want there a health/readiness proposal to

Re: Gogo shell + telnet without a local TTY

2020-02-12 Thread Bernd Eckenfels
Can you describe why you think you need a tty? What fails if you don't have one? Do use "karaf console" instead of "karaf start"? Do you have ansi.so load problems? BTW, with "docker -it" you can request a container try, afaik. (But I don't see why you would need one for remote console) Gruss

Re: Maven Plugin Imports my Exports Without Version

2019-07-01 Thread Bernd Eckenfels
I think you would have to specify the package version with package-info.java in order to get a specific version. But I am not sure if this applies to automatic imports as well. There is a whole section on how to specify a range with a macro: https://bnd.bndtools.org/heads/import_package.html

Re: Felix startup performance on Windows due to secure random and network card MAC access

2018-03-22 Thread Bernd Eckenfels
You can also seed the SecureRandom yourself (with current time and hostname and similar) but I think that’s a very specific driver/Hardware problem) Gruss Bernd -- http://bernd.eckenfels.net From: Karl Pauls Sent: Friday, March 23, 2018

Re: Getting "Unsupported major.minor version 52.0" when build using Eclipse

2017-10-30 Thread Bernd Eckenfels
The error means you compiled classes with Java 8, looks like OAM is Java 7 (or older?). This is not really related to Felix or OSGi Gruss Bernd -- http://bernd.eckenfels.net From: o haya Sent: Tuesday, October 31, 2017 6:16:49 AM To:

Re: Source bundles

2017-01-11 Thread Bernd Eckenfels
Can you paste one of the broken links as well as the page you found that broken link? Gruss Bernd -- http://bernd.eckenfels.net On Wed, Jan 11, 2017 at 4:22 PM +0100, "Tom Quarendon" wrote: Where do I get source bundles from that match the

bundle-plugin: excludeDependencies makes imports less useful

2015-01-08 Thread Bernd Eckenfels
Hello, while debugging the reason for https://issues.apache.org/jira/browse/VFS-498 (or actually the reason why Import-Package statements generated do not observe optional=true I noticed that this is caused by excludeDependenciestrue/excludeDependencies (which is the default in Apache