You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Artem Shutak (JIRA)" <ji...@apache.org> on 2016/01/15 15:25:39 UTC

[jira] [Created] (IGNITE-2395) Binary marshaller: id mapper must be resolved according to configuration.

Artem Shutak created IGNITE-2395:
------------------------------------

             Summary: Binary marshaller: id mapper must be resolved according to configuration.
                 Key: IGNITE-2395
                 URL: https://issues.apache.org/jira/browse/IGNITE-2395
             Project: Ignite
          Issue Type: Bug
            Reporter: Artem Shutak
            Assignee: Artem Shutak
            Priority: Critical
             Fix For: 1.6


The following scenario does not works
- start node with BinaryMarshaller and set BinaryConfiguration with not-default BinaryIdMapper (see BinarySimpleNameIdMapper)
- Execute the following code (it fails):
{code}
        BinaryObjectBuilder builder = builder("org.my.Class");
        BinaryObject bo = builder.build();
        assertEquals("class".hashCode(), bo.type().typeId());
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)