[teiid-designer-dev] [Teiid-Designer/teiid-designer] f51700: TEIIDDES-2560 added checks to prevent grant-all da...

blafond blafond at redhat.com
Tue Jul 21 15:38:57 EDT 2015


  Branch: refs/heads/9.0.x
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: f517007127886be82c0020ff90a453ad4f074d59
      https://github.com/Teiid-Designer/teiid-designer/commit/f517007127886be82c0020ff90a453ad4f074d59
  Author: blafond <blafond at redhat.com>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M plugins/org.teiid.designer.roles.ui/src/org/teiid/designer/roles/ui/i18n.properties
    M plugins/org.teiid.designer.roles.ui/src/org/teiid/designer/roles/ui/wizard/DataRoleWizard.java
    M plugins/org.teiid.designer.vdb.ui/src/org/teiid/designer/vdb/ui/build/VdbBuilder.java
    M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/VdbDataRole.java
    M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/manifest/DataRoleElement.java

  Log Message:
  -----------
  TEIIDDES-2560 added checks to prevent grant-all data role attribute from
showing up in VDBs built against Teiid server versions < 8.7
* disabled grant all check box
* modified DataRoleElement and VdbDataRole classes to allow NULL
grantAll value so if NULL, it's not written out via JAXB. Required a
change from "boolean" to "Boolean" type.




More information about the teiid-designer-dev mailing list