Compliances

2009-05-01 Thread Jagan . Pappula
Hi all, I would like to if any one is working following OSGi spcifications to get implemented on Felix. 1) Permission Admin Service Specification 2) Fragment Bundles 3) BootClasspath Extension Thanks --Jagan.

Felix shutdown

2009-06-22 Thread Jagan Pappula
Hi all, Is it possible to shutdown felix programmatically from java code? I need a way to manage(start / stop) felix from java code. Thanks --Jagan.

Memory Issue

2009-07-14 Thread Jagan Pappula
Hi all, I am trying to limit the memory consumed by the Felix. I used follwoing command to start felix, so that the maximum heap size used will be 2 MB. java -Xms2M -Xmx2M -jar .\bin\felix.jar. And while installing bundles on felix, I started observing the Heap size from webconsole(sub

Conditional Permission Admin

2009-07-21 Thread Jagan Pappula
Hi All, Is there any document or link showing how to use Conditional Permission Admin in Felix implementation. Thanks --Jagan.

Re: Conditional Permission Admin

2009-07-21 Thread Jagan Pappula
Hi Marcel, Thanks for the link. I want to restrict bundles from accessing local file system. Any help how to do it. Thanks --Jagan. On Tue, Jul 21, 2009 at 6:08 PM, Marcel Offermans marcel.offerm...@luminis.nl wrote: Hello Jagan, On Jul 21, 2009, at 14:33 , Jagan Pappula wrote

Could not log messages

2009-09-30 Thread Jagan Pappula
Hi all, I want to log messages to Felix console from one of my bundle. I installed *org.apache.felix.log-1.0.0 *bundle on to felix and added following property in config.properties file *felix.log.level=4* ** ** And used following code in my bundle for logging. *ServiceReference ref =