Hi,
We have a plugin which we have been deploying and testing on vCenter 6.5 and it had been working fine.
But, when we tried with version 6.7U2 it fails with the following exception:
Resolver report:
A bundle could not be resolved because the required generic capability could not be resolved. Resolver error data <Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.8))">. Caused by missing constraint in bundle <com.netapp.scv.apimodel_1.0.0>
constraint: <Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.8))">
. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'com.netapp.scv.apimodel' at version '1.0.0': Cannot resolve: com.netapp.scv.apimodel
Resolver report:
A bundle could not be resolved because the required generic capability could not be resolved. Resolver error data <Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.8))">. Caused by missing constraint in bundle <com.netapp.scv.apimodel_1.0.0>
constraint: <Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.8))">
Any pointers are really helpful. Let me know if any more details are required.
Meanwhile, I am going to try by removing the osgi id from the the gradle script. Will update the thread with the results.