http://git-wip-us.apache.org/repos/asf/ignite/blob/7ea000aa/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml index 79909c3..aa58054 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml @@ -86,10 +86,5 @@ </property> </bean> </property> - - <!-- Binary marshaller configuration --> - <property name="marshaller"> - <bean class="org.apache.ignite.marshaller.portable.BinaryMarshaller"/> - </property> </bean> </beans>
http://git-wip-us.apache.org/repos/asf/ignite/blob/7ea000aa/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml index 2f7d746..366ac13 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml @@ -32,7 +32,7 @@ </property> <property name="marshaller"> - <bean class="org.apache.ignite.marshaller.portable.BinaryMarshaller"/> + <bean class="org.apache.ignite.internal.portable.BinaryMarshaller"/> </property> <property name="discoverySpi">
