-
Notifications
You must be signed in to change notification settings - Fork 495
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
Can not create custom procedure with void return type using apoc.custom.declareProcedure #3349
Labels
Comments
conker84
added a commit
to conker84/neo4j-apoc-procedures
that referenced
this issue
Dec 6, 2022
…eturn type using apoc.custom.declareProcedure
conker84
added a commit
to conker84/neo4j-apoc-procedures
that referenced
this issue
Dec 16, 2022
…eturn type using apoc.custom.declareProcedure
conker84
added a commit
that referenced
this issue
Jan 16, 2023
…ing apoc.custom.declareProcedure (#3356)
vga91
pushed a commit
that referenced
this issue
Jan 17, 2023
vga91
pushed a commit
that referenced
this issue
Jan 17, 2023
vga91
pushed a commit
that referenced
this issue
Jan 17, 2023
vga91
pushed a commit
that referenced
this issue
Jan 18, 2023
vga91
pushed a commit
that referenced
this issue
Jan 18, 2023
vga91
added a commit
that referenced
this issue
Jan 30, 2023
conker84
pushed a commit
that referenced
this issue
Jan 30, 2023
vga91
added a commit
that referenced
this issue
Apr 28, 2023
…type using apoc.custom.declareProcedure (#3356) (#3406) Co-authored-by: Andrea Santurbano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guidelines
It is not able to create a custom procedure using apoc.custom.declareProcedure for void return type .
dbms.setConfigValue() returns void and custom procedure can not be created .
Throws ==> Failed to invoke procedure
apoc.custom.declareProcedure
: Caused by: java.lang.NullPointerExceptionExpected Behavior (Mandatory)
It should create a custom procedure
Actual Behavior (Mandatory)
Throws ==> Failed to invoke procedure
apoc.custom.declareProcedure
: Caused by: java.lang.NullPointerExceptionHow to Reproduce the Problem
Run the above code
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: