unfortunately i don't.what i did for sure was changing some constants to lowercase: Types.javapublic 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
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
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
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