How to add javascript to plugin?
Hi, Now I created a vSphere Web Client plugin, and I wanna my plugin communicate with JavaScript.So now I do not know where should I put it. I checked my plugin html source code as...
View ArticleHow to retrieve session id of from web client
Is their any way to retrieve session ID from web client.
View ArticleEnable/Disable Custom Actions
Hi, I've read similar questions about this, but still can not find the right way to do this.It's actually very simple. I want to define custom Actions for the Actions menu for a host.I want to be able...
View ArticleGetting the Properties of NAS Datastore in vSphere Webclient SDK
In vSphere web client plugin i want to fetch the remotehost and remotepath of the datastoreI created a DataByModelRequest in the mediator class and calling one model from the...
View ArticleUsing Jackson library to parse JSON array in STS
While creating a vSphere web client plugin am calling a REST server from Java and parse the JSON Array using the Jackson LibraryIn the Java Service project build-java.ant file i added <classpath>...
View ArticleRegarding Establish session, retrieve properties of VM in vsphere webclient
Hi, I am able to run and view the sample program of web service SDK in vSphere web client.(i.e., vsphere-wssdk-ui and vsphere-wssdk-provider) I am already having vsphere web client project,so I want to...
View ArticleHow do I customize a column to display an icon and text under the...
Hi, I have a ColumnContainer that looks like the following (From the Chassis example) <com.vmware.ui.lists.ColumnContainer> <uid></uid>...
View ArticleHow to add a library dependency to the java service modules?
Hi, I am trying to add Google gson jar as a dependency to the chassis sample (/chassisRackVSphere-service) and I am running into some issues with the osgi setup....
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 Articlevim25.UserSession vs. vise.usersession.UserSession
In my dataprovider, I am trying to check privileges to enable/disable functionality. The VimPort offers me a function called hasPrivilegeOnEntity(). One of the parameters that it needsis the...
View ArticleVM and datastore information
Hi, Is it possible to retrieve VM and datastore information using web client SDK?I know Web Service SDK can be used for retrieving the same.Is there any other way to retrieve information? Please help
View Articlejust want to convert a VM to template.....and I must clone it to template?
can you just convert a VM straight to a template? I am used to using the windows client, I am painstakingly using the webclient because VMware is forcing my hand. I hate it. I just want to convert a VM...
View ArticleIntegrating vsphere-ui and vsphere-wssdk-provider in my plugin project
Hi, My plugin project is having UI and java service.I want to include WS SDK samples, vsphere-ui and vsphere-wssdk-provider in my plugin project.How can I do so?
View ArticlevSphere 5.5 global view with web page
Hi, I'm trying to build a simple plugin for vSphere 5.5 Web Client. One of the necessary features of this plugin is the ability to load a web page into a global view (similar to an HTML iframe)....
View ArticleException handling between flex and java (BaseProxy)
Hi, In my plugin code ,there are several calls between actionscript(Our View) and java(Service layer) along the lines of the Chassis example (createChassis/deleteChassis/editChassis etc.). However, the...
View ArticleUnable to deploy wssdk-provider to Virgo development environment
I am attempting to deploy the vsphere-wssdk-provider Java sample project on the Virgo development environment but I am running into a “Import-Package could not be resolved” error shown at the bottom of...
View ArticleIs it possible to host a vSphere plugin package (zip file) on a websphere...
Hello Is it possible to host a vSphere plugin package (zip file) on a websphere webserver so that it can be accessed via an https url (and hence set as the extension url) during registering the...
View ArticleDifferent plugin packages for 5.1 and 5.5
Hi, I was looking at the 5.5 sdk and notice that, if i start using the 5.5 depencides for my package it may break on the 5.1 environment. Once you start using 5.5 APIs your plugin will no longer work...
View ArticleCan I make column group in ColumnSetContainer?
Hello, I develop on 5.1 SDK.I'd like to make column group in ColumnSetContainer. However, it is not possible with the code below: <lists:ColumnContainer uid="...">...
View ArticleHow to enable one more global action based on flag.
I am usin vCenter web client SDK 5.5 . I have created global action on the root of the object Collection.On selection of this global action,it gives custom popup which will take remote machine ip and...
View Article