From 061ea8aed7f43a47b5097f3c626701c688014e63 Mon Sep 17 00:00:00 2001 From: AKuznetsov Date: Sun, 1 Mar 2015 00:17:19 +0700 Subject: [PATCH] IGNITE-377 Rework schema load XML generator to generate instead of int number. --- modules/core/src/test/config/store/jdbc/Ignite.xml | 63 +++++++--- .../ignite/schema/generator/XmlGenerator.java | 8 +- .../org/apache/ignite/schema/model/PojoField.java | 11 +- .../org/apache/ignite/schema/load/model/Ignite.xml | 133 ++++++++++++++++----- modules/yardstick/config/ignite-store-config.xml | 15 ++- 5 files changed, 168 insertions(+), 62 deletions(-) diff --git a/modules/core/src/test/config/store/jdbc/Ignite.xml b/modules/core/src/test/config/store/jdbc/Ignite.xml index 1b6f702..d56b4e6 100644 --- a/modules/core/src/test/config/store/jdbc/Ignite.xml +++ b/modules/core/src/test/config/store/jdbc/Ignite.xml @@ -21,9 +21,12 @@ XML generated by Apache Ignite Schema Load utility: 02/03/2015 --> + http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util + http://www.springframework.org/schema/util/spring-util.xsd">