[ https://issues.apache.org/jira/browse/CAY-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nikita Timofeev updated CAY-2370: --------------------------------- Fix Version/s: 4.1.M1 4.0.B3 > ValueObjectType for byte[] fails lookup > --------------------------------------- > > Key: CAY-2370 > URL: https://issues.apache.org/jira/browse/CAY-2370 > Project: Cayenne > Issue Type: Bug > Components: Core Library > Affects Versions: 4.0.B2 > Reporter: Dirk Lattermann > Assignee: Nikita Timofeev > Fix For: 4.0.B3, 4.1.M1 > > > 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". -- This message was sent by Atlassian JIRA (v6.4.14#64029)