Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Jochen Wiedmann
On Mon, Apr 14, 2008 at 1:05 AM, eejimkos [EMAIL PROTECTED] wrote: (HashMapString,ListString)client.execute(Open.OpenEnvironment1, params); I am not exactly sure, what you receive, but - Generics are a no - The ListString is converted into an Object[] Possibly other problems may be

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Jochen Wiedmann
On Mon, Apr 14, 2008 at 12:40 PM, Stanislav Miklik [EMAIL PROTECTED] wrote: return value (Jochen probably knows that always Object[], but since it is not described...) That's not completely true: See http://ws.apache.org/xmlrpc/faq.html#arrays May be, that we need to make this more

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Stanislav Miklik
{ result= (HashMapString,ListString)client.execute(Open.OpenEnvironment1, params); the problem is here...i can't cast to see my response since i use jdk6,i have to use generics??collection??any advise?? -- View this message in context: http://www.nabble.com/hi...problem-with-xml-rpc

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread Jochen Wiedmann
On Mon, Apr 14, 2008 at 12:55 PM, Stanislav Miklik [EMAIL PROTECTED] wrote: Btw: how can I create patch for doc? Just checkout the projects source code. All docs, including the web site, are part of it. Jochen -- Look, that's why there's rules, understand? So that you think before you

Re: hi...problem with xml rpc java and tomcat

2008-04-14 Thread eejimkos
://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16676281.html Sent from the Apache Xml-RPC - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

hi...problem with xml rpc java and tomcat

2008-04-13 Thread eejimkos
this message in context: http://www.nabble.com/hi...problem-with-xml-rpc-java-and-tomcat-tp16669185p16669185.html Sent from the Apache Xml-RPC - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED