Skip to content

Instantly share code, notes, and snippets.

@dima767
Created May 19, 2009 14:43
Show Gist options
  • Save dima767/114142 to your computer and use it in GitHub Desktop.
Save dima767/114142 to your computer and use it in GitHub Desktop.
2009-05-19 10:41:24,237 ERROR [org.mule.config.builders.WebappMuleXmlConfigurationBuilder.configure()] - <Configuration with "org.mule.config.builders.WebappMuleXmlConfigurationBuilder" failed.>
org.mule.api.lifecycle.InitialisationException: Initialisation Failure: Error creating bean with name 'customEditorConfigurer' defined in default-mule-config.xml: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.util.LinkedHashMap] to required type [java.util.Map] for property 'customEditors'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.mule.config.spring.editors.ConnectorPropertyEditor] to required type [java.lang.String] for property 'customEditors[org.mule.api.transport.Connector]': no matching editors or conversion strategy found
at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:76)
at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
at org.mule.config.builders.WebappMuleXmlConfigurationBuilder.doConfigure(WebappMuleXmlConfigurationBuilder.java:82)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment