[ 
https://issues.apache.org/jira/browse/IGNITE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Artem Shutak closed IGNITE-2395.
--------------------------------

> 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)

Reply via email to