ThingWorx custom extension service parameter of type InfoTable
Hello,
Currently I´m facing some issues writing a custom Java Extension that has a service with a parameter of type InfoTable.
The Service parameter is annotated like this:
@ThingworxServiceParameter(name = "param", description = "", baseType = "INFOTABLE", aspects = {"isEntityDataShape:true", "dataShape:TestDataShape" }) InfoTable param
Here the baseType is set to "InfoTable" and in the aspects array a DataShape is pointed that exists on the ThingWorx platform.
When I try to execute the Service interactively and want to enter the parameter values I get the following message:

I am using ThingWorx 8.4.5-b102 and I am pretty sure this has been working with ThingWorx 7.4.
Has anybody any adivce or can reproduce this issue?
Thanks,
Keijo

