-
Enhancement
-
Resolution: Done
-
Major
-
8.5
-
None
Because of the changes to the vdb-deployer.xsd Schema in Teiid 8.x, VDB's containing data roles that include the grant-all = TRUE property will result in a SAX parser exception during the admin.getVDBs() call. This will happen in Designer server refresh and probably in the console if the VDB actually gets deployed.
org.xml.sax.SAXParseException; lineNumber: 45; columnNumber: 115; cvc-complex-type.3.2.2: Attribute 'grant-all' is not allowed to appear
If the Default Teiid Instance is < 8.0, then we should check prior to deployment to see if the VDB contains the validationVersion property which exists for ALL VDBs created in Teiid Designer 8.2+. If the property exists, then we can WARN the user that they should not deploy to an older server.