Re: upnp base driver

2009-03-26 Thread mathieu
Your network configuration may lack a default route. What does route command return ? mathieu On Wed, Mar 25, 2009 at 13:49, chihi asma wrote: > No there is no firewall, I can ping and telnet from one PC to the other. > > --- En date de : Mer 25.3.09, Francesco Furfari > a éc

Re: upnp base driver

2009-03-26 Thread mathieu
eth0 " [ source : http://ushare.geexbox.org/ (an UPnP A/V MediaServer program) ] mathieu On Thu, Mar 26, 2009 at 14:10, chihi asma wrote: > This is the result of route command: > > > Table de routage IP du noyau > Destination Passerelle  Genmask Indic Me

Felix OBR newbie question.

2008-05-16 Thread Mathieu Plourde
an see I got some basic problems with it. I would really appreciate if you could help me. Also if you have some interesting sites/doc about Felix OBR, send them out please. Thank you very much! Sincerely, Mathieu

Re: Felix OBR newbie question.

2008-05-17 Thread Mathieu Plourde
using RepositoryAdmin.class.getName()). I had no more problems using this because my inconsistency problems were solved. Thank you! 2008/5/16 Richard S. Hall <[EMAIL PROTECTED]>: > Mathieu Plourde wrote: > >> Hello all, >> >> I'm a newbie using Felix and I'm wondering how to

Re: Felix OBR newbie question.

2008-05-17 Thread Mathieu Plourde
#x27;m missing something though. Thanks! 2008/5/17 Richard S. Hall <[EMAIL PROTECTED]>: > Mathieu Plourde wrote: > >> Everything solved! >> >> > > Good, however... > > - My client bundle was not supposed to import >> org.apache.felix.bundlerepository, >&g

Question about Deployment Admin and Bundle Repository.

2008-05-29 Thread Mathieu Plourde
you very much! Sincerely, Mathieu Plourde

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Mathieu Plourde
In my application, the user would input the URL of the repository, and from a file (like repository.xml for the OBR), the service could download and deploy the deployment packages. Does it exist? Thanks. 2008/5/30 Felix Meschberger <[EMAIL PROTECTED]>: > Hi Mathieu, > > Am Donnerstag, d

Felix 1.0.3 to 1.0.4

2008-06-01 Thread Mathieu Plourde
Hello all, Is there any equivalent in 1.0.4 for Main.main(args) of 1.0.3? Thank you!

Re: Felix 1.0.3 to 1.0.4

2008-06-02 Thread Mathieu Plourde
ally are you looking? > > Thanks. > > -> richard > > > Mathieu Plourde wrote: > >> Hello all, >>Is there any equivalent in 1.0.4 for Main.main(args) of 1.0.3? >> >> Thank you! >> >> >> > >

org.osgi.service.cm package.

2008-06-02 Thread Mathieu Plourde
Hello all, Where is the org.osgi.service.cm package? I need to export it somehow because dependencymanager imports it. I'm having a bundle exception on runtime because it can't find that package. Thank you!

Is it possible to get a bundle from a path?

2008-06-12 Thread Mathieu Plourde
Is it possible to get a bundle from a path? Like if I have a file named testbundle.jar. Is it possible to get a bundle object from the path of the file? Thanks.

Unable to cache bundle...

2008-06-28 Thread Mathieu Plourde
Hello all, Whenever I try to use installBundle from a local file, I get a "Unable to cache bundle" error. I first tried using an OBR with local bundles (in the repository.xml, the uri attributes are all file:/), it didn't work. Then I tried using installBundle from the .jar's path instead, doesn't

iPOJO 1.3.0-SNAPSHOT - Implementation class constructor

2009-04-03 Thread Mathieu Civel
-> Cannot invoke the constructor (method not found)*" if I add some parameters in the constructor. And it works well without parameters. This exception happen when I try to get a object from the implemented service reference. Is that a wanted behaviour or did I miss something ? Thanks. Mathieu Civel.

Re: iPOJO 1.3.0-SNAPSHOT - Implementation class constructor

2009-04-03 Thread Mathieu Civel
Allright :) Thank you for this fast reply.

Re: iPOJO 1.3.0-SNAPSHOT - Implementation class constructor

2009-04-06 Thread Mathieu Civel
which seems to embed manipulator classes. Mathieu 2009/4/5 Clement Escoffier > Hi, > > I fixed the issue in the trunk. (I also re-deploy a version on the snapshot > maven repository). > > Regards, > > Clement

[iPOJO 1.3.0] iPOJO API and personal handlers

2009-04-16 Thread Mathieu Civel
h api methods. Is that an irrelevant matter ? Is there a less straightforward way ? Is this going to be implemented in the future ? Best regards, Mathieu.

Re: [iPOJO 1.3.0] iPOJO API and personal handlers

2009-04-16 Thread Mathieu Civel
Great :) Thanks 2009/4/16 Clement Escoffier > Hi, > On 16.04.2009, at 17:25, Mathieu Civel wrote: > > Hello, >> >> I am currently happy with the power of iPOJO and its API for building >> dynamic components. It appeared that the most elegant/easy/optimized way &

List entries with the bundle protocol

2009-04-26 Thread Triquoit Mathieu
? Thank you in advance, Best regards, Mathieu

Re: List entries with the bundle protocol

2009-04-28 Thread Triquoit Mathieu
Hi, Thank you very much, I will take a look. In fact, I am migrating an existing application and yes, there was a "Classpath scanner" which automatically loads language files by example. Thank you very much, Mathieu 2009/4/28 Neil Bartlett > Mathieu, > > But where do you

Re: List entries with the bundle protocol

2009-04-28 Thread Triquoit Mathieu
OK but I receive something like : bundle://140.0:1/org/mtr/resources. The package org.mtr.resources contains properties files and I would like to load these files. Is there a URL Converter or something like that ? Thanks, 2009/4/27 Stuart McCulloch > 2009/4/27 Triquoit Mathieu > &g

iPojo Extender Pattern => ClassNotFoundException

2009-05-04 Thread Triquoit Mathieu
retrieve some useful information... My problem is that I can deploy the first extension... but with the second one, I have a ClassNotFoundException ? If I deploy the second extension as first extension, it is ok but for the other, ClassNotFoundException again ? Any idea ? Thanks, Regards, Mathieu

Re: iPojo Extender Pattern => ClassNotFoundException

2009-05-05 Thread Triquoit Mathieu
what you mention, for the first extension, OK... for the second one, I have the exception when I perform the bundle.loadClass(clazz); Regards, Mathieu 2009/5/5 Clement Escoffier > Hi, > > Do you know which class cannot be loaded ? Is it the instantiated class, or > a used class ?

Re: iPojo Extender Pattern => ClassNotFoundException

2009-05-05 Thread Triquoit Mathieu
Ah yes, sorry... I had a in my pom.xml ... Now it works. Thanks to you for the quick reply :), Mathieu 2009/5/5 Clement Escoffier > > On 05.05.2009, at 09:36, Triquoit Mathieu wrote: > > Yes I follow the same schema... >> >> EditorModule which contains my HelpExten

[iPOJO 1.3.0] reconfiguration update callback

2009-05-26 Thread Mathieu Civel
e provides handler. Is that possible for you to check that or tell me that it's a wanted behavior ? Thanks. Mathieu Civel. P.S. It seems that BND don't want a lowercase letter for manifest keys (tryed the ant task only), hence ipojo-log-level didn't work for me until i changed it

Re: [iPOJO 1.3.0] reconfiguration update callback

2009-05-27 Thread Mathieu Civel
Allright, I've just added a jira issue : FELIX-1182 Thanks. 2009/5/27 Clement Escoffier > Hi, > > On 26.05.2009, at 16:48, Mathieu Civel wrote: > > Hi Clément, >> >> I'm using the combo File Install/Config Admin to manage my instances >> (great &g

java.io.IOException: FakeURLStreamHandler can not be used!

2009-05-28 Thread Triquoit Mathieu
java.net.URL.openConnection(Unknown Source) ... 14 more In main loop, we have serious trouble: java.lang.NullPointerException In main loop, we have serious trouble: java.lang.NullPointerException Do you have any idea ? Thanks in advance, Regards, Mathieu

The link to the Log bundle is not valid

2009-05-29 Thread Triquoit Mathieu
Hi guys, The link to download the Log bundle is invalid and point to the junit4osgi bundle. Could you please check ? Thanks in advance, Regards, Mathieu

Order the deployment

2009-06-12 Thread Triquoit Mathieu
e module A" ? Thanks in advance, Best regards, Mathieu

Re: Order the deployment

2009-06-12 Thread Triquoit Mathieu
ll be started before B before C. I don't know if it is clear ? Is there a way ? Thanks, Mathieu 2009/6/12 Toni Menzel > Can you explain why ? > In OSGi you should never depend on deployment order. Because of that > there is no api to do this. > Can you explain why you need

File Install ? FTP ?

2009-07-22 Thread Triquoit Mathieu
Dear all, Could you please clarify the usage of a FTP server with the File Install plugin since I see in the File Install Plugin page a configuration for the port ? Thanks in advance, Regards, Mathieu