On Tue, 12 May 2009 14:01:47 +0200, Andreas Hartmann <[email protected]> wrote: > Florent André schrieb: > > […] > >>> What are the parameters of the message? >> >> - To see this parameters, I do that in my code : >> message.getParameters().toString() >> - When I have the error the output is : [Ljava.lang.String;@7f7d2d >> >> I have to say that I really don't understand what it mean... > > http://www.javalobby.org/java/forums/t62802.html
hihi ! :) Ok sorry. Now, with the Arrays.toSring(message.getParameters()) I have that [publish, 49c679e0-3ef4-11de-ae0f-d221977096c2]... Publish is well what I want to do, and 49c... is well the uuid of the document I want to publish. This not really help me... :( Any usefull tips ? Thanks > > HTH, > > -- Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
