How to force web client UI to refresh?
I invoked enterMaintenanceModeTask for a vCenter server. What I want is just to see the task show in task pane of Web Client immediately. Is there a way to force the web client UI refresh. It seems...
View Articleautomigration getting failed after updating vcenter 5.1 to 5.5
Hi Floks we had updated vcenter to latest build 5.5 from 5.1ver.,so after updating many of the vms are getting fail to auto migrate with in the cluster...it is throughing error like this.....
View ArticleInventory Refresh or Global Refresh event on webclient UI
hi laurentsd,i am trying to invoke global refresh Event with DataRefreshInvocationEvent from Flex UI in action script but any how its not working as expected .or i am not following the proper steps.can...
View ArticleDoes vSphere Web Client support third type of Home Screen Shortcut?
Hi. I am going to migrate vSphere Client from 4.1 to 5.1 version, and in old version, it supports "HomeView.Applications" extension and displays below "Administration" category.Now I checked vSphere...
View ArticleLocating widgets in the web client UI in actionscript
Hi, I have a couple of questions related to the same task 1. Is there an event that I can listen to for when the "Objects" tab completes rendering? For example, in the Chassis example, as soon as we...
View ArticleDataByQuerySpecRequest - Data Access Manager Library
Hi, I am trying to use the DAM library to gather the list of VM's (and possibly other objects once I get this part for VM's working). In reading the documentation, it looked to me like the...
View ArticleWhere are the predefined icons in the SDK?
Looking through the documentation on the VMware Developer Center (vSphere UX Design section) under "Icons" (http://developercenter.vmware.com/web/standards/-/icons), it states: The SDK provides...
View ArticleClicking on a datagrid throws an exception (Stack pointing to vmware code)
Hi, I created a new datagrid using the columnsetcontainer approach (For my plugin) and I get an exception when I click on a cell in the datagrid TypeError: Error #1034 at...
View ArticleInvalid bundle id when deploying package
I am attempting to deploy a package called vtest-plugin.zip but I'm getting the following error from the Extension Manager. [2013-11-04 10:14:48.072] INFO [INFO ] vc-service-pool-215...
View ArticleUnable to deploy WSSDK sample, package download blocked
The Web Client SDK samples are not complete. They are missing the file(s) that one would use to register them on a real vSphere server. I'm attempting to install the WS SDK sample as if it were a real...
View ArticleCreating a new object workspace for a custom object
Hello,I have a problem with creating object workspace for my custom object in the plugin. I'm trying to create something similar to "chassis-rack" sample that provided with the SDK. I added a new app...
View ArticleError 2035 - Failed to navigate to desired location after plugin packaging
Hi - I've just packaged a plugin for testing and placed it in the plugin-packages folder of my local serenity-client as directed by the SDK Tutorial. After restarting the Virgo server I can see in the...
View ArticleWhat API's do I use to get the objects in the VCServer inventory tree?
Hi, I am creating the inventory tree view (VCServer=>Datacenter=>Folder=>Cluster) inside a standalone dialog in my plugin. The view is ready and it operates on a string XML that represents the...
View ArticleMore questions on registering the plugin package on a Production Server
I've been trying to review other posts (along with the VMware documentation) regarding installing/registering plugins on [customer's] production servers. Specifically, I was looking at this recent...
View ArticleQuestion about IFrame based HTML content hosting within the web client
Hi, We have a web client plugin where certain views come from legacy HTML pages and we host it within an IFrame inside the Flex hierarchy(along the lines of what is described here - Finally Updated:...
View ArticleException while accessing extension on vCenter 5.5 via vSphere web client
Hello I am running into the following problem on vCenter 5.5. This works on vcenter 5.1I have an extension that I have deployed successfully on vCenter 5.5.Next I used the vSphere web client to connect...
View ArticleconditionalProperty usage and enabling or disabling actions in certain views
Hi, I am trying to create certain actions for a custom object of ours <extension id="com.foo.actionSet"> <extendedPoint>vise.actions.sets</extendedPoint> <object>...
View ArticleRefresh button never stops
Hi All, I have written my own vsphere dataadapter class, but I do observe that global refresh button never stops after deploying the plugin. I also observe lots of data request being sent to the...
View ArticleDefining custom events
We would like to define custom events and add them to the list of predefined events, and then use them astriggers for an Alarm Definition.To understand what we mean, see the “New Alarm Definition”...
View ArticleHow to reference a Mediator class from a View
The Web Client framework automatically associates a View class and Mediator class together using the <fx:Metadata> tag in the view and the "set view" property in the mediator. However it seems...
View Article