]
Barry LaFond commented on TEIIDDES-2234:
----------------------------------------
org.teiid.designer.xsd.ui.editor.FacetHelper hard-codes the max limit:
public static final int DEFAULT_MAX_BOUNDS = 999999;
public static final int DEFAULT_MIN_BOUNDS = -DEFAULT_MAX_BOUNDS;
Not sure what our limit should be... suggestions?
Unable to set numeric bounds to values greater than 999999
----------------------------------------------------------
Key: TEIIDDES-2234
URL:
https://issues.jboss.org/browse/TEIIDDES-2234
Project: Teiid Designer
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Modeling
Affects Versions: 8.3.3
Environment: JBoss Developer Studio 7 on Mac OS X Mavericks
Reporter: Sean Haynes
Creating a XSD Simple Type Model in the TEIID editor. Numeric values (tried integer,
decimal, and float types) do not allow bounds to be set greater 999,999. If the XSD is
edited manually, the designer will revert the value back to 999,999 if you click on the
type that has manually edited value.