Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.2
-
Fix Version/s: 1.4.0
-
Component/s: Core: Configuration
-
Labels:None
-
Configuration:
-
Log Output:
-
Similar Issues:
MULE-2718Do not allow transformers to be configured on global endpoints.MULE-973Can't use TemplateEndpointRouter with SpringConfigurationBuilderMULE-1612"system-property" doesn't work with SpringConfigurationBuilderMULE-4392Problem with EndpointMessageNotificationListener and global endpoint
MULE-2717 Implement inbound/outbound global endpoints
MULE-2991 Use global endpoints as much as possibleMULE-2629Default transformers + global endpoints don't work
MULE-4327 filters configured as child elements of endpoints in chaining router do not workMULE-652MuleEventMulticaster not loading global endpointsMULE-5206HTTPS inbound-endpoints do not work in a flow
Description
Using global endpoint inside an exception strategy do not work with the SpringConfigurationBuilder.
The attached configuration work when using: mule.bat -config "config-test.xml"
The same configuration fails when using: mule.bat -builder org.mule.extras.spring.config.SpringConfigurationBuilder -config "config-test.xml"
Issue Links
| Block | |||
|---|---|---|---|
|
|
|
||
I narrowed down the problem to the AutowireUMOManagerFactoryBean class.
The connectors are registed first with the Mule manager instance. However in the example, the connector tries to lookup the global endpoint but this one is not yet registred with the mule manager.