Hi,

On 28.01.11 13:56, "Nicolas Péon" <[email protected]> wrote:

>
>Thanks for the reply, I took a look at the arch command so I installed
>the gogo bundles but I didn't understand how to interact with the gogo
>bundle. I would like to use the gogo bundle to execute request like I did
>with the old felix shell.
>I used the org.apache.felix.shell.ShellService interface to call the
>executeCommand(String, PrintStream, PrintStream);
>Is there a simple way to do the same with the gogo bundle?

Yep:
http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.ipojo.arch.
gogo/1.0.1/org.apache.felix.ipojo.arch.gogo-1.0.1.jar

Commands are:
ipojo:instances => arch
ipojo:instance instance_name => arch -instance instance_name
ipojo:factories => arch -factories
ipojo:factory factory_name => arch -factory factory_name
ipojo:handlers => arch -handlers

Regards,

Clement


>> From: [email protected]
>> Date: Mon, 24 Jan 2011 16:35:50 +0100
>> Subject: Re: Installation process and active state
>> To: [email protected]
>> 
>> The bundle which contains A is active, and that doesn't means your
>>service
>> is valid.
>> you could use the arch command
>> http://felix.apache.org/site/ipojo-arch-command.html
>> to see the state of the service A
>> 
>> 2011/1/24 Nicolas Péon <[email protected]>
>> 
>> >
>> > Hi every one,
>> > I'm developing an application in which I use Ipojo. My problem is
>>that when
>> > a bundle is in the active mode from the felix console, it doesn't
>>mean that
>> > the services it provides are running. I have a service A that need
>>another
>> > service, B. B is not present in the felix framework but A appears to
>>be
>> > active. So my question is, is there a way to know if A has all its
>>reference
>> > resolved or not?
>> > Regards,Nicolas.
>> 
>> 
>> 
>> 
>> -- 
>> Issac Noé García Garza
>                           



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to