RE: AOP in Apache Felix

2010-03-31 Thread Kiev Gama
Hello, Please don't take me wrong, but I would call it a "poor man's AOP" :)We cannot explicitly express concepts such as joinpoints, pointcuts or advices. Hooks provide an elegant but limited workaround. Depending on what you need, it may not be enough.I could not find a way to intercept the a

RE: Resource Management

2009-11-24 Thread Kiev Gama
> Date: Tue, 24 Nov 2009 21:10:23 -0200 > Subject: Re: Resource Management > From: rodrigo.mad...@gmail.com > To: users@felix.apache.org > > On Tue, Nov 24, 2009 at 12:55 PM, Kiev Gama wrote: > > > > > Hello, > > > > You do not have such

RE: Resource Management

2009-11-24 Thread Kiev Gama
Hello, You do not have such fine grained control with bundles very easily. This master's thesis may interest you: "Resource monitoring and visualization of OSGi-based software components" http://www.vtt.fi/inf/pdf/publications/2008/P685.pdf Regards, Kiev Gama > Date: Tue, 24

RE: memory leaks

2009-04-14 Thread Kiev Gama
Hello Jed, In the description of your issue you say: "The application is creating and disposing a lot of ClassLoaders via OSGi (Apache Felix) with Spring OSGi. It creates a lot of java.lang.reflect.Proxy class instances." If these proxies are still reachable, the classloaders that were used to c

RE: Isolation of OSGI resources and lock problems

2009-03-15 Thread Kiev Gama
Hello João, You may be interested in [1]. Actually they need exactly what you are trying to do :) Also, you may want to take a look at the Java Resource Accounting Framework [2] However, since they have their own class loading mechanisms it would certainly need some effort to integrate that so

RE: Bundle resource usage monitor

2008-07-11 Thread Kiev Gama
Maybe the Resource Consumption Management API (JSR 284) could help on that. I guess it is not yet available... There is some OSGi SLA stuff here: http://www-adele.imag.fr/Les.Publications/intConferences/SCC2008Tou.pdf However, it concerns service disruption. Nothing on resource consumption. Reg

RE: Could not start felix using java profiling

2007-09-19 Thread Kiev Gama
*> > Hope this helps.> > > Regards> Felix> > Am Mittwoch, den 19.09.2007, 09:22 + schrieb Kiev > Gama:> > Hello,> > > > I tried to use do some profiling on felix using the > following command line:java -cp felix.jar -agent

Could not start felix using java profiling

2007-09-19 Thread Kiev Gama
've tried unjar some files, change manifests and jar them again, but it did not work.Did anybody ever tried to do profiling like that? I used the same command line arguments with the Knopflerfish OSGi implementation and the framework started up with n