[libvirt] Java Bindings ConnectAuthDefault callback never called

2014-04-14 Thread Sergio Rodriguez de Guzman
I'm following the instructions mentioned in the list some years ago about using a subclass of ConnectAuth using ConnectAuthDefault as a sample: "You could create your own subclass of ConnectAuth, and override the method:" public abstract int callback(Credential[] cred); What I'm doing is just

Re: [libvirt] Libvirt Java Bindings - adding domain event support - pull request

2014-03-03 Thread Chris Ellis
Hi Claudio On Mon, Mar 3, 2014 at 3:00 PM, Claudio Bley wrote: > At Thu, 27 Feb 2014 03:47:31 +, > Chris Ellis wrote: > > > > Hi all > > > > I'm new to this list, I've been making use of the Libvirt Java bindings > > recently. I wanted to

Re: [libvirt] Libvirt Java Bindings - adding domain event support - pull request

2014-03-03 Thread Claudio Bley
At Thu, 27 Feb 2014 03:47:31 +, Chris Ellis wrote: > > Hi all > > I'm new to this list, I've been making use of the Libvirt Java bindings > recently. I wanted to make use of domain events yesterday > so my application can be alerted when the state of a domain

Re: [libvirt] Libvirt Java Bindings - adding domain event support - pull request

2014-02-28 Thread Eric Blake
On 02/26/2014 08:47 PM, Chris Ellis wrote: > Hi all > > I'm new to this list, I've been making use of the Libvirt Java bindings > recently. I wanted to make use of domain events yesterday > so my application can be alerted when the state of a domain changes etc. Sidelin

Re: [libvirt] Libvirt Java Bindings - adding domain event support - pull request

2014-02-27 Thread Daniel P. Berrange
On Thu, Feb 27, 2014 at 03:47:31AM +, Chris Ellis wrote: > Hi all > > I'm new to this list, I've been making use of the Libvirt Java bindings > recently. I wanted to make use of domain events yesterday > so my application can be alerted when the state of a domain cha

[libvirt] Libvirt Java Bindings - adding domain event support - pull request

2014-02-26 Thread Chris Ellis
Hi all I'm new to this list, I've been making use of the Libvirt Java bindings recently. I wanted to make use of domain events yesterday so my application can be alerted when the state of a domain changes etc. However I quickly discovered that domain events are completely broken in t

[libvirt] Java Bindings Memory Leak

2010-12-18 Thread Jason K Yellick
Currently I am involved in a project which is utilizing the libvirt Java JNA bindings.  I appreciate the work which has been done on these bindings, but they appear to be leaking memory. I have tested this at a few different versions on a few different platforms including libvirt-java-0.4.6 with li

[libvirt] LIbvirt Java Bindings 0.4.5 Released

2010-05-24 Thread Bryan Kearney
I have just released 0.4.5 of the libvirt java bindings. This release rings the supported libvirt API up to 0.8.1. You can access the latest version via the following means: Source Code: http://www.libvirt.org/git/?p=libvirt-java.git;a=summary Bundled Source (tarball and SRPM): http

Re: [libvirt] Question about the libvirt Java bindings

2010-05-24 Thread Bryan Kearney
On 05/24/2010 05:18 AM, Dustin Xiong wrote: > Dear all: > > I encounter a problem when I running the libvirt java bindings test > program. I download the libvirt-java-0.4.3.tar.gz. Then compiled > successful, but the test program can't running. > > # ant build > B

[libvirt] Question about the libvirt Java bindings

2010-05-24 Thread Dustin Xiong
Dear all: I encounter a problem when I running the libvirt java bindings test program. I download the libvirt-java-0.4.3.tar.gz. Then compiled successful, but the test program can't running. # ant build Buildfile: build.xml init: [copy] Copying 1 file to /home/dustin/libvirt-java-

Re: [libvirt] Java Bindings up to 0.8.1: Need Help Testing

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 01:03:32PM -0400, Bryan Kearney wrote: > I have moved the bindings up to 0.8.1. It is mostly cut and paste code, > but the test driver does not support some of the new features so I would > appreciate if someone could bang on them a bit. Specifically, I would > like to se

[libvirt] Java Bindings up to 0.8.1: Need Help Testing

2010-05-19 Thread Bryan Kearney
I have moved the bindings up to 0.8.1. It is mostly cut and paste code, but the test driver does not support some of the new features so I would appreciate if someone could bang on them a bit. Specifically, I would like to see someone try out: Snapshots Streams (Callbacks in particular) Secret

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-30 Thread Bryan Kearney
Thomas Treutner wrote: On Thursday 30 July 2009 13:57:44 Thomas Treutner wrote: On Thursday 30 July 2009 03:30:20 Bryan Kearney wrote: Can you try the new release? It is cleaned up.. and should be easier to consume. Let me know if there are issues. Thanks, works fine so far (liblibvirt.so issu

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-30 Thread Bryan Kearney
Thomas Treutner wrote: On Thursday 30 July 2009 13:57:44 Thomas Treutner wrote: On Thursday 30 July 2009 03:30:20 Bryan Kearney wrote: Can you try the new release? It is cleaned up.. and should be easier to consume. Let me know if there are issues. Thanks, works fine so far (liblibvirt.so issu

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-30 Thread Thomas Treutner
On Thursday 30 July 2009 13:57:44 Thomas Treutner wrote: > On Thursday 30 July 2009 03:30:20 Bryan Kearney wrote: > > Can you try the new release? It is cleaned up.. and should be easier to > > consume. Let me know if there are issues. > > Thanks, works fine so far (liblibvirt.so issue is gone). S

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-30 Thread Thomas Treutner
On Thursday 30 July 2009 03:30:20 Bryan Kearney wrote: > Can you try the new release? It is cleaned up.. and should be easier to > consume. Let me know if there are issues. Thanks, works fine so far (liblibvirt.so issue is gone). kr, thomas -- Libvir-list mailing list Libvir-list@redhat.com htt

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-29 Thread Bryan Kearney
Can you try the new release? It is cleaned up.. and should be easier to consume. Let me know if there are issues. -- bk Thomas Treutner wrote: On Wednesday 29 July 2009 13:49:45 Bryan Kearney wrote: Thomas Treutner wrote: On Tuesday 28 July 2009 14:42:42 Bryan Kearney wrote: Thomas Treutner

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-29 Thread Thomas Treutner
On Wednesday 29 July 2009 13:49:45 Bryan Kearney wrote: > Thomas Treutner wrote: > > On Tuesday 28 July 2009 14:42:42 Bryan Kearney wrote: > >> Thomas Treutner wrote: > >>> When using it with my tiny test application (which works fine with the > >>> JNI version), it first complains that /etc/pki/CA

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-29 Thread Bryan Kearney
Thomas Treutner wrote: On Tuesday 28 July 2009 14:42:42 Bryan Kearney wrote: Thomas Treutner wrote: When using it with my tiny test application (which works fine with the JNI version), it first complains that /etc/pki/CA/cacert.pem can not be found. As I installed libvirt from source, it's in /

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-29 Thread Thomas Treutner
On Tuesday 28 July 2009 14:42:42 Bryan Kearney wrote: > Thomas Treutner wrote: > > When using it with my tiny test application (which works fine with the > > JNI version), it first complains that /etc/pki/CA/cacert.pem can not be > > found. As I installed libvirt from source, it's in /usr/local/...

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-28 Thread Bryan Kearney
Thomas Treutner wrote: On Saturday 25 July 2009 13:56:36 Bryan Kearney wrote: I would like to get some comments on an initial cut of the java bindings on top of JNA[1]. They are not 100% complete (see below), but they are good enough to be criticized. In addition, if there are features additions

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-28 Thread Thomas Treutner
On Saturday 25 July 2009 13:56:36 Bryan Kearney wrote: > I would like to get some comments on an initial cut of the java bindings > on top of JNA[1]. They are not 100% complete (see below), but they are > good enough to be criticized. In addition, if there are features > additions to the API which

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-27 Thread Daniel P. Berrange
On Sat, Jul 25, 2009 at 07:56:36AM -0400, Bryan Kearney wrote: > I will send a patch stream to the list, but you can also get the code > via an SRPM [3] or via github [4]. [snip] > [4] http://github.com/bkearney/libvirt-java/tree/jna FYI, I've just add the libvirt-java to the list or libvirt GI

[libvirt] RFC: libvirt java bindings based on JNA

2009-07-25 Thread Bryan Kearney
I would like to get some comments on an initial cut of the java bindings on top of JNA[1]. They are not 100% complete (see below), but they are good enough to be criticized. In addition, if there are features additions to the API which people are interested in, I would appreciate the feedback o

Re: [libvirt] Java bindings

2008-09-04 Thread Alejandro Berna Juan
lidays > > ;) > > No problem, I'm french I know what real summer vacations means :-) > > > I will have the libvirt project for Eclipse with the libvirt java > bindings > > during this month, if I use as a base the makefile it wouldn't be too > > comp

Re: [libvirt] Java bindings

2008-09-03 Thread Daniel Veillard
t for Eclipse with the libvirt java bindings > during this month, if I use as a base the makefile it wouldn't be too > complicate to generate. okay, cool. > Also I would like to ask you (because we need for our Federica project) if > libvirt is using CIM model or is

Re: [libvirt] Java bindings

2008-09-02 Thread Dan Smith
AJ> Also I would like to ask you (because we need for our Federica AJ> project) if libvirt is using CIM model or is using something AJ> similar. I read that is collaborating with DMTF but we have not AJ> found anything that tells that libvirt is using CIM model. If you AJ> don't know exactly can y

Re: [libvirt] Java bindings

2008-09-02 Thread Alejandro Berna Juan
Hi Daniel, all, I'm sorry for my non show during the summer but I was in my long holidays ;) I will have the libvirt project for Eclipse with the libvirt java bindings during this month, if I use as a base the makefile it wouldn't be too complicate to generate. Also I would like

Re: [libvirt] Java bindings

2008-07-22 Thread Daniel Veillard
On Mon, Jul 21, 2008 at 08:58:31AM +0200, Alejandro Berna Juan wrote: > my idea is to create the eclipse project (I have a little experience with it > and I think I can do it). Right now is a little bit complicate to help you > in the generation of code (I'm new in XEN and virtualization). Cheers,

Re: [libvirt] Java bindings

2008-07-20 Thread Alejandro Berna Juan
my idea is to create the eclipse project (I have a little experience with it and I think I can do it). Right now is a little bit complicate to help you in the generation of code (I'm new in XEN and virtualization). Cheers, Alejandro 2008/7/21 Daniel Veillard <[EMAIL PROTECTED]>:

Re: [libvirt] Java bindings

2008-07-20 Thread Daniel Veillard
On Mon, Jul 21, 2008 at 08:18:22AM +0200, Alejandro Berna Juan wrote: > Thanks for your answers. I will try to help on the development of the java > bindings. Well it should be basically working, except for parts which are not yet covered (some of the new APIs added after 0.4.0), and bugs in t

Re: [libvirt] Java bindings

2008-07-20 Thread Alejandro Berna Juan
Thanks for your answers. I will try to help on the development of the java bindings. Alejandro 2008/7/18 Daniel Veillard <[EMAIL PROTECTED]>: > On Fri, Jul 18, 2008 at 02:00:53PM +0100, Daniel P. Berrange wrote: > > On Fri, Jul 18, 2008 at 02:55:39PM +0200, Alejandro Berna Juan wrot

Re: [libvirt] Java bindings

2008-07-18 Thread Daniel Veillard
On Fri, Jul 18, 2008 at 02:00:53PM +0100, Daniel P. Berrange wrote: > On Fri, Jul 18, 2008 at 02:55:39PM +0200, Alejandro Berna Juan wrote: > > Hi all, I'm Alejandro Berna from i2CAT (a non-profit foundation in > > Barcelona, Spain, www.i2cat.net). I'm collaborating in a Europena project > > called

Re: [libvirt] Java bindings

2008-07-18 Thread Daniel P. Berrange
On Fri, Jul 18, 2008 at 02:55:39PM +0200, Alejandro Berna Juan wrote: > Hi all, I'm Alejandro Berna from i2CAT (a non-profit foundation in > Barcelona, Spain, www.i2cat.net). I'm collaborating in a Europena project > called Federica ( www.fp7-*federica*.eu ). One of the branch of this project > is

[libvirt] Java bindings

2008-07-18 Thread Alejandro Berna Juan
Hi all, I'm Alejandro Berna from i2CAT (a non-profit foundation in Barcelona, Spain, www.i2cat.net). I'm collaborating in a Europena project called Federica ( www.fp7-*federica*.eu ). One of the branch of this project is to permit virtualization of different hosts in the Federica test-bed. We are d