Repository: ignite Updated Branches: refs/heads/ignite-1364 4aead3268 -> e37bba137
IGNITE-1364: Change factory ID. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/958fc216 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/958fc216 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/958fc216 Branch: refs/heads/ignite-1364 Commit: 958fc216b7416bf9de2cd4ba20b36b8960d3b01b Parents: 4aead32 Author: vozerov-gridgain <[email protected]> Authored: Thu Sep 3 15:59:24 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Sep 3 15:59:24 2015 +0300 ---------------------------------------------------------------------- modules/platform/src/main/cpp/core/src/ignition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/958fc216/modules/platform/src/main/cpp/core/src/ignition.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/src/ignition.cpp b/modules/platform/src/main/cpp/core/src/ignition.cpp index 6e72622..a0e3367 100644 --- a/modules/platform/src/main/cpp/core/src/ignition.cpp +++ b/modules/platform/src/main/cpp/core/src/ignition.cpp @@ -245,7 +245,7 @@ namespace ignite stream.WriteBool(false); stream.Synchronize(); - javaRef = ctx.Get()->IgnitionStart(springCfgPath0, name0, 1002, mem.PointerLong(), &jniErr); + javaRef = ctx.Get()->IgnitionStart(springCfgPath0, name0, 2, mem.PointerLong(), &jniErr); ReleaseChars(springCfgPath0); ReleaseChars(name0);
