Not able to do retry with 'db: generic-config' in 3.5.1 version Mule ESB

你说的曾经没有我的故事 提交于 2019-12-12 01:47:40

问题


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.


回答1:


Default reconnection strategy worked fine for me running Mule 3.5.1 EE when used with ActiveMQ connection but did not work when used with JDBC connection (db:generic-config).

AnypointStudio XML parser do complain that reconnect element cannot be a child of configuration element 'Element: is not allowed to be child of element configuration' but the server started without any errors.

Based on the XSD, reconnect is a valid child of configuration. Not sure why AnypointStudio complains about that:

https://www.mulesoft.org/docs/site/current3/schemadocs/schemas/mule_xsd/elements/configuration.html



来源:https://stackoverflow.com/questions/29979925/not-able-to-do-retry-with-db-generic-config-in-3-5-1-version-mule-esb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!