Hello, While deploying the first example of "Sendesha" I am getting the following exception Error: org.apache.axis2.deployment.DeploymentException: The sandesha2 module is not valid or has not been deployed. at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.ja va:431) at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup( ArchiveReader.java:102)..................... I am following the simple steps given in "Apache Sandesha2 User's Guide" page [http://ws.apache.org/sandesha/sandesha2/userGuide.html]. 1. I added sandesha2-1.3.mar file to <Axis2_webapp>/WEB-INF/modules directory. 2. Added sandesha2-policy-1.3.jar file that comes with the distribution to the <Axis2_webapp>/WEB-INF/lib directory 3. While working on axis2-1.4, user phase named RMPhase is already added to the all four flows of the axis2.xml. So I did not changed it. Please advice me what all changes I need to do to get this example working. Regards, Rajeev