[ https://issues.apache.org/jira/browse/CAY-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203435#comment-16203435 ]
ASF GitHub Bot commented on CAY-2370: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cayenne/pull/245 > 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 > Labels: pull-request-available > Fix For: 4.0.B3, 4.1.M2 > > > 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)