I'd like to create a new Message Processor in WSO 2 (Scheduled Messaging Forward Processor). This processor should include the property "cronExpression" which I set to "*0-59 * * * **" (without quotation marks).
Saving the processor leads to the following exception: RPCInOnlyMessageReceiver Error setting cron expression: Unexpected end of expression.
However, I'm quite sure that there is nothing wrong with the expression.
Any ideas why this fails?
Thanks, Peter