Thx, I changed my code to fit stephen connolly's API, it seems to be working
better, the only difference between our sources is the fact that I wrapped
any int by extending IntegerType to provide Type Checking.
Could my issues be tied to that?
On Aug 20, 2008, at 10:22 AM, Jean...@sophia.inria.fr
wrote:
Hello,
I'm currently trying to write a java binding for the vmware-vix API
and
I'm striking against a weird issue. I'm not using the entire API yet
but
when I try to powerOn a virtual, I obtain different results. Among
those
one:
- err: 0 - The operation was successful
- err: 16 - The system returned an error. Communication with the
virtual
machine may have been interrupted
- err: 3006 - The virtual machine needs to be powered on
The last one is my favorite :D...
I saw that a Hudson plugin was written but I didn't find the sources,
Try here
http://fisheye4.atlassian.com/changelog/hudson/trunk/hudson/plugins/vmware/src/main/resources/hudson?cs=10740
It looks like the source code was (accidentally?) deleted, so you have
to go back a few revs. You might want to contact stephen connolly,
who did the mappings and testing.