# ignite-gg-10416 Exclude lifecycleBeans for daemon node.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8cc75fc5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8cc75fc5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8cc75fc5 Branch: refs/heads/ignite-1056 Commit: 8cc75fc562706be8aebb837b708c03a9be264027 Parents: 0f1b31a Author: Andrey <anovi...@gridgain.com> Authored: Wed Jul 8 10:50:16 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Wed Jul 8 10:50:16 2015 +0700 ---------------------------------------------------------------------- .../org/apache/ignite/visor/commands/open/VisorOpenCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8cc75fc5/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/open/VisorOpenCommand.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/open/VisorOpenCommand.scala b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/open/VisorOpenCommand.scala index 6498baf..632a96b 100644 --- a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/open/VisorOpenCommand.scala +++ b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/open/VisorOpenCommand.scala @@ -144,7 +144,7 @@ class VisorOpenCommand extends VisorConsoleCommand { try // Cache, IGFS, indexing SPI configurations should be excluded from daemon node config. spring.loadConfigurations(url, "cacheConfiguration", "fileSystemConfiguration", - "indexingSpi").get1() + "lifecycleBeans", "indexingSpi").get1() finally { if (log4jTup != null) U.removeLog4jNoOpLogger(log4jTup)