Good catch Mr. England-Sullivan, I wasn't aware that the pax-construct
gave me the !2006! version
of that dependency. I've now changed that to these, which I hope are
the appropriate ones:

      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId> org.osgi.core</artifactId>
        <version> 4.3.0</version>
        <scope>provided</scope>
        <optional>true</optional>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.compendium</artifactId>
        <version>4.2.0</version>
        <scope>provided</scope>
        <optional>true</optional>
      </dependency>


Thanks for mentioning it Mr. Baum. Is it true then that one shouldn't
see any of the commands,
with or without the MetaType bundle loaded?
Since the 1.6.2-SNAPSHOT version would lead at least to the
possibility of somewhat unstable
behavior, I'm going for the webconsole.



2012/10/29 Derek Baum <[email protected]>:
> Or the web console, which has a tab for managing components.
> On 29 Oct 2012 22:46, "Derek Baum" <[email protected]> wrote:
>
>> The gogo SCR commands were added after the 1.6.0 release. So you'll have
>> to use the 1.6.2-SNAPSHOT.
>>
>> --
>> Derek
>>  On 29 Oct 2012 13:57, "Kjell Otto" <[email protected]> wrote:
>>
>>> Hi there,
>>>
>>> I can't see any of the scr commands in the shell.
>>>
>>> Issueing the help command shows this:
>>>
>>> felix:bundlelevel
>>> felix:cd
>>> felix:frameworklevel
>>> felix:headers
>>> felix:help
>>> felix:inspect
>>> felix:install
>>> felix:lb
>>> felix:log
>>> felix:ls
>>> felix:refresh
>>> felix:resolve
>>> felix:start
>>> felix:stop
>>> felix:uninstall
>>> felix:update
>>> felix:which
>>> gogo:cat
>>> gogo:each
>>> gogo:echo
>>> gogo:format
>>> gogo:getopt
>>> gogo:gosh
>>> gogo:grep
>>> gogo:not
>>> gogo:set
>>> gogo:sh
>>> gogo:source
>>> gogo:tac
>>> gogo:telnetd
>>> gogo:type
>>> gogo:until
>>> obr:deploy
>>> obr:info
>>> obr:javadoc
>>> obr:list
>>> obr:repos
>>> obr:source
>>>
>>> And the service is running properly:
>>>
>>> g! lb
>>> START LEVEL 6
>>>    ID|State      |Level|Name
>>>     0|Active     |    0|System Bundle (4.0.2)
>>>     1|Active     |    1|Apache Felix Gogo Shell (0.10.0)
>>>     2|Active     |    1|Apache Felix Gogo Runtime (0.10.0)
>>>     3|Active     |    5|Apache Felix Log Service (1.0.1)
>>>     4|Active     |    5|osgi.core (4.1.0.build-200702212030)
>>>     5|Active     |    5|osgi.compendium (4.1.0.build-200702212030)
>>>     6|Active     |    5|Apache Felix Declarative Services (1.6.0)
>>>     7|Active     |    5|Apache Felix Configuration Admin Service (1.4.0)
>>>     8|Active     |    5|Apache Felix Bundle Repository (1.6.6)
>>>    40|Active     |    1|Apache Felix Gogo Command (0.12.0)
>>>
>>> Any ideas? Do I need to explicitly provision a bundle for the commands
>>> in addition?
>>>
>>> Greetings,
>>> Kjellksi
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>

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

Reply via email to