QueryException when trying to delete a feed
Description
An out parameter was added to the deleteFeedJobs procedure but the procedure in MySQL still on accepts two in parameters. This causes an exception when trying to delete a feed.
Environment
None
Activity
Show:
Scott Reisdorf
March 30, 2017, 10:19 PM
I was able to get the delete feed to work by modifying with 2 changes:
Verify these changes are needed/correct
1. Remove the 2 OUT params in the @NamedStoredProcedureQuery on the JpaOpsManagerFeed
2. Change the 2 methods in the OpsManagerFeedRepository to be void instead of returning Integer