Error Could not locate method 'DeleteCat' with matching signature in class 'Lion'. (14457)

Hi,

While I am testing a Delete method inside a class I am getting the below error. After seeing this error, I recreated the WAR files, re-started tomcat, UnDepoyed and deployed the services. Still the same error appearing. Can anyone throw light on the issue?

1925
 

Attachments

  • code.jpg
    code.jpg
    63.6 KB · Views: 7
  • REST Resource.jpg
    REST Resource.jpg
    72.9 KB · Views: 7

ForEachInvoiceDelete

Active Member
Was it compiled in the same version of progress as you deployed it too?

That caused me no end of headaches as i was compiling in 11.7.1 and deploying to 11.7.3
 

ForEachInvoiceDelete

Active Member
Oh and check your r code is deployed in the propath.

think its like web-inf/openedge by default but you can change it. Check your PAS settings.
 
Top