> 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
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
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
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