[
https://issues.apache.org/jira/browse/IGNITE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117916#comment-15117916
]
Artem Shutak commented on IGNITE-2395:
--------------------------------------
Will be fixed in bounds of IGNITE-2191.
> 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)