Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-rc1
-
Fix Version/s: 1.1
-
Component/s: Core: Configuration
-
Labels:None
-
Environment:
Java 1.4.2
No internet connection
-
Similar Issues:None
Description
At the moment I use a configuration file with the spring dtd.
De file has the following header.
<!DOCTYPE mule-configuration PUBLIC "-//SymphonySoft //DTD mule-configuration XML V1.0//EN"
"http://www.symphonysoft.com/dtds/mule/mule-spring-configuration.dtd">
The mule-spring-configuration.dtd is loaded from www.symphonysoft.com. When the machine has no connection with the internet the startup fails. I suppose this related with the default value in DEFAULT_MULE_DTD in MuleDtDResolver. This value is set on mule-configuration.dtd. When I replace it with mule-spring-configuration everything works
Ths issue is related to
MULE-126.MULE-126.