Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ObjectConverter not found for List in Map #66

Open
ArtDu opened this issue Oct 27, 2021 · 0 comments
Open

ObjectConverter not found for List in Map #66

ArtDu opened this issue Oct 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ArtDu
Copy link
Contributor

ArtDu commented Oct 27, 2021

public Optional<CustomObject> updateCrossReferences(long code, List<InnerObject> innerObjects, LocalDateTime creationDateTime, final Map<String, String> headers) {
        Map<String, String> credentials = prepareTdgCredentials(headers);
        var args = new HashMap<>();
        args.put("index", "code_index");
        args.put("value", code);
        args.put("innerObjects", innerObjects);
        args.put("creationDateTime", creationDateTime);
        var customObjects =  repository.callService("update", args, credentials);
}
"timestamp":"2021-10-27T16:00:19.105+00:00","status":500,"error":"Internal Server Error","trace":"io.tarantool.driver.mappers.MessagePackObjectMapperException: ObjectConverter for type class InnerObject is not found
@ArtDu ArtDu added the bug Something isn't working label Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant