-
Notifications
You must be signed in to change notification settings - Fork 617
Compatible issue on httpRequestPayload with Support collections of entities as parameters #2350
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
Comments
SDN does not have any thoughts about HTTP Payloads. In the other ticket Jackson is complaining about no default constructor present (a constructor taking no arguments). This can be solved with Jacksons Or you add also add Sorry, as much as we love to help you, this is not an SDN issue. Please read up on Jackson and or Lombok. https://github.com/FasterXML/jackson |
Just got workaround to get this worked. Will post the link shortly. Thanks Team |
Hi, @michael-simons i've accepted ur answer as it is resolved in SDN stackoverflow url But, the workaround is on the spring mvc side i hope as you mentioned. For the same i commented which works fine in updating simple collection of relationships with the desired output.
Thanks Further, when i tried to accommodate apoc.do.when for conditional querying on neo4j relationships like delete / upsert by boolean field, which works fine in neo4j browser after installing apoc library with below query.
But, when i used the same in @query i'm facing the same null on result (not updating / changing the data in DB)
Is there any issue in the above apoc implementation in |
Thanks for your feedback. SDN makes no assumptions about any procedures you call, being it APOC or built-in ones. |
can you please suggest a way to look the passing value in apoc? as of now i could see the query debug log as below
Please suggest a way to debug the passing values in the apoc query. It might be really helpful. Thanks |
@fbiville Can you help here? This issue and the one linked in the first post has been reiterated multiple times, I am not too keen of debugging APOC. Thanks. |
Sorry, i had an issue (passing values) in the query variable in apoc and solved. |
@venkat125 can you tell me how you resolved that issue? because I get the same error to occur. |
This is just a workaround link to get this resolved. @Bhavinpanchal20 |
I was trying to use the collection support on custom repository queries. That works fine when we build the collection locally as in the testcase. But, when i post the data through httpPayload, it throws error on parsing / object construction.
Since, this seems to be the http payload and collect support compatibility, thought of creating a new issue. If this seems to be not an issue, requesting to please suggest a workaround to get this.
Thanks SDN Team.
Referring the comments link here
Originally posted by @venkat125 in #2292 (comment)
The text was updated successfully, but these errors were encountered: