Hello,
We tried building and deploying a sample plugin (globalview) on vsphere 6.5 and verified that its available on both flex as well as H5 clients.
Next we tried the same sample on a vSphere 6.0 server. But the plugin didn't come up although its listed in the extension manager MOB. I see from logs the below
Resolver report:
An Import-Package could not be resolved. Resolver error data <Import-Package: org.eclipse.virgo.web.dm; version="3.6.4">. Caused by missing constraint in bundle <com.vmware.samples.globalviewhtml_1.0.0>
constraint: <Import-Package: org.eclipse.virgo.web.dm; version="3.6.4">
I checked that the sample MANIFEST had this dependency on a particular version. My question is, when I start developing the H5 plugin which needs to be suported on a Flex client 5.5 and 6.0 (at least). What should be my strategy here.
In general if I want to port my new H5 plugin(developed using 6.5 HTML sdk) to a 5.5 or 6.0 web client also, what should be the right approach. Is there any document/section that describes this?