« Return to Thread: NoSuchMethodError in MapUtils.getBooleanValue

RE: NoSuchMethodError in MapUtils.getBooleanValue

by Erickson, Loren :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

I am using a context listener and context param in the web.xml as follows.

 

      <context-param>

            <description>Mule Configuration</description>

            <param-name>org.mule.config</param-name>

            <param-value>

                  /WEB-INF/conf/mule/mule-config.xml

            </param-value>

      </context-param>

      <listener>

            <description></description>

            <display-name>Mule Config Context Listener</display-name>

            <listener-class>

                  org.mule.config.builders.MuleXmlBuilderContextListener

            </listener-class>

      </listener>

 

The server is WAS 6.1.  I have to say I’ve had a devil of a time trying to resolve classpath issues between Mule and the WAS runtime.  Had to create a special classloader for wsdl4j-1.6.1.jar, etc.  Is there a comprehensive guide for configuring mule for WAS 6.1 somewhere?    

 

 

From: Andrew Perepelytsya [mailto:aperepel@...]
Sent: Tuesday, June 17, 2008 4:58 PM
To: user@...
Subject: Re: [mule-user] NoSuchMethodError in MapUtils.getBooleanValue

 

There's probably a wrong commons-lang jar in your classpath. How do you launch Mule?

Andrew

 « Return to Thread: NoSuchMethodError in MapUtils.getBooleanValue