Hi. I am trying to test the trigger retry feature.
I have a publishble document type: Triggers:pubDocType01
A trigger : Triggers:trigger01
I have setup the trigger to retry 10 times with 30 second interval.
The trigger is calling a service that does not exist in order to fail the 10 times.
The only problem is that it does not retry 10 times.
On the fisrt run it returns the error: [446]2009-04-03 15:27:15 BST [ISS.0098.0049C] Exception:com.wm.app.b2b.server.UnknownServiceException: [ISS.0026.9201] Unknown service: Triggers:flowTrigger01 while executing trigger. Rejecting Document for TriggerStore:Triggers:trigger01.
Shouldn’t it retry 10 times and fail the 10 times?