[ https://issues.apache.org/jira/browse/CAY-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198425#comment-16198425 ]
ASF GitHub Bot commented on CAY-2370: ------------------------------------- GitHub user aarrsseni opened a pull request: https://github.com/apache/cayenne/pull/245 CAY-2370 ValueObjectType for byte[] fails lookup You can merge this pull request into a Git repository by running: $ git pull https://github.com/aarrsseni/cayenne CAY-2370 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/245.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #245 ---- commit d226eeeb390d840fa53cbde79f24910bed1518e2 Author: Arseni Bulatski <ancars...@gmail.com> Date: 2017-10-10T09:40:26Z CAY-2370 ValueObjectType for byte[] fails lookup ---- > 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.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)