Re: [libvirt] libvirt-java, deprecated methods?

2009-07-21 Thread Daniel Veillard
On Tue, Jul 21, 2009 at 05:23:32PM +0200, Daniel Veillard wrote: > On Tue, Jul 21, 2009 at 03:03:53PM +0100, Daniel P. Berrange wrote: > > On Tue, Jul 21, 2009 at 01:39:51PM +0200, Thomas Treutner wrote: > > > On Tuesday 21 July 2009 13:01:06 Daniel P. Berrange wrote: > > > > On Tue, Jul 21, 2009 a

Re: [libvirt] libvirt-java, deprecated methods?

2009-07-21 Thread Daniel Veillard
On Tue, Jul 21, 2009 at 03:03:53PM +0100, Daniel P. Berrange wrote: > On Tue, Jul 21, 2009 at 01:39:51PM +0200, Thomas Treutner wrote: > > On Tuesday 21 July 2009 13:01:06 Daniel P. Berrange wrote: > > > On Tue, Jul 21, 2009 at 11:52:11AM +0200, Thomas Treutner wrote: > > > > Hi, > > > > > > > > I'

Re: [libvirt] libvirt-java, deprecated methods?

2009-07-21 Thread Daniel P. Berrange
On Tue, Jul 21, 2009 at 01:39:51PM +0200, Thomas Treutner wrote: > On Tuesday 21 July 2009 13:01:06 Daniel P. Berrange wrote: > > On Tue, Jul 21, 2009 at 11:52:11AM +0200, Thomas Treutner wrote: > > > Hi, > > > > > > I'm playing around with libvirt-0.6.5 and libvirt-java-0.2.1 these days. > > > It

Re: [libvirt] libvirt-java, deprecated methods?

2009-07-21 Thread Thomas Treutner
On Tuesday 21 July 2009 13:01:06 Daniel P. Berrange wrote: > On Tue, Jul 21, 2009 at 11:52:11AM +0200, Thomas Treutner wrote: > > Hi, > > > > I'm playing around with libvirt-0.6.5 and libvirt-java-0.2.1 these days. > > It looks very interesting, but I think I may have found a bug: > > > >

Re: [libvirt] libvirt-java, deprecated methods?

2009-07-21 Thread Daniel P. Berrange
On Tue, Jul 21, 2009 at 11:52:11AM +0200, Thomas Treutner wrote: > Hi, > > I'm playing around with libvirt-0.6.5 and libvirt-java-0.2.1 these days. > It looks very interesting, but I think I may have found a bug: > > > conn = new Connect("xen://node02", false); > >

[libvirt] libvirt-java, deprecated methods?

2009-07-21 Thread Thomas Treutner
Hi, I'm playing around with libvirt-0.6.5 and libvirt-java-0.2.1 these days. It looks very interesting, but I think I may have found a bug: conn = new Connect("xen://node02", false); conn.setDom0Memory(512000) gives: exception caught:org.libvi