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

component client - calling a View with more than one parametr fails #1849

Closed
aludwiko opened this issue Nov 10, 2023 · 0 comments · Fixed by #1850
Closed

component client - calling a View with more than one parametr fails #1849

aludwiko opened this issue Nov 10, 2023 · 0 comments · Fixed by #1850
Assignees
Labels
bug Something isnt working DX Developer Experience related issue

Comments

@aludwiko
Copy link
Contributor

Exception:

java.lang.IllegalArgumentException: Can only resolve method references from serializable SAMs, class was: class java.lang.reflect.Method

	at kalix.javasdk.impl.client.MethodRefResolver$.resolveMethodRef(MethodRefResolver.scala:32)
	at kalix.javasdk.client.ComponentCall$.invoke(ComponentCall.scala:73)
	at kalix.javasdk.client.ComponentCall2.params(ComponentCall.scala:206)
	at be.....myTest.java:86)
@aludwiko aludwiko added the bug Something isnt working label Nov 10, 2023
@aludwiko aludwiko self-assigned this Nov 10, 2023
@aludwiko aludwiko linked a pull request Nov 10, 2023 that will close this issue
@aludwiko aludwiko added the DX Developer Experience related issue label Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isnt working DX Developer Experience related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant