[jira] Created: (FELIX-1124) ResourceNotFoundException too verbose

2009-05-05 Thread Thomas Diesler (JIRA)
ResourceNotFoundException too verbose - Key: FELIX-1124 URL: https://issues.apache.org/jira/browse/FELIX-1124 Project: Felix Issue Type: Bug Components: Framework Affects Versions: felix-1.6.

Re: Fragment support

2009-05-05 Thread Richard S. Hall
No problem. I have another fix to commit once SVN is working again. -> richard On 5/5/09 5:19 PM, Filippo Diotalevi wrote: On Tue, May 5, 2009 at 6:40 PM, Richard S. Hall wrote: Filippo, As it turns out, the use case I was trying to solve for GF also had overlapping requirements, so I wa

Re: Fragment support

2009-05-05 Thread Filippo Diotalevi
On Tue, May 5, 2009 at 6:40 PM, Richard S. Hall wrote: > Filippo, > > As it turns out, the use case I was trying to solve for GF also had > overlapping requirements, so I was forced to loosen up conflict > determination to some degree. I did as I said below, which is to check if > the requirements

[jira] Commented: (FELIX-1123) CLONE -system bundle does not correctly handle (export) package attributes

2009-05-05 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706184#action_12706184 ] Richard S. Hall commented on FELIX-1123: Refer to FELIX-969 for a test case showing

[jira] Closed: (FELIX-969) system bundle does not correctly handle (export) package attributes

2009-05-05 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-969. - Resolution: Fixed We are tracking this on FELIX-1123 for a future Felix release. > system bundle

[jira] Updated: (FELIX-1123) CLONE -system bundle does not correctly handle (export) package attributes

2009-05-05 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-1123: --- Affects Version/s: (was: felix-1.4.1) felix-1.6.0 Fix Versi

[jira] Updated: (FELIX-1123) CLONE -system bundle does not correctly handle (export) package attributes

2009-05-05 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-1123: --- Affects Version/s: (was: felix-1.4.1) felix-1.6.0 Fix Versi

[jira] Updated: (FELIX-1123) CLONE -system bundle does not correctly handle (export) package attributes

2009-05-05 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-1123: --- Affects Version/s: (was: felix-1.6.0) felix-1.4.1 Fix Versi

[jira] Created: (FELIX-1123) CLONE -system bundle does not correctly handle (export) package attributes

2009-05-05 Thread Richard S. Hall (JIRA)
CLONE -system bundle does not correctly handle (export) package attributes -- Key: FELIX-1123 URL: https://issues.apache.org/jira/browse/FELIX-1123 Project: Felix Issue

[jira] Created: (FELIX-1122) Extension bundles are not being removed from the bundle list when uninstalled

2009-05-05 Thread Richard S. Hall (JIRA)
Extension bundles are not being removed from the bundle list when uninstalled - Key: FELIX-1122 URL: https://issues.apache.org/jira/browse/FELIX-1122 Project: Felix

Re: Endless loop in resolving?

2009-05-05 Thread Richard S. Hall
Yes, this is a known issue. Other than using a timeout value so we can fail if it starts to take a long time, there isn't much else that can be done using the current algorithm. In cases where there are many combinations of providers where some lead to constraint violations, then the resolver

Endless loop in resolving?

2009-05-05 Thread Kristian Köhler
Hi i "missconfigured" my application and encountered a strange behaviour of the Felix resolver logic. I'm not sure if it is an endless lopp, but it seems to be one... I installed (via fileinstall) two different versions of some spring bundles. One of the pair is the normal one, the other com

[jira] Closed: (FELIX-1000) Updating an bundle which was installed via OBR fails

2009-05-05 Thread Kristian Koehler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Koehler closed FELIX-1000. --- works. Thanks Kristian > Updating an bundle which was installed via OBR fails > ---

Re: Donation of Sigil project to Felix

2009-05-05 Thread Stuart McCulloch
2009/5/6 David Savage > Yep that would certainly be interesting, an obvious extension is for > things like iPojo, Blueprint and DS as these runtime entities also > have dependencies (i.e. component A depends on component B etc) > > Be nice if you could switch between a module view and a service v

Re: Donation of Sigil project to Felix

2009-05-05 Thread David Savage
Yep that would certainly be interesting, an obvious extension is for things like iPojo, Blueprint and DS as these runtime entities also have dependencies (i.e. component A depends on component B etc) Be nice if you could switch between a module view and a service view for the same set of bundles (

Re: Fragment support

2009-05-05 Thread Richard S. Hall
Filippo, As it turns out, the use case I was trying to solve for GF also had overlapping requirements, so I was forced to loosen up conflict determination to some degree. I did as I said below, which is to check if the requirements are identical, if so I allow it, otherwise it is a conflict a

[jira] Commented: (FELIX-1111) Ability to run Karaf on Equinox

2009-05-05 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706077#action_12706077 ] Guillaume Nodet commented on FELIX-: Committed revision 771836. The framework

[jira] Commented: (FELIX-29) Implement bundle fragments

2009-05-05 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706060#action_12706060 ] Richard S. Hall commented on FELIX-29: -- The original support for fragments was very cons

How to run AspectJ under Felix 1.6.0 ? (NoAspectBoundException)

2009-05-05 Thread Chris. A
Hello, I use Felix 1.6.0 and wish to start a bundle coming with a "compiled aspect" (i.e.: no need for "load time weaving") : => does anyone know how to proceed ? Here are my current install steps : 1) starting Felix with "java -jar bin/felix.jar" [ 0] [Active ] [0] System Bundle (1.6

[jira] Assigned: (FELIX-1111) Ability to run Karaf on Equinox

2009-05-05 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned FELIX-: -- Assignee: Guillaume Nodet > Ability to run Karaf on Equinox > -

Re: Donation of Sigil project to Felix

2009-05-05 Thread Richard S. Hall
This sounds interesting. I particularly like your dependency visualizer and would like to see it extended to visualize more types of dependencies. I think we are seeing more interest in tooling lately and I think the efforts around tooling at Felix may be grow in the future, so this would fi

Fwd: WARNING: Maven 2.1 and GPG plugin interaction problems.....

2009-05-05 Thread Stuart McCulloch
FYI... -- Forwarded message -- From: Daniel Kulp Date: 2009/5/5 Subject: WARNING: Maven 2.1 and GPG plugin interaction problems. To: Maven Developers List Cc: us...@maven.apache.org This is just a warning that the Maven team has just discovered an interaction problem betwe

Donation of Sigil project to Felix

2009-05-05 Thread David Savage
Hi Felix Dev, I recently attended the OSGi Dev Con and chatted to some of you there about OSGi development tooling. From these conversations there seemed to be some interest in a donation of code from the Sigil project as a sub project of Felix. I understand the process to achieve this is via an i