Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3.2
-
Fix Version/s: 1.4.2
-
Component/s: Core: Configuration
-
Labels:None
-
User impact:High
-
Similar Issues:None
Description
I am using the mule-spring mixed DTD configuration and I'm seeing the following anomalies:
1. During the eager creation of the beans, the Manager gets started even if I have set the magic system prop to true (or was it false?)
2. For some reason, the manager ID is not set when using the mule+spring config (same file works fine in ordinary mule config). This causes the JMX agent to register the beans under a generated ID which is not very usable.
3. I have the impression that some other props are not set as well, although I cannot put my finger on which ones exactly.
My workaround is to set manually the manager ID before configuration and to pre-register the descriptors which I used to add manually after the config. Still if there is an easy workaround for #1, please let me know.
Issue Links
- is duplicated by
-
MULE-2142
Server ID is automatically generated in spite of that "id" attribue is set in mule-configuration
-
Dimitar,
Just FYI, AutowireUMOManagerFactoryBean supports the managerId property (available in 1.3.3), maybe it can help.