[jira] Resolved: (FELIX-533) Deactivate the Nullable objects

2008-04-17 Thread Guillaume Sauthier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Sauthier resolved FELIX-533. -- Resolution: Fixed > Deactivate the Nullable objects > --- >

[jira] Closed: (FELIX-533) Deactivate the Nullable objects

2008-04-17 Thread Guillaume Sauthier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Sauthier closed FELIX-533. > Deactivate the Nullable objects > --- > > Key: FEL

Re: Mave-Felix-Plugin compilation errors

2008-04-17 Thread Richard S. Hall
Carsten Ziegeler wrote: If its just a proof of concept and if there is no progress/work on it, shouldn't we drop this completely? Or, if we want to keep the code, move it into the sandbox? It probably should be in the sandbox someplace. -> richard

Re: Mave-Felix-Plugin compilation errors

2008-04-17 Thread Richard S. Hall
Stuart McCulloch wrote: On 17/04/2008, Richard S. Hall <[EMAIL PROTECTED]> wrote: I am not sure why maven-felix-plugin has been added to the build anyway, it used to be excluded. FYI, it was added because it is needed by the following examples sub-project: felix/examples/dictionar

Re: Felix hangs when loading org.apache.felix.log and org.apache.felix.eventadmin bundles

2008-04-17 Thread Richard S. Hall
Tim Moloney wrote: Thanks for the info. Will this be included in the upcoming 1.0.4 release? Yes. -> richard Tim Richard S. Hall wrote: In the trunk we have modified the framework so that it no longer tries to log to an available LogService for the time being, so this issue should be g

Re: Providing a callback to an OSGi bundle

2008-04-17 Thread Felix Meschberger
Hi Saminda, Am Donnerstag, den 17.04.2008, 14:56 +0530 schrieb Saminda Abeyruwan: > Bundle A exports package "x.y" and "a.b". These are the only packages it > exports. The logic of this bundle is such that it can populate a callback, > when some function is finished. Say this callback should imple

Providing a callback to an OSGi bundle

2008-04-17 Thread Saminda Abeyruwan
Hi Devs, I have faced with a use-case where a callback need to be passed to an OSGi bundle. Scenario: Bundle A exports package "x.y" and "a.b". These are the only packages it exports. The logic of this bundle is such that it can populate a callback, when some function is finished. Say this callb