Hi everybody,
I'm having similar problems to this topic:
NSX-v DynamicTypes plug-in V2 Install Failed
Clean install of vRO 7.0.0.16989-3310032 with DynamicTypes 1.1.0.3209451
Packages:
dynamictypes-plug-in-generator-version-0.0.25.package
nsx-v-version-0.0.8.package
The packages had to be modified with hazenet'ssolution found here:
Due to a bug (?) with installing packages from Flowgrab with vRO 7.
Anyway, when running Plugin gen -1- install plug-in the workflow throws a validation error as seen below:
Looks like the namespace parameter is not bound:
Yet the workflow requires the "namespaces" parameter:
I guess I could fix this and simply bind a parameter with null value but it would probably mess up the import code where the namespaces are passed:
DynamicTypesManager.importConfigurationFromPackage(namespaces, file);
Anyway, what should be the namespace there? Any way to hardcode it or properly fix it? Maybe just pass an empty array?
Regards,
Mike