RE: Restlet in OSGi and implementation

2008-05-01 Thread Jerome Louvel
@restlet.tigris.org Cc : Edward Yakop Objet : Restlet in OSGi and implementation Dear Restlet community, Jerome, and Edward, Regarding Restlet and OSGi, even with the proper manifest I still need to do this: // Manually set the Restlet implementation, otherwise it won't be able

RE: Restlet in OSGi and implementation

2008-04-30 Thread Jerome Louvel
Hi Edward, I've confirmed that this doesn't work in equinox. It hink the reason why it doesn't work because of the recent changes from Require-Bundle - Import-Package. One way to get around this issue is for [com.noelios.restlet] Bundle to have an activator and when the bundle start,

RE: Restlet in OSGi and implementation

2008-04-24 Thread Jerome Louvel
-Message d'origine- De : Hendy Irawan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 23 avril 2008 17:44 À : discuss@restlet.tigris.org Cc : Edward Yakop Objet : Restlet in OSGi and implementation Dear Restlet community, Jerome, and Edward, Regarding Restlet and OSGi, even

Re: Restlet in OSGi and implementation

2008-04-24 Thread Hendy Irawan
Cc : Edward Yakop Objet : Restlet in OSGi and implementation Dear Restlet community, Jerome, and Edward, Regarding Restlet and OSGi, even with the proper manifest I still need to do this: // Manually set the Restlet implementation, otherwise it won't be able to // find

Restlet in OSGi and implementation

2008-04-23 Thread Hendy Irawan
Dear Restlet community, Jerome, and Edward, Regarding Restlet and OSGi, even with the proper manifest I still need to do this: // Manually set the Restlet implementation, otherwise it won't be able to // find it even though com.noelios.* bundles are installed