hello

I want to write a client  to show me a  speciell bug injava, the problem is the 
method "Bug.get_bugs".When I start theprogramm always the problem:
Exception in thread "main" java.lang.ClassCastException: java.lang.String 
cannot be cast to java.lang.Integer
is shown, can zou help me please,

thx

here is the part of my program

XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
 config.setServerURL(new URL("http://bugzilla.mozilla.org/xmlrpc.cgi";));
      XmlRpcClient client = new XmlRpcClient();
     
      ArrayList<Object> params = new ArrayList<Object>();
      config.setServerURL(new URL("https://bugzilla.mozilla.org/xmlrpc.cgi";));
      
      client.setConfig(config);
    Object ids[] =new Object[1];
      ids[0]= new Integer(1111);
      
      param.add(ids);
      HashMap resul t= (HashMap) client.execute("Bug.get_bugs", params);
      System.out.println(result);
      
"Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken"
http://www.klarmobil.de/index.html?pid=73025

Reply via email to