Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-17 Thread Mike Veksler
Nice, Thanks for the info. I have used help but not all commands show up in the help context. On Fri, Jun 17, 2011 at 1:48 AM, Derek Baum wrote: > On 16 June 2011 18:51, Mike Veksler wrote: > > > > > > Thanks for the info on the "e" and "type" commands. I did not see them > > documented anywhe

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-17 Thread Derek Baum
On 16 June 2011 18:51, Mike Veksler wrote: > > > Thanks for the info on the "e" and "type" commands. I did not see them > documented anywhere did you dig in the code to uncover theme? > There is a brief overview of the RFC here http://felix.apache.org/site/rfc-147-overview.html This shows the 'e

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
ache.felix.gogo.runtime.Closure.execute(Closure.java:183) >>>>>>>>> at >>>>>>>>> org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) >>>>>>>>> at >>>>>>>>>> >>>>>&

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Richard S. Hall
i try to lookup help iside Felix Gogo shell, I get error: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String; Here is the code with annotation: package com.packtpub.felix.bookshelf.service.tui; import com.packtpub.felix.bookshelf.inventory.api.Boo

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
gt;> org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.jav >> >>> a:89) >>>>>>>> at >>>>>>>> org.apache.felix.shell.remote.Shell.startGogoShell(Shell.java:108) >>>>>>>

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Richard S. Hall
lix the application runs fine but if i try to lookup help iside Felix Gogo shell, I get error: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String; Here is the code with annotation: package com.packtpub.felix.

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Richard S. Hall
but if i try to lookup help iside Felix Gogo shell, I get error: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String; Here is the code with annotation: package com.packtpub.felix.bookshelf.service.tui; import com.packtpub.felix.bookshelf.inventory.api.Book; import com.p

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > &

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Derek Baum
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
t; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Derek Baum
? > > > > Type 'e' in gogo after an exception is reported to see the stack trace > > > > 'e' is actually a function: > > g! type e > > e is function { $exception printStackTrace } > > > > which simply invokes the printStackTrace() meth

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
Annotation and Meta.xml. When I > > deploy application to Felix the application runs fine but if i try to > > lookup > > help iside Felix Gogo shell, I get error: gogo: ClassCastException: > > java.lang.String cannot be cast to [Ljava.lang.String; > >

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Derek Baum
try to > lookup > help iside Felix Gogo shell, I get error: gogo: ClassCastException: > java.lang.String cannot be cast to [Ljava.lang.String; > > Here is the code with annotation: > > package com.packtpub.felix.bookshelf.service.tui; > > import c

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Mike Veksler
nd > > one of the the examples is to use IPOJO Annotation and Meta.xml. When I > > deploy application to Felix the application runs fine but if i try to > > lookup > > help iside Felix Gogo shell, I get error: gogo: ClassCastException: > > java.lang.St

Re: gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-16 Thread Per-Erik Svensson
d Apache Felix 3.0 book and > one of the the examples is to use IPOJO Annotation and Meta.xml. When I > deploy application to Felix the application runs fine but if i try to > lookup > help iside Felix Gogo shell, I get error: gogo: ClassCastException: > java.lang.String cannot be cas

gogo: ClassCastException: java.lang.String cannot be cast to [Ljava.lang.String;

2011-06-15 Thread Mike Veksler
: java.lang.String cannot be cast to [Ljava.lang.String; Here is the code with annotation: package com.packtpub.felix.bookshelf.service.tui; import com.packtpub.felix.bookshelf.inventory.api.Book; import com.packtpub.felix.bookshelf.inventory.api.BookAlreadyExistsException; import