Repository: ignite
Updated Branches:
  refs/heads/ignite-950-new e877cbde0 -> 291f97979


IGNITE-950-new - Fixed NPE on .NET start.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/291f9797
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/291f9797
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/291f9797

Branch: refs/heads/ignite-950-new
Commit: 291f97979d0d3608ea59084792c11c923ec09520
Parents: e877cbd
Author: Alexey Goncharuk <[email protected]>
Authored: Sun Nov 1 14:02:47 2015 +0300
Committer: Alexey Goncharuk <[email protected]>
Committed: Sun Nov 1 14:02:47 2015 +0300

----------------------------------------------------------------------
 .../platform/dotnet/PlatformDotNetConfigurationClosure.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/291f9797/modules/core/src/main/java/org/apache/ignite/internal/processors/platform/dotnet/PlatformDotNetConfigurationClosure.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/platform/dotnet/PlatformDotNetConfigurationClosure.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/platform/dotnet/PlatformDotNetConfigurationClosure.java
index c3c0305..eb918cc 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/platform/dotnet/PlatformDotNetConfigurationClosure.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/platform/dotnet/PlatformDotNetConfigurationClosure.java
@@ -237,7 +237,7 @@ public class PlatformDotNetConfigurationClosure extends 
PlatformAbstractConfigur
                 @Override public IgniteObjectMetadata metadata(int typeId) 
throws IgniteObjectException {
                     return null;
                 }
-            }, null);
+            }, new IgniteConfiguration());
 
             PortableMarshaller marsh = new PortableMarshaller();
 

Reply via email to