<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Soft &amp; Virt</title>
	<atom:link href="http://blog.fedorov.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedorov.ca</link>
	<description>Dmitri Fedorov&#039;s blog around and about software development</description>
	<lastBuildDate>Sat, 02 Jul 2011 17:42:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Install Virtual Box Additions on Fedora 14 by Deem</title>
		<link>http://blog.fedorov.ca/2010/11/12/install-virtual-box-additions-on-fedora-14/comment-page-1/#comment-32</link>
		<dc:creator>Deem</dc:creator>
		<pubDate>Sat, 02 Jul 2011 17:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=38#comment-32</guid>
		<description>On Ubuntu the most common mistake people do is installing kernel headers that do not match &#039;uname -r&#039;.

Then simply run /etc/init.d/vboxadd setup.</description>
		<content:encoded><![CDATA[<p>On Ubuntu the most common mistake people do is installing kernel headers that do not match &#8216;uname -r&#8217;.</p>
<p>Then simply run /etc/init.d/vboxadd setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Retrieve Task Info by Deem</title>
		<link>http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/comment-page-1/#comment-28</link>
		<dc:creator>Deem</dc:creator>
		<pubDate>Fri, 27 May 2011 18:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=19#comment-28</guid>
		<description>Hey DM,

The line you refer to is fine.

If you code it in C++ then you need to do a proper casting, and C++ casting is out of scope of this article.</description>
		<content:encoded><![CDATA[<p>Hey DM,</p>
<p>The line you refer to is fine.</p>
<p>If you code it in C++ then you need to do a proper casting, and C++ casting is out of scope of this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Retrieve Task Info by DM</title>
		<link>http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/comment-page-1/#comment-27</link>
		<dc:creator>DM</dc:creator>
		<pubDate>Fri, 27 May 2011 18:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=19#comment-27</guid>
		<description>I have a small doubt in the last line 

TaskInfo result = (TaskInfo)objs[0].propSet[0].val;
objs[0].propSet[0].val is of DynamicProperty type. I wonder how can we cast it like that. I am doing it in C++. However when i store it in a DynamicProperty and then i set my TaskInfo DynamicProperty to this value. Something like 
result-&gt;setDynamicProperty(objs[0].propSet[0].val);

The problem is my result-&gt;getState() is always NULL.</description>
		<content:encoded><![CDATA[<p>I have a small doubt in the last line </p>
<p>TaskInfo result = (TaskInfo)objs[0].propSet[0].val;<br />
objs[0].propSet[0].val is of DynamicProperty type. I wonder how can we cast it like that. I am doing it in C++. However when i store it in a DynamicProperty and then i set my TaskInfo DynamicProperty to this value. Something like<br />
result-&gt;setDynamicProperty(objs[0].propSet[0].val);</p>
<p>The problem is my result-&gt;getState() is always NULL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Java samples from VMware SDK on Ubuntu 10.04 by Deem</title>
		<link>http://blog.fedorov.ca/2010/07/05/how-to-run-java-samples-ubuntu-10-04/comment-page-1/#comment-19</link>
		<dc:creator>Deem</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=29#comment-19</guid>
		<description>Steve, 

Thanks for your comment!

I know about your toolkit and like it very much, but personally prefer dealing with &quot;raw&quot; APIs: for me it is more fun that way.

Also IMO AXIS is one of the greatest tools around and getting to know it beneficial in lots of ways.</description>
		<content:encoded><![CDATA[<p>Steve, </p>
<p>Thanks for your comment!</p>
<p>I know about your toolkit and like it very much, but personally prefer dealing with &#8220;raw&#8221; APIs: for me it is more fun that way.</p>
<p>Also IMO AXIS is one of the greatest tools around and getting to know it beneficial in lots of ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Java samples from VMware SDK on Ubuntu 10.04 by Steve Jin</title>
		<link>http://blog.fedorov.ca/2010/07/05/how-to-run-java-samples-ubuntu-10-04/comment-page-1/#comment-18</link>
		<dc:creator>Steve Jin</dc:creator>
		<pubDate>Tue, 03 Aug 2010 08:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=29#comment-18</guid>
		<description>If you use vSphere Java API, you don&#039;t need to download AXIS at all. The API includes a faster and lighter Web Service engine.

-Steve</description>
		<content:encoded><![CDATA[<p>If you use vSphere Java API, you don&#8217;t need to download AXIS at all. The API includes a faster and lighter Web Service engine.</p>
<p>-Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Java samples from VMware SDK by Deem</title>
		<link>http://blog.fedorov.ca/2009/12/16/how-to-run-java-samples-vmware-sdk/comment-page-1/#comment-17</link>
		<dc:creator>Deem</dc:creator>
		<pubDate>Mon, 05 Jul 2010 16:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=12#comment-17</guid>
		<description>See update at http://blog.fedorov.ca/2010/07/05/how-to-run-java-samples-ubuntu-10-04/</description>
		<content:encoded><![CDATA[<p>See update at <a href="http://blog.fedorov.ca/2010/07/05/how-to-run-java-samples-ubuntu-10-04/" rel="nofollow">http://blog.fedorov.ca/2010/07/05/how-to-run-java-samples-ubuntu-10-04/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Retrieve Task Info by David</title>
		<link>http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/comment-page-1/#comment-12</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 May 2010 19:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=19#comment-12</guid>
		<description>Deem, not setting the key was the root of all my problems.  Thanks!</description>
		<content:encoded><![CDATA[<p>Deem, not setting the key was the root of all my problems.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Retrieve Task Info by Deem</title>
		<link>http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/comment-page-1/#comment-11</link>
		<dc:creator>Deem</dc:creator>
		<pubDate>Fri, 14 May 2010 16:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=19#comment-11</guid>
		<description>David,

See &lt;a href=&quot;http://blog.fedorov.ca/2010/05/14/how-to-assign-task-description/&quot; rel=&quot;nofollow&quot;&gt;this posting&lt;/a&gt;.

Sorry about me confusing assigning a task description with assigning a custom label/summary.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>See <a href="http://blog.fedorov.ca/2010/05/14/how-to-assign-task-description/" rel="nofollow">this posting</a>.</p>
<p>Sorry about me confusing assigning a task description with assigning a custom label/summary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Retrieve Task Info by Deem</title>
		<link>http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/comment-page-1/#comment-9</link>
		<dc:creator>Deem</dc:creator>
		<pubDate>Fri, 14 May 2010 00:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=19#comment-9</guid>
		<description>David,

Have you noticed that this method requires &lt;strong&gt;Task.Update&lt;/strong&gt; privilege?

I&#039;m not sure about Steve&#039;s Toolkit: I know it, but I don&#039;t use any, all my code is raw calls to VMware API from C#.

Let&#039;s me try to get it working over the weekend, I&#039;m a little busy tomorrow.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Have you noticed that this method requires <strong>Task.Update</strong> privilege?</p>
<p>I&#8217;m not sure about Steve&#8217;s Toolkit: I know it, but I don&#8217;t use any, all my code is raw calls to VMware API from C#.</p>
<p>Let&#8217;s me try to get it working over the weekend, I&#8217;m a little busy tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Retrieve Task Info by David</title>
		<link>http://blog.fedorov.ca/2010/02/02/how-to-retrieve-task-info/comment-page-1/#comment-8</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 13 May 2010 21:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedorov.ca/?p=19#comment-8</guid>
		<description>Hey Deem, thanks for the response.  I posted a somewhat related question on the VI Java API forum (https://sourceforge.net/projects/vijava/forums/forum/826592/topic/3708248), and have been trying to use that.

Basically, I added a setTaskDescription method to Steve Jin&#039;s code, following his style.

Sad as it may be, that didn&#039;t work, either.  I feel like I am close.  There&#039;s got to be a way to set those descriptions.</description>
		<content:encoded><![CDATA[<p>Hey Deem, thanks for the response.  I posted a somewhat related question on the VI Java API forum (<a href="https://sourceforge.net/projects/vijava/forums/forum/826592/topic/3708248" rel="nofollow">https://sourceforge.net/projects/vijava/forums/forum/826592/topic/3708248</a>), and have been trying to use that.</p>
<p>Basically, I added a setTaskDescription method to Steve Jin&#8217;s code, following his style.</p>
<p>Sad as it may be, that didn&#8217;t work, either.  I feel like I am close.  There&#8217;s got to be a way to set those descriptions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

