-
Notifications
You must be signed in to change notification settings - Fork 118
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
java fixed asset implementation doesn't work with the rich query or range query workloads #181
Comments
The error reported here has been fixed by #220 .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for the query transactions java expects a certain number of parameters but the workload doesn't send enough. This results in an error in the contract api (which is probably a bug as it's not very meaningful)
Once this is addressed we get a further error trying to return a response. This is possibiby due to the object that is trying to be returned but again the java contravt-api results in an unexpected error and so probably a bug also in the java contract-api
Shouldn't result in just a null pointer exception
The text was updated successfully, but these errors were encountered: