Query on static initialization block to trust all cerftificates in the...
If this is not the forum for this question, apologies in advance. In the plug-in service template code, there is a static initialization block which trusts all certificates. It is recommended that...
View ArticleChassis data store on restart
Hi , I am trying to retrieve all chassis objects on restart of vcenter server.Hence I am putting each chassis object info (chassis name and server type) in file.Apart from these details do i need to...
View ArticleCan a "hybrid" plugin (mixed both Flex and HTML bridge)use proxy to connect...
I have a vSphere Web client Flex plugin project which depends on vSphere Web Client SDK 5.1, and we use proxy class to manage communication between a custom Java service and Flex data views. Now I...
View ArticleHTML Bridge plugin project can't resolved packages exported from Java service
I hava 2 questions to ask.1.After I start a new HTML plug-in project and compile it,virgo fails to start and tells me the following error message: [2014-04-17 22:20:28.658] [INFO ] TCP...
View ArticleMigrating vsphere.core.inventory.summaryViewTemplate using SDK5.5
Hi, In SDK 5.5 vsphere.core.inventory.summaryViewTemplate is deprecated.There are multiple views using summaryViewTemplateand the summarySectionViews .Is there any optional Template to migrate these...
View ArticleDoes HTML Bridge provide any API to add parameters for URL? Just like...
I need to load a html page from a remote site.But I can't add url with parameters in plugin.xml.Here is my code:------------------------------------------------------------<object>...
View ArticleHTML Bridge browser compatibility?
Is the HTML Bridge renderer engine based on any known toolkit? I'm asking because I'm using the Dojo toolkit for our plugin app, and dojo themes don't seem to work at all in the HTML bridge. Now I'm...
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 ArticlePrivilage filter fail to work
Hi: We create a customized privilage named "Global.IBMDataProtection" and use this privilege to control show/hide some extension. However, I found it fail to work. login in by User administrator,...
View ArticleFor HTML5 Extension, could we use a action name with spaces?
Right now, when user right click a VM, to show our extended action it will display as "All OurProductName Actions". OurProductName is a string got from last part of Bundle-SymbolicName in following...
View ArticleCould the 3rd party right click action be shown quicker? (ANSWERED)
We extend the action for VM. When user right click a VM or click VM actions, our action list is starting to load. But the speed is really slow, it took several seconds to load. If we change to...
View ArticlevSphere SDK Tools --> Export Java service bundle option is disabled
hi, laurentsd! I want to creat a plugin package, but when I right-click on my sample-project and select vSphere SDK Tools, then I find that "Package vSphere Client plugin" option is nonactivated, the...
View ArticleFetching the IP / FQDN of ESXi where the iSCSI is attached returns null in...
I use the model to fetch the host name , This code is working in 5.1 but not working on 5.5 [Model(type="Datastore")]public class DatastoreDataItem extends DataObject { [Model(property="name")]...
View ArticleColumnsetContainer Rows count supported On Web Client UI
Hi laurent,I would like to know whether there is an limit to the size of rows shown in the datagrid(columnset container) on webclient UI.As i am experiencing some distortion when the no of records in...
View ArticleProblem in fetching Large Queryspec in Datagrid:
Hi Laurent,Is there any max limit of result count that can be supported by DataProviderAdapter.Because when my result count exceeds an certain limit(200 rows) the grid behaves abnormally by displaying...
View ArticleLogin and Logout Event notification of webclient session
hi laurent, Is there a way to get notified when the user login/logout to webclient .?On the basis of those notification the initializeobjectstore() method of DataAdaptor can be called to have a...
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 ArticleIs there a way to add a tab next to Related Objects
What extension point do I use for adding a tab next to "Related Object"? I cannot find it in the docs but have seen some implementations of it online.
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 ArticleFooter in summaryViewTemplateInstance
I was trying to add footer to the Summary Page and I was trying to add an extension point ,its showing the component in Portlet , i wanted to have custom component
View Article