[gogo] help command throws ClassCastException if any osgi.command.function 
service property is not String[]
-----------------------------------------------------------------------------------------------------------

                 Key: FELIX-3001
                 URL: https://issues.apache.org/jira/browse/FELIX-3001
             Project: Felix
          Issue Type: Bug
          Components: Gogo Command
            Reporter: Derek Baum
            Priority: Minor


java.lang.ClassCastException: java.lang.String cannot be cast to
[Ljava.lang.String;
       at org.apache.felix.gogo.command.Basic.getCommands(Basic.java:384)
       at org.apache.felix.gogo.command.Basic.help(Basic.java:211)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at
org.apache.felix.gogo.runtime.Reflective.method(Reflective.java:136)
       at

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to