[jira] Updated: (FELIX-660) "Class in different directory than declared" error when bundle classes in a directory other than bundle root

2008-08-04 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch updated FELIX-660: --- Fix Version/s: maven-bundle-plugin-1.4.3 Thanks for the testcase - setting fix target to 1.4.3

[jira] Commented: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Francesco Furfari (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619704#action_12619704 ] Francesco Furfari commented on FELIX-642: - Actually the timeout you refer is 120.000

[jira] Commented: (FELIX-660) "Class in different directory than declared" error when bundle classes in a directory other than bundle root

2008-08-04 Thread Nick Campion (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619693#action_12619693 ] Nick Campion commented on FELIX-660: Verified on linux (SLES 10 2.6.16.60), arch "x86",

[jira] Updated: (FELIX-659) Should lastModified() from "bundle:" URLs return JarEntry.getTime() instead of Bundle.getLastModified()

2008-08-04 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-659: -- Fix Version/s: (was: felix-1.2.0) > Should lastModified() from "bundle:" URLs return JarEntr

[jira] Updated: (FELIX-660) "Class in different directory than declared" error when bundle classes in a directory other than bundle root

2008-08-04 Thread Gopalakrishnan U (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopalakrishnan U updated FELIX-660: --- Attachment: test_felix_660.zip A simple test eclipse project to recreate the problem. Unzip/Im

[jira] Created: (FELIX-660) "Class in different directory than declared" error when bundle classes in a directory other than bundle root

2008-08-04 Thread Gopalakrishnan U (JIRA)
"Class in different directory than declared" error when bundle classes in a directory other than bundle root Key: FELIX-660 URL: https://issues.apache.org

[jira] Created: (FELIX-659) Should lastModified() from "bundle:" URLs return JarEntry.getTime() instead of Bundle.getLastModified()

2008-08-04 Thread Richard S. Hall (JIRA)
Should lastModified() from "bundle:" URLs return JarEntry.getTime() instead of Bundle.getLastModified() --- Key: FELIX-659 URL: https://issues.apache.org/jira/brow

[jira] Resolved: (FELIX-582) felix URLs do not return a proper value for lastModified()

2008-08-04 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-582. --- Resolution: Fixed Assignee: Richard S. Hall I have applied this patch to use Bundle.getL

[jira] Resolved: (FELIX-577) Problems with the bundle url protocol

2008-08-04 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-577. --- Resolution: Fixed I have applied this patch. Guillaume, please close this issue if you are sa

[jira] Commented: (FELIX-582) felix URLs do not return a proper value for lastModified()

2008-08-04 Thread Costin Leau (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619525#action_12619525 ] Costin Leau commented on FELIX-582: --- Interesting outcome. My interest was in the bundle.ge

RE: Classloading across bundles

2008-08-04 Thread Craig Phillips
Hi, Not that I'm doing anything other than slightly venting myself, with no intentional bashing of any kind (other than maybe the whole class loading invention in java, more or less)... Those Class.forName() constructs seem to be a constant source of frustration, especially when coupled to things

Re: Classloading across bundles

2008-08-04 Thread Jackson, Bruce
Thanks for that, I've got to the bottom of the problem. Its quite obscure: obviously, my handler does many other things and contains a helper which in the constructor stores a copy of the class name. In the invoke, the stored class name is used in a Class.forName() call, and that is what causes t

[jira] Assigned: (FELIX-577) Problems with the bundle url protocol

2008-08-04 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall reassigned FELIX-577: - Assignee: Richard S. Hall > Problems with the bundle url protocol > --

[jira] Resolved: (FELIX-658) Extend deployment admin to optionally support not stopping the world on updates.

2008-08-04 Thread Christian van Spaandonk (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian van Spaandonk resolved FELIX-658. --- Resolution: Fixed I agree this is not very OSGi-like, a change has been commit

[jira] Resolved: (FELIX-514) Update compendium bundle to include osgi r4.1 interfaces

2008-08-04 Thread Christian van Spaandonk (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian van Spaandonk resolved FELIX-514. --- Resolution: Fixed Compendium bundle has been updated (as of revision 681945) a

[jira] Resolved: (FELIX-590) Remove compendium 4.1 interfaces from deploymentadmin bundle

2008-08-04 Thread Christian van Spaandonk (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian van Spaandonk resolved FELIX-590. --- Resolution: Fixed Removed as of revision 682332, issue resolved. > Remove com

[jira] Assigned: (FELIX-658) Extend deployment admin to optionally support not stopping the world on updates.

2008-08-04 Thread Christian van Spaandonk (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian van Spaandonk reassigned FELIX-658: - Assignee: Christian van Spaandonk > Extend deployment admin to optionally

[jira] Created: (FELIX-658) Extend deployment admin to optionally support not stopping the world on updates.

2008-08-04 Thread Marcel Offermans (JIRA)
Extend deployment admin to optionally support not stopping the world on updates. Key: FELIX-658 URL: https://issues.apache.org/jira/browse/FELIX-658 Project: Felix

[jira] Resolved: (FELIX-548) Import-Package version qualifiers vary depending on dependency scope.

2008-08-04 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-548. Resolution: Fixed Updated the wiki: http://cwiki.apache.org/confluence/display/FELIX/Apache

[jira] Resolved: (FELIX-636) Bundle-SymbolicName is generated incorrectly

2008-08-04 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-636. Resolution: Fixed Updated the wiki: http://cwiki.apache.org/confluence/display/FELIX/Apache

Classloading across bundles

2008-08-04 Thread Stuart McCulloch
2008/8/4 Jackson, Bruce <[EMAIL PROTECTED]> > Hi Stuart > > Well, that's interesting. To use your description of my problem (which is > correct) the interface ObjectManagement declared in bundle A is indeed > public, and it is also imported by B. B provides its own interface (in the > code fragmen

[jira] Commented: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Bruce Jackson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619466#action_12619466 ] Bruce Jackson commented on FELIX-642: - It sounds like there's some kind of timeout happe

[jira] Updated: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Daniel Felsing (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Felsing updated FELIX-642: - Description: Ok...overall problem is as follows: upnp event delivery to OSGi event listeners fail

[jira] Updated: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Daniel Felsing (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Felsing updated FELIX-642: - Description: Ok...overall problem is as follows: upnp event delivery to OSGi event listeners fail

Re: [jira] Updated: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Jackson, Bruce
It sounds like there's some kind of timeout happening in the base driver which is causing un-subscription to occur. Have you tried spawning a thread in A that generates regular "alive" events that don't do anything but just keep the system up? I've just looked at page 62 of the UPnP spec, and i

[jira] Updated: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Daniel Felsing (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Felsing updated FELIX-642: - Description: Ok...overall problem is as follows: upnp event delivery to OSGi event listeners fail

[jira] Updated: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Daniel Felsing (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Felsing updated FELIX-642: - Description: Ok...overall problem is as follows: upnp event delivery to OSGi event listeners fail

[jira] Updated: (FELIX-642) upnp event delivery to OSGi event listeners fails on random devices after a certain period of time

2008-08-04 Thread Daniel Felsing (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Felsing updated FELIX-642: - Description: Ok...overall problem is as follows: upnp event delivery to OSGi event listeners fail

Re: Classloading across bundles

2008-08-04 Thread Jackson, Bruce
Hi Stuart Well, that's interesting. To use your description of my problem (which is correct) the interface ObjectManagement declared in bundle A is indeed public, and it is also imported by B. B provides its own interface (in the code fragment, its passed as the argument clazz) which it passes

[jira] Created: (FELIX-657) Devices get lost after a certain period of time (SSDP sockets do not get closed properly in cyberlink lib)

2008-08-04 Thread Daniel Felsing (JIRA)
Devices get lost after a certain period of time (SSDP sockets do not get closed properly in cyberlink lib) -- Key: FELIX-657 URL: https://issues.apache.org/jir