Error ”Property is not user configurable” when importing OVF package
Hi, I have a working functionality for importing OVF package in 5.1 and 5.5 but it fails for vCenter 6.0.The functionality is similar to what mentioned...
View ArticleUsing user session fro vijava ServiceInstance
Here is the code snipped from plugin code:UserSession userSession = userSessionService.getUserSession();ServerInfo server = userSession.serversInfo[0];ServiceInstance si = new ServiceInstance(new...
View ArticleCould not connect to vSphere Web Client. Contact your administrator to fix...
Dear Laurent & All, I have installed my vwc plugin in vCenter 6.0 and it was working fine.Due to network issues, vCenter has rebooted. Once vCenter comes up, I can login to web client but I am not...
View ArticleQuestions on getting an external web server working with a Web Client plugin.
Hi all, this might be a little lengthy as I have quite a few questions. Any help is going to be really appreciated so thank you in advance. I've been doing a lot of research and forum reading over the...
View ArticleSaving external web server authentication information
I have written an external web server that is vcenter plugin. External web server provides data via REST API to vCenter. Since it is an external web server, HTTP request to it also needs to be...
View ArticleAdding a top tier tab to a custom object extension
Is it possible to add a top tier tab to a customer object extension? There are several tabs defined; Getting Started, Summary, Monitor, etc., but can a different named tab be added? If so, can you...
View ArticleAnother 'Import-Package could not be resolved' issue.
I’ve been unable to fix this issue despite all the references to it in the SDK docs. I’m trying to get a pre-existing web app working with the Web Client, following the instructions under Integration...
View ArticleCall Refresh "Recent Tasks" window from HTML Bridge plugin?
Is there a way to refresh "Recent Tasks" window or call Global Refresh from HTML Bridge plugin?From my HTML Bridge plugin I am submitting VMware Task like reconfigure VM and I want the task to show up...
View Articlevsphere web client
I want to open Vsphere web client for managing esx servers i have this problem with firefox and explorer
View ArticleBehavior change of default “flat" Actions menu in web client 5.5 vs. 6.0
I am trying to understand the behavior of the solutionMenus extension point in vSphere web client 5.5 and 6.0.I have experimented using the vmactions_ui (..\flex-samples\actions\vmaction-ui) project...
View ArticleIs it possible to receive an arraylist of an object in response method of a...
Hello,I am new in vcenter plugin development and using following code in plugin:function requestData():void { var requestInfo:DataRequestInfo = new...
View ArticlePlugin using html bridge with DataProvider which includes DataProviderAdapter...
Hi,we have been expanding our plugin to include views which use the html Bridge. The first step was to show data about our custom types.The requests go from the gui - to the DataAccessControlller as...
View Articlevwc plugin using sdk 5.1 is broken if running on the web client 6.0 with out...
We have made a vwc plugin with sdk 5.1, now we want to run it on the web client 6.0. before running, we modified the MANIFEST.MF and services-config.xml following the reminders as below:2 Important...
View ArticlePlugin is not showing up in vcenter server appliance 6.0
Hi all... I want to deploy my plugin on to vcenter server appliance 6.0. I am putting the plugin folder "packagename-version" in this path...
View ArticleLoading vSphere Web Client without the 9443 (or other) port
I ran into something strange with vSphere 6. I noticed that when I go to the usual vCenter landing page and click the "Log in to vSphere Web Client" link it loads the vSphere client using a URL that...
View ArticleLogin into vimport without vcenter giving credentials.
Hi all,i am developing a plugin where i need to use vimport.acquirecimticketservices() to get the cim ticket. but as i am calling it from vwc plugin . i dont want to provide credentials for...
View ArticleThe filter doesn't work if I customized item renderer for object list. How...
The filter doesn't work if I customized item renderer for object list. How should I fix it?Thank you so much!
View ArticleHow to navigate from a label in GettingStartedView to the action dialog of...
How to navigate from a label in GettingStartedView to the action dialog of adding a chassis object
View ArticleRegarding registration of web client plugin package in vcenter server
Hi, I was developing installer to register my plugin-package. Facing problems while including 3rd party jars. I have followed below steps from SDK tutorial. 1. Adding 3rd party jar ->...
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 Article