Web client doesn't download the plugin ZIP.
I have copied the vcplugin.zip on the web-client server at the following location: "C:/Users/Administrator/Desktop/vcplugin.zip"After copying i run my plugin registration utility by providing it the...
View ArticleProviding Navigation to vSphere objects
Hello, How do I navigate to a specific vSphere object like Host or Cluster from our plug-in? I see the references of navigation for old C# client - window.external.Navigate(‘HostSystem:host-23’,...
View ArticleHow to register vSphere web client pulg-in using API
Hi All I am new to web client pulg-in development. I have tried to register the web client pulg-in using vim25 sdk. registerExtension Method executed but package not deployed from server. If...
View ArticleHelp with Global View
I am writing a plugin, and I can get my application to show up in the global view. In the VMware 5.1 documentation regarding global views it says, "global view can be a simple single-level data view...
View ArticleAction extensions disappear.
Hi all, I'd like to add action extensions on ColumnSetContainer.It is just like chassis-ui samples.In chassis-ui samples,when no columns are selected, action extensions does not appear. Why?How...
View ArticleVirgo Server Error
Hello, So I'm not sure why I'm getting these errors when my Virgo Server starts running. Am I missing some files? I never had this issue yesterday....
View ArticleMetadata tag?
Hello, So, I've check the SDK FAQ on how to clear this error, and I'm wondering if this is how we clear it. I right clicked on the error to do the "Quick Fix," and it brought me to this screen I did...
View ArticleFetching selected VM's configInfo
Hello, We're developing a Flex based plugin for VSphere with no Java servicesWhen the user right-click select a VM, we get the VM name, but we would like to get its entire configInfoHow can we do...
View Articlehow to create custom Notification or Alarms
hi all,can any one have idea how to create custom notification messege or Alarm events in webclient plugin.>?1) what is the entry needed in pluin.xml2) what is the metadata needs to assosiate in...
View ArticleRefresh button never stops
Hi All, I am observing this problem for quite sometime now, the refresh button never stops. It happen for all the pages including my custom pages. How can i troubleshoot this issue. I have a vsphere...
View ArticleHow to migrate vSphere 5.0 plugin into vsphere web client 5.1
How to migrate vSphere 5.0 plugin into vsphere web client 5.1
View ArticlePackage a Bundle to Production Server
I am using the documents from the updated-sdk-docs. I have a very simple helloworld plugin. It is made up like the echo service example, and it passes a string to a simple java service and receives...
View ArticleUserSession null and PropertyProviderAdapter
I've been following the vsphere-wssdk-provider sample provided in the Web Client SDK. Using the vsphere-client-library I'm trying to retrieve vCenter session information using...
View Articleadd action to the root node of the object collection in vcenter web client sdk
Hi ,I referred to the sample Chassis-ui plugin of vCenter web client SDK 5.1 .I want to add actions like 'create chassis' on the root of the object Collection,not on the object 'chassis ' itself.My...
View ArticleRegarding API for lun mapped to corresponding VM and datastore
Hi, Is there any API in Web client SDK, to retrieve info about lun(created on storage array) mapped to corresponding VM and datastore in VSphere setup?I am using 5.1 vCenter Web Client SDK. Thanks a lot
View ArticleQuery regarding OperationType.DELETE
For OperationType.DELETE,how to do i fire ModelChangeEvent . I was refering to below code fro add opertion,var mce:ModelChangeEvent =...
View ArticleWhen I create action extension, the command class can not response
Hi Vmware member or other: I do not understand why my command class can not response my action behavior.The following is my configuration and implementation....
View ArticleHow to show context menu on flex UI,,,
Hi,Is vmware had override the right click event for the application.In our plugin we want to show context menu on right click. Is their any way to do it. Thanx
View ArticleRegarding registration of web client plugin package in vcenter server
Hi, i am able to create plugin package(.zip file), using eclipse virgo plugin and able to deploy and test the same with serenity client as specified in SDK tutorial. To register my plugin package as...
View ArticleRegarding usage of web service sdk in web client sdk
Hi, I could run the java program of Web service SDK, independently but how do I call this from web client SDK.As it requires environmental variable changes(AXIS,WBEM vars etc) and what are all eclipse...
View Article