Re: Execution Environment

2010-05-04 Thread Richard S. Hall
here. I failed to find references to it when searching for "execution environment felix" and other searches for how this concept works. I'm familiar with execution environments but I don't understand how Felix/Karaf knows what execution environments it supports. More specifical

Re: Execution Environment

2010-05-04 Thread Guillaume Nodet
gt;> tend >>>> to >>>> deploy bundles >>>> for those instead of relying on the system bundle. >>>> >>>> So unless you re-enable all the hidden packages, Karaf does not really >>>> provide a clean 1.6 >>>> envi

Re: Execution Environment

2010-05-04 Thread Richard S. Hall
es to it when searching for "execution environment felix" and other searches for how this concept works. I'm familiar with execution environments but I don't understand how Felix/Karaf knows what execution environments it supports. More specifically ... Say I start Felix using J2SE 1.

Re: Execution Environment

2010-05-04 Thread Chris Blunck
so I would avoid setting this property according tot the JVM >> version ... >> >> On Tue, May 4, 2010 at 16:11, Chris Blunck wrote: >> >> >> >>> Hello, >>> >>> Please forgive this question in advance if it has been well documented or

Re: Execution Environment

2010-05-04 Thread Richard S. Hall
wrote: Hello, Please forgive this question in advance if it has been well documented or discussed elsewhere. I failed to find references to it when searching for "execution environment felix" and other searches for how this concept works. I'm familiar with execution enviro

Re: Execution Environment

2010-05-04 Thread Guillaume Nodet
is question in advance if it has been well documented or > discussed elsewhere. I failed to find references to it when searching for > "execution environment felix" and other searches for how this concept > works. > > I'm familiar with execution environments but I d

Execution Environment

2010-05-04 Thread Chris Blunck
Hello, Please forgive this question in advance if it has been well documented or discussed elsewhere. I failed to find references to it when searching for "execution environment felix" and other searches for how this concept works. I'm familiar with execution environments but I d

Re: Execution environment problems

2009-11-24 Thread Richard S. Hall
lix container running under different execution environments. Running under Java 5 (jdk1.5.0_12) I tried to install a bundle with a required execution environment set to "JavaSE-1.6" in the hope that it would fail. The following exception was logged: WARNING: org.osgi.framework.BundleException:

Execution environment problems

2009-11-24 Thread Nick Wilson
I'm doing some experiments with an embedded Felix container running under different execution environments. Running under Java 5 (jdk1.5.0_12) I tried to install a bundle with a required execution environment set to "JavaSE-1.6" in the hope that it would fail. The following excep

Re: File Install and execution environment

2009-04-23 Thread Ali Naddaf
Just created Felix-1055 and added my changes (one line) there. Regards, Ali. Clement Escoffier wrote: For sure, Just go ahead, I will commit the patch. Regards, Clement On 23.04.2009, at 16:15, Ali Naddaf wrote: Hello everyone. I recently needed to use the File Install bundle/service in m

Re: File Install and execution environment

2009-04-23 Thread Clement Escoffier
just remove the JRE library to use only the foundation profile 1.1, or set your project execution environment to foundation profile 1.1. For iPOJO, I execute my tests on Mika... Clement -- Filippo Diotalevi - To unsu

Re: File Install and execution environment

2009-04-23 Thread Filippo Diotalevi
On Thu, Apr 23, 2009 at 4:15 PM, Ali Naddaf wrote: > Hello everyone. > I recently needed to use the File Install bundle/service in my OSGi > framework but since I was running in a CDC-1.1/Foundation-1.1 environment, > the existing File Install couldn't run, so I made a couple of minor changes > to

Re: File Install and execution environment

2009-04-23 Thread Clement Escoffier
For sure, Just go ahead, I will commit the patch. Regards, Clement On 23.04.2009, at 16:15, Ali Naddaf wrote: Hello everyone. I recently needed to use the File Install bundle/service in my OSGi framework but since I was running in a CDC-1.1/Foundation-1.1 environment, the existing File

File Install and execution environment

2009-04-23 Thread Ali Naddaf
Hello everyone. I recently needed to use the File Install bundle/service in my OSGi framework but since I was running in a CDC-1.1/Foundation-1.1 environment, the existing File Install couldn't run, so I made a couple of minor changes to that bundle to get it to work. Is there any value if I