Hi<br><br>I have noticed the following while using Java OCA with Nebula 1.4.<br><br>            Client oneClient = new Client("shashank:shashank","<a href="http://localhost:2633/RPC2" target="_blank">http://localhost:2633/RPC2</a>");<br>

            VirtualMachine vm  = new VirtualMachine(1,oneClient);<br>            <a href="http://vm.info" target="_blank">vm.info</a>();<br>            System.out.println(vm.getName());<br><br>            Host host = new Host(4,oneClient);<br>

            <a href="http://host.info" target="_blank">host.info</a>();<br>            System.out.println(host.getName());<br clear="all"><br>In the above code, vm.getName() has a dependency on <a href="http://vm.info" target="_blank">vm.info</a>(). If <a href="http://vm.info" target="_blank">vm.info</a>() is not invoked  prior to it then the attributes of VirtualMachine object are null. The same dependency can be seen with Host releated invocation. Is this dependency required or can it be reported as a bug ?<br>

<br><br>I have also noticed that the code was functional for any username:password specified as secret.<br><br>-- <br>Regards,<br>Shashank Rachamalla<br>