Mule

Update <listener-class> in the "Embedding Mule in a Webapp" documentation

Details

  • Similar Issues:
    MULE-28 Embedding Mule in a webapp
    MULE-1671 Update Webapp's mule-loanbroker-config.xml
    MULE-4035 Support 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 method
    MULE-6016 Endpoint not found issue in the case of embeding mule in a webapp-mule3.2.1 with Spring 3.1.0.RELEASE
    MULE-1454 Update Acegi security documentation on website
    MULE-4906 Hot Deployment documentation steps cause RuntimeException: MuleContext is not available msg (Hot Deployed app doesn't work)
    MULE-4097 Support declarative Mule serverId configuration when embedded in webapp
    MULE-2511 Update "Notes for Apache Tomcat 5.0" section on http://www.mulesource.org/display/MULE/Mule+Examples+Webapp
    MULE-1798 Mule 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>

Activity

Hide
Ross Mason added a comment - 31/Mar/05 06:51 AM

Thanks travis, I've updated the docs

Ross

Show
Ross Mason added a comment - 31/Mar/05 06:51 AM Thanks travis, I've updated the docs Ross

People

Vote (0)
Watch (0)

Dates

  • Created:
    23/Mar/05 01:02 PM
    Updated:
    21/Aug/06 09:23 PM
    Resolved:
    31/Mar/05 06:51 AM