Re: Commons logging issues

2003-02-10 Thread Andrew Evers
> Andrew, Daniel, pay attention: > > Craig R. McClanahan wrote: > >Why not just provide a trivially simple two-class JAR file that defines > >org.apache.commons.logging.Log and org.apache.commons.logging.LogFactory > >with exactly the same public APIs as the "real" ones? Then, just ship > >this ti

& chars in strings under 1.1

2003-02-10 Thread Rob Walker
Has anyone found a problem with "&" characters in XML/RPC 1.1. We're getting the following exception on the client side: === Fatal error parsing XML: org.xml.sax.SAXParseException: invalid Character Entitiy com.softsell.sovt.api.VtConnectionException: i/o exception in vmon proxy at com.s

(Fwd) Probs with & in data - working fix

2003-02-10 Thread Rob Walker
In fact, having tested this, I found that I need a call to chardata() to make this work: else if (obj instanceof Hashtable) { startElement("struct"); Hashtable struct = (Hashtable) obj; for (Enumeration e = struct.keys(); e.h

Re: & chars in strings under 1.1

2003-02-10 Thread Ryan Hoegg
Are you using SimpleXmlRpcClient? This was a problem but is now fixed in 1.2-beta, which should be released this week. -- Ryan Hoegg Rob Walker wrote: Has anyone found a problem with "&" characters in XML/RPC 1.1. We're getting the following exception on the client side: === Fatal error pars