Skip to content

Turing on default typing breaks jsonrpc #19

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

Closed
tkvangorder opened this issue Mar 14, 2014 · 1 comment
Closed

Turing on default typing breaks jsonrpc #19

tkvangorder opened this issue Mar 14, 2014 · 1 comment

Comments

@tkvangorder
Copy link

Very cool project, we are very close to getting things working. However, we have several areas where we have polymorphic types. We are injecting our own ObjectMapper into Jsonrpc4j with "enableDefaultTyping(DefaultTyping.NON_FINAL)

The type information is tripping up because the request parameters are being mapped to a JSON node tree via the valueToTree method.

There is a related issue on the Jackson site :

FasterXML/jackson-databind#353

Is there any possible workaround for this issue?

@briandilley
Copy link
Owner

not that i know of, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants