WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

Re: [Xen-API] What happened to the Java bindings?

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-API] What happened to the Java bindings?
From: "Michał Krysiński" <rozbudowywowywacz@xxxxxxxxx>
Date: Tue, 5 Aug 2008 11:48:55 +0200
Delivery-date: Tue, 05 Aug 2008 02:49:01 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=DF5lokBf1hvjhi574wAWrlOQGkmP3u2zwirpsA/aDJA=; b=lzfQjZ+mw0dZ9vyM0rX6VZOZqF/tPNp5BaeiO8ajZXacrHt4FIA4eaC7fXRrKOiuYv 3ywvt5W6CHOEjYggkBVO+m8udzX5gZABLF3KaxsEb/UBzqpnQiRPXbgoRUNGcWMsQnvy NvCBLVMoU5XWeVJKOllXWETXdpOWv9wk9B6sA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=YyMcF51GNz4iWlV+qQvv4LBCgMIUlHqXH9W6SalLdbIaN9pNT+xCkk9Kqr+WfBGxek NsyU/T6U83LjwPiPtYnWoooW2N8biqWoVuXFIcQfHL52/kiFkNIo2XBSxXwLwYU4LJam 3QZIP9ZeOi2YwOF3PNkiYqqXZ2xz574ZYQZgg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <006b01c8f67d$dadeab70$909c0250$@net>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <60D45469A1AAD311A04C009027B6BF68065792D1@SERVER20> <4a8ede090808041419q700b60f2pb6da35c6ed458b3e@xxxxxxxxxxxxxx> <006b01c8f67d$dadeab70$909c0250$@net>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx

unfortunately i don't.

what i did for sure was changing some constants to lowercase:

Types.java

public class Types{

...

public enum OnNormalExit{

//everyting to lowercase here

}

public enum OnCrashBehaviour{

// lowercase

}

...

}

it is likely that other enums have to be modified as well (these were enough for my purposes)

cheers, m

2008/8/5 Jesse Pasichnyk <jesse@xxxxxxxxxxxxx>

Do you have documented the differences you had to make changes for?

Thanks,

Jesse

 

From: xen-api-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-api-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Michal Krysinski
Sent: Monday, August 04, 2008 2:19 PM
To: Matthew Donovan
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-API] What happened to the Java bindings?

 


hey,
http://community.citrix.com/display/cdn/XenServer+SDK here are the bindings. they're for enterprise version, but by applying slight modifications I was able to use them with open source xen.
cheers, m

2008/8/4 Matthew Donovan <matthew@xxxxxxxxxxxxxx>

I've found numerous references to some XenAPI Java Bindings but the link
(http://www.cl.cam.ac.uk/~tw275/java-binding-source.tar.gz) seems to be
dead.

Is there an updated link?  Is the code just gone?

Thanks
-matthew

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

 


_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>