Since DB (Using db: generic-config) Global Connector don't have reconnect strategy. I'm externally trying to set the reconnect Strategy as mentioned in the link http://www.mulesoft.org/documentation/display/35X/Configuring+Reconnection+Strategies. After selecting the configuration, it allows me to set the reconnect, once after selecting. It is giving error like
'Element: is not allowed to be child of element configuration'
Please find the config
<configuration >
<reconnect></reconnect>
</configuration>
Do any one experiences as above. While listing, the reconnect option found under configuration but it is throwing error. Could any one help me to resolve the issue. If this option won't work , please correct me with other options how to retry for . I'm trying this option in order to retry for my DB.
Referred this link also:Reconnect using Mule 3.5 db connector. No solution to achieve.
Thanks in advance.