Re: [Plastic-devs] plastic file ref
Brought to you by:
johndavidtaylor,
thomasboch
|
From: John T. <jon...@gm...> - 2006-07-07 12:10:17
|
> > >>> Also, I suppose badly behaved apps might not choose to respond and then >>> the hub has to start making decisions... but then I thought I observed >>> that the hub unregistered eirik, if it returned "false" ? >>> >> It certainly shouldn't do that. >> > > I think the problem was a bad cast I was making: quick question just to > clarify.. the third arg to perform is always an array in xml/List in java? > > That's right. Anything appearing in the Java API as a List, is passed as an xml-rpc array. This is hidden away on http://plastic.sourceforge.net/coremessages.html under general information. John |