[jira] Commented: (XMLRPC-89) cannot use Vector, Hashtable, etc as arguments of metheds in handler

2006-06-22 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-89?page=comments#action_12417299 ] Jochen Wiedmann commented on XMLRPC-89: --- Please try the following: Does it work, if you change the use of Vector on the server side to List? (Using a List is recommended

RE: [jira] Commented: (XMLRPC-89) cannot use Vector, Hashtable, e tc as arguments of metheds in handler

2006-06-22 Thread Han, Zhi (Zhi)
Still NO. I change the server method to public Vector getData(List req) { } and client side to List req = new Vector(); req.add(user); Vector params = new Vector(1); params.add(req); client.execute(handler.getData, params); I got the same exception Thanks, Zhi -Original Message-

[jira] Updated: (XMLRPC-89) cannot use Vector, Hashtable, etc as arguments of metheds in handler

2006-06-22 Thread Zhi Han (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-89?page=all ] Zhi Han updated XMLRPC-89: -- Attachment: Req2.xml This is the request message that always raise a illegal argument error in XmlRpcException, which is captured by tpc capture tool. cannot use Vector,

[jira] Assigned: (XMLRPC-89) cannot use Vector, Hashtable, etc as arguments of metheds in handler

2006-06-22 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-89?page=all ] Jochen Wiedmann reassigned XMLRPC-89: - Assign To: Jochen Wiedmann Preliminary inspection: This is a serious bug, because it will be a problem for backwards compatibility. We can handle it

[jira] Closed: (XMLRPC-88) org.apache.xml.security.encryption.XMLCipher.removeContent

2006-06-22 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-88?page=all ] Jochen Wiedmann closed XMLRPC-88: - Resolution: Invalid I cannot see, why this would be an issue for Apache XML-RPC. I suggest using a forum on java.sun.com, or a mailing list related to