RE: [FELIX] OBR resolving system packages and the Execution Environment

2007-12-04 Thread Roshan A. Punnoose
d? Roshan -Original Message- From: Roshan A. Punnoose [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 8:31 AM To: dev@felix.apache.org Subject: RE: [FELIX] OBR tied to the BundleContext Actually I found my issue. What happened is the LocalResource in the ResolverImpl does find all

RE: [FELIX] OBR tied to the BundleContext

2007-12-04 Thread Roshan A. Punnoose
lly to make decisions about what it needs to download. If a bundle is already installed, it should not download it again, unless it determines that it needs a different version or something. -> richard Roshan A. Punnoose wrote: > Hi, > > > > Looking into the OBR code, I think i

[FELIX] OBR tied to the BundleContext

2007-11-29 Thread Roshan A. Punnoose
Hi, Looking into the OBR code, I think it might be useful to have the OBR RepositoryAdmin tied to the BundleContext and the bundles that are already active in OSGi container. Right now, I am running the felix OBR bundle in Equinox, but it does not tie to the BundleContext. So when I try and add

RE: Felix OBR referrals

2007-10-18 Thread Roshan A. Punnoose
A. Punnoose <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I noticed that Felix does not have support right now for OBR referrals. So > I added a patch, and I was hoping you guys could look at it and make sure it > makes sense. The only issue is that my code does not tak

Felix OBR referrals

2007-10-18 Thread Roshan A. Punnoose
Hi, I noticed that Felix does not have support right now for OBR referrals. So I added a patch, and I was hoping you guys could look at it and make sure it makes sense. The only issue is that my code does not take into account the attribute "depth", it will go through every referral and add all