Re: Configurator R7 example

2018-07-13 Thread Martin Nielsen
up with the R7 specs for nearly 2 years now but as I recall > there was a possibility of making the DS implementation use the (R7) > converter service. I wonder if you might be able to repackage some of your > code as a converter service enabling its’ use in more contexts. > > thanks! > Dav

Re: Configurator R7 example

2018-07-12 Thread Martin Nielsen
ow, thanks for your help. I am quite new to all the osgi stuff, but slowly but surely I am getting a picture of it. -Ursprüngliche Nachricht- Von: Martin Nielsen Gesendet: Donnerstag, 12. Juli 2018 19:53 An: users@felix.apache.org Betreff: Re: Configurator R7 example Hello every

Re: Configurator R7 example

2018-07-12 Thread Martin Nielsen
Hello everyone I saw ManagedProperties mentioned so now I appear! @Philipp.Hoefler if what you mean by complex types is that you want the configuration admin to return some more advanced types like URLs Files or Dates, then ManagedProperties will handle that for you. If not then stop reading:)

Can you make the maven bundle plugin use maven version ranges?

2018-03-08 Thread Martin Nielsen
Hello everyone. I am trying to make the Maven Bundle Plugin use a version range i have defined in the POM of my project. Basically a project of mine has a small wicket module which i know works through wicket 6-8. So i have defined the following dependency: org.apache.wicket

An odd error with MetaType and the configuration admin in Karaf 4.1.2.

2017-10-22 Thread Martin Nielsen
Hello everyone. I have a problem regarding an odd error in the configuration admin. My bundle exposes a metatype with a number of attributes, all of them with cardinality 0 and types of long, integer and short. I realize that I am using Karaf, but the stacktrace seems to point towards Felix, so

Odd error when attempting to create OBR

2016-11-17 Thread Martin Nielsen
Hello everyone. After trying a bunch of different things, i have now come to the realization that i badly need help. I have a number of maven-bundle-plugin powered builds running on a jenkins server. Most of them are working fine, except for one, where i get this error: [INFO] [INFO] *---

Re: Using service interceptors to inject proxies

2016-10-06 Thread Martin Nielsen
erful imperative solutions like Felix DM and/or iPojo. Sincerely, - Ray On Thu, Oct 6, 2016 at 3:02 PM, Martin Nielsen <mny...@gmail.com> wrote: > Hello Pierre and Reymond > > First of all, thank you very much for taking the time to provide detailed > and patient answers. &g

Re: Using service interceptors to inject proxies

2016-10-06 Thread Martin Nielsen
n-handler.html <http://felix.apache.org/ > documentation/subprojects/apache-felix-ipojo/apache- > felix-ipojo-devguide/how-to-write-your-own-handler.html>) > > Clement > > > > On 6 oct. 2016, at 04:02, Martin Nielsen <mny...@gmail.com> wrote: > >

Using service interceptors to inject proxies

2016-10-06 Thread Martin Nielsen
Hello everyone I am looking at the felix servicebinding interceptors with a certain amount of enthusiasm, but i am having trouble figuring out if they can solve a specific task.

Introducing ManagedProperties (Because the open source scene is not cluttered enough as it is)

2015-09-24 Thread Martin Nielsen
Hello everyone I just want to quickly share a new project that i have moved to GitHub. We have built a helper service, which is used to (we think) greatly simplify working with the Configuration Admin and MetaType provider services. The project is found here:

Re: Can i make the webconsole react to Config Admin Service ConfigurationException?

2015-09-09 Thread Martin Nielsen
ly solve your problem, but it > would be good to validate the configuration before it hits config admin. > > Maybe someone else has a good idea? > > Carsten > > Am 08.09.15 um 10:51 schrieb Martin Nielsen: > > Hello > > First of, let me say that this is my first tim

Can i make the webconsole react to Config Admin Service ConfigurationException?

2015-09-08 Thread Martin Nielsen
Hello First of, let me say that this is my first time using the Config Admin Service, so if i have just completely misunderstood something, please do tell. I have created a bundle that uses the Configuration Admin and MetaType services to handle the configuration. Inside the updated(Dictionary)