Issue Sending multiple requests using BaseProxy
I have UI modules that fire multiple requests using the a subclass of BaseProxy. Everything works fine as long as I fire a single request at a time and wait for it to return. If I fire two requests one...
View ArticlevSphere Web Client installs
Hi, Recently we've upgraded to 5.5 and I'd like our admins to start using the Web Client When installing the VMware-WebClient.exe, you go through the standard install process until you need to enter...
View ArticleCSS for Summary portlets
hi, I want to know if there is any default css file for the portlets that are displayed in the summary section. I want to overrride the portlet's title bar css prpoperties like background color etc....
View ArticleDefault CSS for summary section portlets
Hi, Is there a default CSS available for summary section portlets. I want to override the background color of the portlet's title bar. Thanks, vManav
View ArticleCertification
Is there a certification process for VWC plugins? I try to follow the vSphere web client SDK guidelines, but it would be good to know if there was a certification test we needed to know about. Eric
View ArticleExtending com.vmware.ui.views.ViewSpec
Can I extend the class com.vmware.ui.views.ViewSpec and use it to for my extension's type as below : <extension id="myExtId">...
View ArticleSummary portlet to span over two portlets
Hi, Is it possible to create a portlet that will have a colspan of 2 so that it takes up the area covered by 2 adjacent portlets ? Thanks,Manav
View ArticleDialog with dynamicly generated title
Is there a way to generate a title for a dialog dynamically? Right now for an action that is triggered from a menu item I have added to an ESX Host, I have: <object><root>...
View ArticleStrategy for testing Web Client via GUI automation (inclusion of automation...
My company has developed a Plugin to the Web Client and our intent it to do some GUI Automation on it. The recommended strategy for automating Flex is to have some adobe automation files...
View ArticleCan i customize the datagrid cloumn width in ColumnContainer?
Hi Laurent, In 5.5, the class com.vmware.ui.lists.ColumnSetContainer is deprecated, so how could i change the datagrid column width or other setting in plugin.xml. The chassis-app sample code in the...
View ArticleJava.security.cert.certificateException: Server certificate chain is not...
Hi, Our end user of our plugin is running into this exception - Java.security.cert.certificateException: Server certificate chain is not trusted and thumbprint doesn't match I was wondering if I could...
View ArticleProblem with DisposeManager
I'm using vSphere SDK 5.5.0 and DisposeManager is calling removeAllElements but I have not put any DisposeManager extension in my plugin.xml. Here's the scenario: The view works as expected the first...
View ArticleGlobal View - Add Action links
HI I have implemented a list view. There is a global view for the list view. Is it possible to add in a link on that page which will eventually navigate to manage tab for one of the objects in the list...
View ArticleDisplay icon in ColumnContainer in vsphere sdk 5.5.
I need to display icon in columnsetcontainer in vsphere sdk 5.5. Attached screenshot for the reference. I was using chassis example reference. <extension...
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 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 ArticleAn Import-Package could not be resolved. Caused by missing constraint in...
For vSphere Web Client plugin, i created a java Service , i try to create a datastore in the ESX host using VI JAVA .. i included import com.vmware.vim25.*; import com.vmware.vim25.mo.*;files in...
View ArticleShare the Saved searches with another admin
Hi Everyone, i am using vsphere 5.5 web client and i have lot of saved searches in my login. i want to share these saved searches with another Admin or with everyone using the web client.Is this...
View ArticleHow to build HTML Bridge apps using Maven?
Hello, I am working on a vCenter plugin using the HTML Bridge with the Web Client SDK 5.5.1. The plugin is similar in structure to the HTML Bridge Tutorial sample. I have been building it with Ant,...
View ArticleHTML Bridge: Closing a dialog when redirecting contents to a URL
In our HTML Bridge developed plugin we have a couple instances where we bring up a dialog and redirect to an external URL. This works well for us except for one issue. How to close the dialog box...
View Article