Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Miroslav Šulc
hello, i am very new to osgi so maybe my issue is something trivial, but i did not find solution for it while googling. i have basic webapp that works fine if i install there felix osgi log implementation and other felix bundles. i decided to try to code my own implementation of osgi log

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Richard S. Hall
What is framework.properties? Are these configuration properties for the framework? If so, what's in it? - richard On 5/27/10 7:54, Miroslav Šulc wrote: hello, i am very new to osgi so maybe my issue is something trivial, but i did not find solution for it while googling. i have basic

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Miroslav Šulc
i copied the one from the felix http bridge example, just added felix.cache.rootdir as with default there was permission issue. so my problem is this line? org.osgi.framework; version=1.4.0, \ here is content of the whole file: org.osgi.framework.storage.clean = onFirstInit

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Miroslav Šulc
i changed the version in framework.properties to 1.5.0 and the problem is gone. thx for help. now i have to find some detail info how that org.osgi.framework.system.packages should be used. is a lot of text in it that i do not understand why it's there :-) Dne 27.5.2010 14:46, Miroslav Šulc

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Richard S. Hall
On 5/27/10 8:56, Miroslav Šulc wrote: i changed the version in framework.properties to 1.5.0 and the problem is gone. thx for help. now i have to find some detail info how that org.osgi.framework.system.packages should be used. is a lot of text in it that i do not understand why it's there :-)

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Miroslav Šulc
Dne 27.5.2010 15:33, Richard S. Hall napsal(a): On 5/27/10 8:56, Miroslav Šulc wrote: i changed the version in framework.properties to 1.5.0 and the problem is gone. thx for help. now i have to find some detail info how that org.osgi.framework.system.packages should be used. is a lot of text

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Richard S. Hall
On 5/27/10 10:50, Miroslav Šulc wrote: Dne 27.5.2010 15:33, Richard S. Hall napsal(a): On 5/27/10 8:56, Miroslav Šulc wrote: i changed the version in framework.properties to 1.5.0 and the problem is gone. thx for help. now i have to find some detail info how that

Re: Unresolved constraint package; ((package=org.osgi.framework)(version=1.5.0))

2010-05-27 Thread Miroslav Šulc
Dne 27.5.2010 17:01, Richard S. Hall napsal(a): On 5/27/10 11:00, Richard S. Hall wrote: On 5/27/10 10:50, Miroslav Šulc wrote: Dne 27.5.2010 15:33, Richard S. Hall napsal(a): On 5/27/10 8:56, Miroslav Šulc wrote: i changed the version in framework.properties to 1.5.0 and the problem is