8 messages in com.xensource.lists.xen-develRe: [Xen-devel] Java support for Xen ...
FromSent OnAttachments
Premjith Rayaroth29 Mar 2007 05:51 
Ray Kelm29 Mar 2007 05:58 
Ewan Mellor29 Mar 2007 06:24 
Ewan Mellor29 Mar 2007 06:26 
Anthony Liguori29 Mar 2007 06:31 
Ray Kelm29 Mar 2007 07:38 
Ray Kelm29 Mar 2007 07:50 
Ewan Mellor29 Mar 2007 07:55 
Subject:Re: [Xen-devel] Java support for Xen APIs
From:Ewan Mellor (ew@xensource.com)
Date:03/29/2007 06:26:15 AM
List:com.xensource.lists.xen-devel

On Thu, Mar 29, 2007 at 08:58:48AM -0400, Ray Kelm wrote:

I've had some success using the apache xml-rpc library to access xen with version 3.0.4. There were a few gotchas, such as having to enable extension support because xend was sending back nil as a result, which is only valid if extensions are enabled. Unfortunately, it appears that xend was not honoring the fact that extension support is negotiated.

For the Xen-API work, we're using this spec:

http://www.xmlrpc.com/spec

which doesn't include <nil/>. I'd consider anything that was returning nil to be a bug.

Ewan.