Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc3, 2.0.0-M1
-
Fix Version/s: 1.0
-
Component/s: Documentation / Website
-
Labels:None
-
Environment:
-
Similar Issues:
MULE-28Embedding Mule in a webappMULE-1671Update Webapp's mule-loanbroker-config.xmlMULE-4035Support Spring-first style configuration for Mule embedded in a webapp
MULE-3836 Expand documentation on deployment scenarios around app servers and using JCA vs embedded methodMULE-6016Endpoint not found issue in the case of embeding mule in a webapp-mule3.2.1 with Spring 3.1.0.RELEASEMULE-1454Update Acegi security documentation on websiteMULE-4906Hot Deployment documentation steps cause RuntimeException: MuleContext is not available msg (Hot Deployed app doesn't work)MULE-4097Support declarative Mule serverId configuration when embedded in webappMULE-2511Update "Notes for Apache Tomcat 5.0" section on http://www.mulesource.org/display/MULE/Mule+Examples+WebappMULE-1798Mule example webapp bundles old logo
Description
The <listener-class> in the "Embedding Mule in a Webapp" documentation needs to be updated because its package changed from org.mule.config to org.mule.config.builders:
<listener>
<listener-class>org.mule.config.MuleXmlBuilderContextListener</listener-class>
</listener>
<listener> <listener-class>org.mule.config.builders.MuleXmlBuilderContextListener</listener-class>
</listener>
Thanks travis, I've updated the docs
Ross