loadclass command not available until some other command is added
-----------------------------------------------------------------
Key: FELIX-2724
URL: https://issues.apache.org/jira/browse/FELIX-2724
Project: Felix
Issue Type: Bug
Components: Gogo Shell
Affects Versions: gogo-0.6.1
Reporter: Sahoo
ss141...@sahoo:~/software/felix-framework-3.0.6$ java -jar bin/felix.jar
____________________________
Welcome to Apache Felix Gogo
g! loadclass
gogo: CommandNotFoundException: Command not found: loadclass
g! addcommand b (bundle 0)
g! loadclass
gogo: IllegalArgumentException: Cannot coerce loadclass() to any of [(String)]
As you can see from the above output, first time I tried loadclass command, it
was not available, but second time it was. I have only default felix bundles
installed.
g! lb
START LEVEL 1
ID|State |Level|Name
0|Active | 0|System Bundle (3.0.6)
1|Active | 1|Apache Felix Bundle Repository (1.6.2)
2|Active | 1|Apache Felix Gogo Command (0.6.1)
3|Active | 1|Apache Felix Gogo Runtime (0.6.1)
4|Active | 1|Apache Felix Gogo Shell (0.6.1)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.