using Felix Framework Distribution 5.4.0, ClassCastException

2015-11-25 Thread nino martinez wael
Hi When running: obr:deploy "Apache Felix Declarative Services" I get this: Target resource(s): --- Apache Felix Declarative Services (1.6.0) Deploying... gogo: ClassCastException: org.apache.felix.bundlerepository.impl.LazyLocalResourceImpl cannot be cast to org.apache.feli

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

2018-03-08 Thread nino martinez wael
On this case I agree with Martin, there's a decision to be made to either violate DRY or SEMANTIC versioning.. For me DRY wins over SEMANTIC as he would have to 99.999% equal project with the only thing different being the wicket version. regards Nino On Thu, Mar 8, 2018 at 9:56 PM, Martin Niels

Re: Configurator R7 example

2018-07-12 Thread nino martinez wael
Just use https://github.com/TDC-Netdesign/ManagedProperties On Thu, 12 Jul 2018, 10:55 Philipp Höfler, wrote: > Hi, > > I am searching for a possibility to load complex configurations. > I tried the ConfigurationAdminService, but key value pairs are not > sufficient as I need complex types. > >

Re: /META-INF/services and maven-bundle-plugin

2019-03-15 Thread nino martinez wael
Couldn't you hack it using the resource plugin? I know its not using the Bundle Plugin.. On Fri, 15 Mar 2019, 18:27 James Carman, wrote: > It appears that the maven-bundle-plugin does not include files in the > target/classes/META-INF/ directory when it builds the resulting jar > file. Is there