| Author |
Mule standalone: Failed to read schema document "AMQP issue"
|
Achraf Charafi
Greenhorn
Joined: Jan 30, 2012
Posts: 4
|
|
hi,
I'm trying to build a little web service demo with:
cxf 2.2.6
Mule 3.2.0
Maven 3
spring 3.0.6.RELEASE
rabbitmq (amqp-client) 2.3.1
A simple web service that takes an object person and then sends it via RabbitMq brocker to an othe application. this application returnes back the person's gender (String) also via RabbitMq to the Web service. then my Web service gives it back via Http.
I deploy my web service via Mule server: put the .war file into apps folder in mule installation and run mul standalone 3.2.0 via command prompt.
Now the pb is that I have an exception when Mule try to deploy it :
" Failed to read schema document 'http://www.mulesoft.org/schema/mule/amqp/3.1/mule-amqp.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema> "
What gets me confused is that I'm using the same schema I have been using before which works on other web service with Mule running under Jboss.
My configuration file is the following:
My application-context.xml is the following:
I appreciate if any one could help me getting this demo working correctly.
thanks.
|
 |
 |
|
|
subject: Mule standalone: Failed to read schema document "AMQP issue"
|
|
|