Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.B2
Description
Trying to register a ValueObjectType<UUID, byte[]> using
.addModule(binder -> ServerModule.contributeValueObjectTypes(binder)
.add(H2UUIDValueObjectType.class))
does not work, because in ValueObjectTypeFactory, method getType(Class<?>), the lookup map.getExplicitlyRegisteredType() returns null. This is because a key of "byte[]" is present in the typeMap of the ExtendedTypeMap, but the lookup is done with the className, which is "[B".
Attachments
Issue Links
- links to