Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Felix Meschberger
Hi, Stephan Heuser schrieb: > Well my properties file for running felix on android for some reason > stated the framework version being 2.0.0, which was obviously wrong. I see. > > By the way the scr bundle on android refuses work without removing the > kxml2 library from the bundle first (i re

Re: Problems On OS X

2009-11-09 Thread Johannes Ruscheinski
On Mon, Nov 9, 2009 at 2:00 PM, Guo Du wrote: > On Mon, Nov 9, 2009 at 9:21 PM, Johannes Ruscheinski > wrote: >> I started it with "java -jar /usr/local/ForgotTheName/bin/felix.jar." >> Is that a problem? In other words, do I have to be in the parent >> directory of Felix' bin directory? > You m

karaf-wrapper on Ubuntu 9.10

2009-11-09 Thread Andreas Kollegger
Hi all, Having some trouble getting karaf started as a service under 64 bit Ubuntu 9.10. Installing the scripts and wrapper using the wrapper feature from within karaf work fine, as does creating the init.d link and start-levels for the service. However, calling karaf-wrapper fails with a c

Re: Problems On OS X

2009-11-09 Thread Guo Du
On Mon, Nov 9, 2009 at 9:21 PM, Johannes Ruscheinski wrote: > I started it with "java -jar /usr/local/ForgotTheName/bin/felix.jar." > Is that a problem? In other words, do I have to be in the parent > directory of Felix' bin directory? You may try: java -Dfelix.auto.deploy.dir=/usr/local/ForgotThe

Re: Problems On OS X

2009-11-09 Thread Johannes Ruscheinski
Hi Chris, On Mon, Nov 9, 2009 at 11:29 AM, Chris Custine wrote: > I think Felix is meant to be started from the install root with the command > "java -jar bin/felix.jar".  If you want a different location for the bundle I started it with "java -jar /usr/local/ForgotTheName/bin/felix.jar." Is tha

Re: Problems On OS X

2009-11-09 Thread Chris Custine
I think Felix is meant to be started from the install root with the command "java -jar bin/felix.jar". If you want a different location for the bundle cache you can use "java -jar bin/felix.jar " or take a look at the config properties org.osgi.framework.storage, felix.cache.rootdir, etc. from her

Re: Maven-Bundle-Plugin ignores servicefactory-directive

2009-11-09 Thread Mustafa Caylak
Hi, It's me again. I don't know what to do anymore. Apparently there is no one with the same problem, so can anyone tell me how I find out what the problem is? Regards Mustafa Caylak Mustafa Caylak wrote: Hi, I forgot to tell you which version I have: org.ops4j:maven-pax-plugin:1.4

Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Stephan Heuser
Well my properties file for running felix on android for some reason stated the framework version being 2.0.0, which was obviously wrong. By the way the scr bundle on android refuses work without removing the kxml2 library from the bundle first (i remember matthias neubert had the same issue with

Problems On OS X

2009-11-09 Thread Johannes Ruscheinski
Hi, Last night I downloaded the most recent version of Felix as a gzipped tarball and installed it under /usr/local/... After starting felix with "java -jar .../bin/felix.jar" I got the Felix version number and a row of equal signs but not the "->" prompt or any other prompt. I did wait for sev

RE: Multi inherited service interfaces - iPojo

2009-11-09 Thread Joel Schuster
I'll take a look. Thanks! > -Original Message- > From: Clement Escoffier [mailto:clement.escoff...@gmail.com] > Sent: Saturday, November 07, 2009 3:11 AM > To: users@felix.apache.org > Subject: Re: Multi inherited service interfaces - iPojo > > Hi, > > I reproduce your case and didn't ha

Re: UPnP Basedriver problem

2009-11-09 Thread Stefano Lenzi
On 05/11/2009 15.58, chihi asma wrote: Hi, I have problems with the Felix UPnP BaseDriver. I'm testing two instances of Felix on which I'm running Basedriver and some Felix UPnP devices. On the first instance, I have installed org.apache.felix.upnp.basedriver-0.9.0-SNAPSHOT.jar and on the sec

[SE-dev] Maven + OSGi + aspectJ

2009-11-09 Thread Romain
Hi all, our project SimExplorer (www.simexplorer.org) is based on equinoxe and uses aspectJ. We are trying to manage the dependancies using maven but we still have some poblems. We are using the maven-bundle-plugin to automatically generate the manifests of the bundle. In some bundles containing

Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Felix Meschberger
Hi for completeness: I assume you saw, that the Felix framework 2.0.2 system bundle does export org.osgi.framework in version 1.5 and not 2.0, right ? ;-) Regards Felix Stephan Heuser schrieb: > Nevermind i got it. Such things always happens when there is no more > coffee in the office :) ... th

Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Stephan Heuser
Nevermind i got it. Such things always happens when there is no more coffee in the office :) ... thanks anyways. On Mon, Nov 9, 2009 at 2:05 PM, Stephan Heuser wrote: > On Mon, Nov 9, 2009 at 2:01 PM, Stephan Heuser > wrote: >> Felix Meschberger wrote: >>> Hi, >>> >>> Stephan Heuser schrieb: >>

Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Stephan Heuser
On Mon, Nov 9, 2009 at 2:01 PM, Stephan Heuser wrote: > Felix Meschberger wrote: >> Hi, >> >> Stephan Heuser schrieb: >>> Hi, >>> >>> i am a bit irritated. The manifest of the SCR bundle specifies it >>> needs a version of org.osgi.framework < 2.0.0 . Am i missing >>> something, has the service ru

Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Stephan Heuser
Felix Meschberger wrote: > Hi, > > Stephan Heuser schrieb: >> Hi, >> >> i am a bit irritated. The manifest of the SCR bundle specifies it >> needs a version of org.osgi.framework < 2.0.0 . Am i missing >> something, has the service runtime component merged with the framework >> bundle? > > No merge

Re: Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Felix Meschberger
Hi, Stephan Heuser schrieb: > Hi, > > i am a bit irritated. The manifest of the SCR bundle specifies it > needs a version of org.osgi.framework < 2.0.0 . Am i missing > something, has the service runtime component merged with the framework > bundle? No merge at all, the SCR bundle just expects a

Declarative Services and Felix Framework >= 2.0.0

2009-11-09 Thread Stephan Heuser
Hi, i am a bit irritated. The manifest of the SCR bundle specifies it needs a version of org.osgi.framework < 2.0.0 . Am i missing something, has the service runtime component merged with the framework bundle? cf. : W/System.err( 1119): org.osgi.framework.BundleException: Unresolved constraint in