vsphere web client 6.7's plugin can not load the .properties resource file
Before 6.7, we can place the properties file under webapp/locales, then web client load the plugin, it can find the proper properties file according to the locale value, but now, this mechanism seems...
View ArticleHow to locate the properties file in static method in vcenter 6.7?
We used to use getResourceAsStream to locate the .properties file in our jar, but, in 6.7, the classloader is KernelBundleClassLoader which is in the sythetic.context bundle, and it's classpath is the...
View Articlehow to query registered plugin by prefix or keyword?
Hi,I'm able to register/unregister a new plugin to the vcenter, is it possible to get idea about already registered plugins so that I could batch unregistering them? Some of the plugin keys are...
View ArticleRefresh background view from a dialog loaded from webPlatform.openModalDialog.
Hi,I am working on a plugin. In the UI i have a datagrid showing list of arrays that are registered and user can register new arrays. Register array component is opened as dialog using the method...
View ArticlePossible Virgo Server Issues in Eclipse
Hi all, If you are developing an HTML Client plug-in and you start your virgo server from Eclipse IDE, it is possible that the vSphere Client fails to display some of your plug-in views.The issue does...
View ArticleVCenter SOAP API CALL
Hi Guys, Could you guide or provide sample SOAP xml to create datastore cluster or Create cluster using SOAP API call. I am able to create datacenter using SOAP API call, but i am unable to perform any...
View ArticlePluginSeed 0.9.8 Bug- GlobalRefresh Issue
Hi, It seems a serious flaw\issue with the plugin-seed 0.9.8 code base.If we have a listing view which had subscribed to global refresh event and there is a plugin based action (uses openModalDialog...
View ArticleTask name is shown different on vSphere web client 6.0 and vsphere client 6.0
I have created a task on vCenter 6.0.Task name as is shown different on vSphere web client 6.0 and vSphere client 6.0.Task name is shown correctly on vSphere client 6.0.But on vSphere web client 6.0...
View ArticleHow to quickly navigate to Summary page for a Virtual Machine in vSphere 6.5...
Hi laurentsd, We encountered an issue when using the JavaScript API(sendNavigationRequest(targetViewId, objectId)) for navigating to Summary page in vSphere Client, for example, if we don't know the...
View ArticleDefining Individual Actions for HTML-Based Action Extensions: Action Url...
Hello,I am invoking an action by defining it in the plugin.xml file.The action is invoked for a certain number of entities and the the url that is created is as follows:...
View ArticleHow to catch the navigator click event
I have a plugin on host object. When the hostA is selected, my plugin view will display a popup windows, while this popup window have a delay, during this time, I could select to hostB, that might...
View ArticleIssue cloning VM across linked-mode vCenter Server using SAML token
Hi, I have a vSphere Web Client HTML plugin with custom java service. The custom java service communicates with my external server that exposes all the services. I am trying to clone a VM from one...
View ArticleA problem of vCenter, when the browser is reduced, the screen appears as a...
Hi, I encountered a problem. In the vSphere Web Client,there is a problem. When the browser is reduced, the page has a blank area. In Flex, this question only appears when the page shows our own...
View ArticlePlugin-Seed 404 Error
Hi all,I deployed the plugin seed 0.9.8 on vCenter local instance running latest HTML5 client. When I go to the main view or settings view of the plugin I get a 404 error (HTTP Status 404 -...
View ArticleHelp in implementing the websocket connection in vSphereClient Plugin
Hi,We are trying to implement the websocket connection in vSphereClient PluginIn Java service, We are started our websocket server on 8887 port, which we are connecting from HTML GUI using JavaScript....
View ArticleDoes V2V converting preserve licenses on server (SQL license, etc.)?
Hi everybody! I've searched around the forum for this "problem", but din't find exactly that. So here's the thing - i have to shrink one VMDK disk of a VM and i would do it with VMware vCenter...
View ArticlePropertyProviderAdapter implementation with HTML5 - sdk 6.5u1
Hi, In flex, using com.vmware.data.query.events.PropertyRequest the data is fetched. for HTML5 , I have a java class that implements propertyProviderAdapter --> public ResultSet...
View Articleplugin-seed 0.9.8 is available
Version 0.9.8 is available on our Fling site: download the file plugin-seed-0.9.8.zip. The 3 main changes are:Includes the new Javascript API bootstrap introduced with HTML SDK 6.5.u1 Large refactoring...
View ArticleEmbedding remote content in web client plugin
I am working on a plugin to complement our service appliance which also has a https web interface. Are there any guidelines or recommended methods regarding embedding pages from the service appliance?...
View ArticleProperty Provider Implementation with HTML 5
Hi Laurent, I am trying to add a new column in the datastore grid. I have to fetch the device id of the underlying lun for each of the datastores in the datastore grid. I have written a java class...
View Article