Re: Fragment support 1.0.4 to 1.2 doesn't Import classes

2008-09-12 Thread Richard S. Hall
Daniel, I just applied a patch to trunk that makes the fragment install exception configurable. For details: https://issues.apache.org/jira/browse/FELIX-725 I have deployed a new maven snapshot or you can build from trunk if you want to use it. -> richard Daniel Rubio wrote: I hadn't

[jira] Closed: (FELIX-725) Make fragment install exception configurable

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-725. - Resolution: Fixed Introduced a new configuration property called 'felix.fragment.validation' whic

[jira] Created: (FELIX-725) Make fragment install exception configurable

2008-09-12 Thread Richard S. Hall (JIRA)
Make fragment install exception configurable Key: FELIX-725 URL: https://issues.apache.org/jira/browse/FELIX-725 Project: Felix Issue Type: Improvement Components: Framework Affects

[jira] Updated: (FELIX-724) Dynamic imports should not be searched if the bundle already has required or exported the package

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-724: -- Description: When searching for a class, we search a bundle's imports, then required bundles, th

[jira] Updated: (FELIX-724) Dynamic imports should not be searched if the bundle already has required or exported the package

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-724: -- Fix Version/s: felix-1.2.2 > Dynamic imports should not be searched if the bundle already has re

[jira] Updated: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-722: -- Fix Version/s: felix-1.2.2 > Can't manage split packages with Require-Bundle header > --

[jira] Updated: (FELIX-713) Add support for Bundle.start(int)

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-713: -- Fix Version/s: felix-1.2.2 > Add support for Bundle.start(int) > ---

[jira] Updated: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-722: -- Fix Version/s: (was: felix-1.2.1 ) > Can't manage split packages with Require-Bundle header

[jira] Created: (FELIX-724) Dynamic imports should not be searched if the bundle already has required or exported the package

2008-09-12 Thread Richard S. Hall (JIRA)
Dynamic imports should not be searched if the bundle already has required or exported the package - Key: FELIX-724 URL: https://issues.apache.org/jira/browse/FELIX-724

[jira] Commented: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630642#action_12630642 ] Richard S. Hall commented on FELIX-722: --- I think I have gotten to the bottom of this,

[jira] Updated: (FELIX-713) Add support for Bundle.start(int)

2008-09-12 Thread Sahoo (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sahoo updated FELIX-713: Attachment: Felix-713.zip This patch adds supports for Bundle.start(START_TRANSIENT) and Bundle.stop(STOP_TRANSIENT

ipojo event admin handler

2008-09-12 Thread anne.gerodolle
Hi everybody, is there any plan to release the ipojo event admin handler bunlde, or at least to make it available on an OBR ? I've notices it was not released with ipojo 0.8.0 . regarding namespaces, some handlers use the org.apache.felix.ipojo.handlers prefix, other org.apache.felix.ipojo.handle

Re: web console multi file upload and install

2008-09-12 Thread Roger Martin
Hi Felix, It is solely in the client side javascript and using flash. The FancyUpload builds a hidden queue in the DOM and then sends them one by one back to the server as if the user did it. I was hoping to hear more from Rob. Planning on creating a patch. There were a couple of JavaScript va

[jira] Updated: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-721: - Assignee: Karl Pauls > NPE in FilterImpl.toString() > > > Key

[jira] Resolved: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-721. -- Resolution: Fixed Fixed in trunk as of revision 694713. Please close this issue if it works for you. >

[jira] Assigned: (FELIX-723) ArrayIndexOutOfBoundsException in aQute.lib.osgi.Clazz.parseClassFile

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch reassigned FELIX-723: -- Assignee: Peter Kriens Hi Peter - do you have any time to look into this? it's either a

[jira] Assigned: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall reassigned FELIX-722: - Assignee: Richard S. Hall > Can't manage split packages with Require-Bundle header > -

[jira] Commented: (FELIX-723) ArrayIndexOutOfBoundsException in aQute.lib.osgi.Clazz.parseClassFile

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630583#action_12630583 ] Stuart McCulloch commented on FELIX-723: OK, here's a much simpler testcase pom that

[REPORT] Apache Felix

2008-09-12 Thread Richard S. Hall
Apache Felix Board Report Community * Presented iPOJO at the OSGi Community Event in Berlin in June. * Added committers Edward Yakop and Makas Lau for Log Service contribution. * Received a contribution from Dieter Wimberger for a bundle that provides simple remote telnet acce

[jira] Commented: (FELIX-723) ArrayIndexOutOfBoundsException in aQute.lib.osgi.Clazz.parseClassFile

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630579#action_12630579 ] Stuart McCulloch commented on FELIX-723: FYI, removing the embed instruction just me

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630574#action_12630574 ] Stuart McCulloch commented on FELIX-721: +1, patch looks good to me. > NPE in Filte

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630565#action_12630565 ] Richard S. Hall commented on FELIX-721: --- Seems reasonable to me. > NPE in FilterImpl.

[jira] Created: (FELIX-723) ArrayIndexOutOfBoundsException in aQute.lib.osgi.Clazz.parseClassFile

2008-09-12 Thread Brad Cox (JIRA)
ArrayIndexOutOfBoundsException in aQute.lib.osgi.Clazz.parseClassFile - Key: FELIX-723 URL: https://issues.apache.org/jira/browse/FELIX-723 Project: Felix Issue Type: Bug

[jira] Updated: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-721: - Attachment: ldap.patch This patch should fix the issue by making the children member volatile and assign

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630514#action_12630514 ] Karl Pauls commented on FELIX-721: -- o.k., I can do this today. > NPE in FilterImpl.toStri

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630513#action_12630513 ] Stuart McCulloch commented on FELIX-721: yes, that should work (need to update all t

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630512#action_12630512 ] Karl Pauls commented on FELIX-721: -- Hi Stuart, yes, this makes sense. It seems to be the c

[jira] Commented: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630511#action_12630511 ] Stuart McCulloch commented on FELIX-722: FYI, I've also confirmed this works in Equi

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630509#action_12630509 ] Stuart McCulloch commented on FELIX-721: simplest fix would be to make FilterImpl.to

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630506#action_12630506 ] Stuart McCulloch commented on FELIX-721: Actually I think I've figured out the bug..

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630502#action_12630502 ] Stuart McCulloch commented on FELIX-721: Another option (if it is truly random) woul

[jira] Updated: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop updated FELIX-722: Attachment: test-splitpackage.tgz In this archive, you will find the three bundles (generated under

[jira] Created: (FELIX-722) Can't manage split packages with Require-Bundle header

2008-09-12 Thread Pierre De Rop (JIRA)
Can't manage split packages with Require-Bundle header -- Key: FELIX-722 URL: https://issues.apache.org/jira/browse/FELIX-722 Project: Felix Issue Type: Bug Components: Framework

[jira] Commented: (FELIX-721) NPE in FilterImpl.toString()

2008-09-12 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630501#action_12630501 ] Karl Pauls commented on FELIX-721: -- Do you think it is possible to get me the filter that f