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

Exception when deleting resources with functions #681

Closed
yvespp opened this issue Jan 3, 2023 · 0 comments · Fixed by #710
Closed

Exception when deleting resources with functions #681

yvespp opened this issue Jan 3, 2023 · 0 comments · Fixed by #710
Assignees
Labels

Comments

@yvespp
Copy link
Member

yvespp commented Jan 3, 2023

How to reproduce:

  • Create a new application
  • On the application, create a new function
  • Delete the application (Release -> Remove)

=> An exception is thrown: ConstraintViolationException: could not execute statement
Details:

Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-02292: integrity constraint (AOO_COP_LIIMA.TAMW_FUNRESOURCE_FK) violated - child record found

If the function is deleted manually the delete of the application works.

Expected behaviour: deleting of a resource should also delete functions defined on it (same behaviour as with templates).

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

Successfully merging a pull request may close this issue.

2 participants