Aries Subsystems using Repository

2015-10-09 Thread Paul F Fraser
Hi, David Bosschaert's examples https://github.com/coderthoughts/subsystem-examples all include the dependent bundles in the esa file. Therefore not relying on picking them up from a repository. And there are no examples using declarative services bundles. Using Felix bundle repository, the

Re: Aries Subsystems using Repository

2015-10-10 Thread Paul F Fraser
On 10/10/2015 10:17 PM, John Ross wrote: I'm not sure if this is part of the issue, but note that there is no explicit support for DS in Aries Subsystems as there is for Blueprint. With Blueprint, service requirements and capabilities will be pulled directly from the Blueprint XML files. The

Using config admin to setup https

2016-04-12 Thread Paul F Fraser
Hi, I have used the code below to try and set up https. Using org.apache.felix.http.jetty version 3.2.0 Webconsole shows I have 2 services running, one containing the default settings for jetty and one containing my setting as per my code. As a result, Jetty starts up on port 8080.

Using Felix Framework Security

2016-04-14 Thread Paul F Fraser
Hi, Any of the tutorial/slideshare/examples etc. I could find are very old. Is OSGi security being used currently or is there a new preferred approach? When attempting to use the felix framework security bundle it is unclear what happens with the jvm security manager. From

Re: Using config admin to setup https

2016-04-13 Thread Paul F Fraser
On 14/04/2016 5:11 AM, Karel Haeck wrote: Paul, any reason why you are using a factory configuration ? replacing config = configAdmin.createFactoryConfiguration(pid, null); with config = configAdmin.getConfiguration(pid, null); should work. Hi Karel, Thanks, the problem was as you

Re: Using Felix Framework Security

2016-04-15 Thread Paul F Fraser
to check that all bundle jars are signed. Robert On Fri, Apr 15, 2016 at 6:41 AM, Paul F Fraser <pa...@a2zliving.com> wrote: Hi, Any of the tutorial/slideshare/examples etc. I could find are very old. Is OSGi security being used currently or is there a new preferred approach? Wh

Re: Using Felix Framework Security

2016-04-15 Thread Paul F Fraser
Karl, Thanks for the info. As I have a Safari Books subscription, I checked back and skimmed chapter 14 and found it to be a very good coverage of the security system. Do you get paid for each read of your book in Safari Books Online :-) ? I will work my way through the info presented,

Felix Http DecoratedObjectFactory

2018-08-16 Thread Paul F Fraser
Hi, I am getting this error message "Unable to find required ServletContext attribute: org.eclipse.jetty.util.DecoratedObjectFactory" In my case org.apache.felix.http.jetty-3.4.8.jarĀ  contains this class. Obviously a ServletContext attribute needs to be set but I cannot find any info as to

http.jetty-4.08 release required

2019-02-16 Thread Paul F Fraser
Hi, I am not on the dev list but have been advised to petition the dev list to request the release of http.jetty-4.08. Missing metadata is causing some concern. Can someone please pass this on to the dev list. Paul Fraser