Hello,
I have a scaffolded (from DB) Spring MVC web application. The Spring DSL section in the project contains, among other things, the DAOs, and some time ago I had manually added a couple of queries inside one of these. I had generated the code and everything was fine and dandy.
Now I have decided to achieve the custom queries otherwise, because I prefer not to mess with any of the generated artefacts. So I wanted to delete the couple of custom queries. However, when I click “delete” for them I get an error saying:
“Deleting resources” has encountered a problem.
There is not enough information to complete the resource operation.
The details view has no more information than this. I could in principle re-scaffold the application, but this is a huge pain in the back. Is there something I could do to unblock this situation?
Thanks.