I am trying to run my job every end of month but i am getting an error every time i add cron expression :
from("timer://ratingTimer?cron=0+52+12+++") this is i am trying to run my job for specific time. Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: timer://ratingTimer?cron=0+52+12+%3F++* due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{cron=0 52 12 ? * *}]