Hi,
That is the only principal Error that I get, the Others are related to
Exchange Null and Camel issues.
This is the method that I need into XMLUtils : 
    public static Document More ...newDocument(InputStream inp)
        throws ParserConfigurationException, SAXException, IOException
    {
        return XMLUtils.newDocument(new InputSource(inp));
    }
When I Google to try Any solutions o this problem, I found that
NoClassDefFoundError is thrown if the Java Virtual Machine or a ClassLoader
instance tries to load in the definition of a class (as part of a normal
method call or as part of creating a new instance using the new expression)
and no definition of the class could be found. This Means that the
ClassLoader of ServiceMix is not able to find the definition of the class !! 




--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Caused-by-java-lang-NoClassDefFoundError-org-apache-axis-deployment-wsdd-WSDDConstants-tp5722456p5722468.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to