Extension Import Error for Distributed Subscription
I'm developing an application using ThingWorx 9.4.0. I used the "Package" feature of my Project entity to create a .zip file. When trying to import into my package as an Extension into our Test/QA platform, I'm getting the following error (redacted bits in <>).
Application Log:
Extension Exception: Error parsing /files/ThingworxStorage/extensions/temp/<ProjectName>-1.1.0_<GUID>/<ProjectName>-1.1.0/Entities/ThingShapes/Entities.xml: (88, 37): cvc-complex-type.3.2.2: Attribute 'aspect.isDistributed' is not allowed to appear in element 'Subscription'.
Our Test platform is a HA cluster implementation, so it doesn't make any sense why the project is failing with the error "isDistributed is not allowed". I verified that it wasn't a problem with this single project by creating a separate test project with a simple subscription and trying to import it to my Test system. I got the same error.
Is this a bug in the platform or is there possibly some system configuration we missed?

