[ovirt-devel] Re: Error Java SDK Issue??

2021-04-02 Thread patrick . geschwentner
Hello! Can you please remove my private Information from this thread? best regards Patrick ___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-18 Thread Geschwentner, Patrick
262155y Mindbreeze Datenschutzerklärung -Ursprüngliche Nachricht- Von: Ondra Machacek Gesendet: Dienstag, 18. September 2018 12:25 An: Geschwentner, Patrick ; Joey Ma Cc: devel Betreff: Re: AW: [ovirt-devel] Re: Error Java SDK Issue?? I just released new SDK with Joey's fix,

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-18 Thread Ondra Machacek
4 An: Geschwentner, Patrick Cc: Ondra Machacek ; devel Betreff: Re: [ovirt-devel] Re: Error Java SDK Issue?? Hi all, The patch to fix this has been committed via [1]. Basically the new code forces the obtain method to be the one with no parameters specified. In addition, if no obtain meth

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-17 Thread Geschwentner, Patrick
rung<https://www.mindbreeze.com/privacy> Von: Joey Ma Gesendet: Montag, 10. September 2018 09:54 An: Geschwentner, Patrick Cc: Ondra Machacek ; devel Betreff: Re: [ovirt-devel] Re: Error Java SDK Issue?? Hi all, The patch to fix this has been committed via [1]. Basically the new code fo

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-17 Thread joey
eze> > <http://www.youtube.com/mindbreeze> > <http://www.linkedin.com/company/mindbreeze/> > Handelsgericht Linz, FN 262155y > Mindbreeze Datenschutzerklärung <https://www.mindbreeze.com/privacy> > > Von: Joey Ma > Gesendet: Montag, 10. September 2018 09:54

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-10 Thread Martin Perina
Adding Ondra ... On Mon, Sep 10, 2018 at 9:53 AM, Joey Ma wrote: > Hi all, > > The patch to fix this has been committed via [1]. Basically the new code > forces the obtain method to be the one with no parameters specified. In > addition, if no obtain method found, do throw NoSuchMethodException

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-10 Thread Joey Ma
Hi all, The patch to fix this has been committed via [1]. Basically the new code forces the obtain method to be the one with no parameters specified. In addition, if no obtain method found, do throw NoSuchMethodException error. @Ondra, could you please help me to review it? Great thanks. [1]: ht

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-09 Thread Joey Ma
Hi Patrick, Ondra, This issue could be reproduced in my local dev environment. After digging into the Java SDK, the issue probably is caused by getting the wrong method to invoke. Although the `DiskService.GetResponse` defined in API model has only a single @Out (getter) method `Disk disk()`, the

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-07 Thread Geschwentner, Patrick
More details: java.lang.IllegalArgumentException: wrong number of arguments wrong number of arguments org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array. Patrick Geschwentner MSc, Customer Success

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-07 Thread Geschwentner, Patrick
Dear Mr. Machacek! Here you are: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Cloning .. (My custom log) wrong number of arguments --

[ovirt-devel] Re: Error Java SDK Issue??

2018-09-07 Thread Ondra Machacek
Can you please share Java SDK debug log? On 09/05/2018 04:44 PM, Geschwentner, Patrick wrote: Dear Ladies and Gentlemen! I am currently working with the java-sdk and I encountered a problem. If I would like to retrieve the disk details, I get the following error: Disk currDisk = ovirtCon