Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2395

Binary marshaller: id mapper must be resolved according to configuration.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.6
    • None
    • None

    Description

      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):
                BinaryObjectBuilder builder = builder("org.my.Class");
                BinaryObject bo = builder.build();
                assertEquals("class".hashCode(), bo.type().typeId());
        

      Attachments

        Issue Links

          Activity

            People

              ashutak Artem Shutak
              ashutak Artem Shutak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: