You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2005/08/03 15:15:33 UTC

svn commit: r227217 - in /webservices/sandesha/trunk: ./ legal/ lib/ samples/ samples/org/ src/org/ test-resources/ test-resources/server/ test/org/ xdocs/ xdocs/images/

Author: jaliya
Date: Wed Aug  3 06:14:43 2005
New Revision: 227217

URL: http://svn.apache.org/viewcvs?rev=227217&view=rev
Log:
Creating the new project structure for Sandesha2

Removed:
    webservices/sandesha/trunk/.cvsignore
    webservices/sandesha/trunk/legal/LICENSE.wsdl4j
    webservices/sandesha/trunk/legal/LICENSE.xalan
    webservices/sandesha/trunk/legal/LICENSE.xerces
    webservices/sandesha/trunk/legal/LICENSE.xml-apis
    webservices/sandesha/trunk/lib/addressing-SNAPSHOT.jar
    webservices/sandesha/trunk/lib/axis-1.2.jar
    webservices/sandesha/trunk/lib/axis-ant-1.2.jar
    webservices/sandesha/trunk/lib/axis-jaxrpc-1.2.jar
    webservices/sandesha/trunk/lib/axis-saaj-1.2.jar
    webservices/sandesha/trunk/lib/axis-wsdl4j-1.2.jar
    webservices/sandesha/trunk/lib/commons-discovery-0.2.jar
    webservices/sandesha/trunk/lib/commons-logging-1.0.3.jar
    webservices/sandesha/trunk/lib/junit-3.8.1.jar
    webservices/sandesha/trunk/lib/log4j-1.2.8.jar
    webservices/sandesha/trunk/lib/xerces.jar
    webservices/sandesha/trunk/maven.xml
    webservices/sandesha/trunk/project.properties
    webservices/sandesha/trunk/project.xml
    webservices/sandesha/trunk/release-notes.html
    webservices/sandesha/trunk/samples/ClientDeploy.wsdd
    webservices/sandesha/trunk/samples/DeployClient.bat
    webservices/sandesha/trunk/samples/DeployClient.sh
    webservices/sandesha/trunk/samples/DeployService.bat
    webservices/sandesha/trunk/samples/DeployService.sh
    webservices/sandesha/trunk/samples/README.txt
    webservices/sandesha/trunk/samples/RMSampleServiceDeploy.wsdd
    webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat
    webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh
    webservices/sandesha/trunk/samples/RunTCPMon.bat
    webservices/sandesha/trunk/samples/RunTCPMon.sh
    webservices/sandesha/trunk/samples/build.xml
    webservices/sandesha/trunk/samples/client-config.wsdd
    webservices/sandesha/trunk/samples/org/
    webservices/sandesha/trunk/samples/server-config.wsdd
    webservices/sandesha/trunk/src/org/
    webservices/sandesha/trunk/test-resources/client-config.wsdd
    webservices/sandesha/trunk/test-resources/server/
    webservices/sandesha/trunk/test-resources/server-config.wsdd
    webservices/sandesha/trunk/test/org/
    webservices/sandesha/trunk/xdocs/architecture.html
    webservices/sandesha/trunk/xdocs/images/
    webservices/sandesha/trunk/xdocs/index.html
    webservices/sandesha/trunk/xdocs/interopguide.html
    webservices/sandesha/trunk/xdocs/navigation.xml
    webservices/sandesha/trunk/xdocs/releases.html
    webservices/sandesha/trunk/xdocs/userguide.html
Modified:
    webservices/sandesha/trunk/README.txt

Modified: webservices/sandesha/trunk/README.txt
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/README.txt?rev=227217&r1=227216&r2=227217&view=diff
==============================================================================
--- webservices/sandesha/trunk/README.txt (original)
+++ webservices/sandesha/trunk/README.txt Wed Aug  3 06:14:43 2005
@@ -1,109 +1,5 @@
-======================================================
-Apache Sandesha-1.0 build 29th July, 2005)
+This is Apache Sandesha2 (Implementation of WS-ReliableMessaging on top of Apache Axis2)
+Sandesha for Apache Axis 1.X can be located in
+http://svn.apache.org/repos/asf/webservices/sandesha/branches/sandesha_1_0/
 
-http://ws.apache.org/ws-sandesha
-------------------------------------------------------
-
-___________________
-Documentation
-===================
-
-Documentation can be found in the docs/ directory included in the
-binary distribution and in xdocs/ directory in the source distribution.
-
-___________________
-Installation
-===================
-
-The binary distribution contains a Sandesha-1.0.jar file. To configure Sandesha
-in the server side simply follow the steps given bellow.
-
-Step1: Copy  Sandesha-1.0.jar to the webapps/axis/WEB-INF/lib directory. (Assume that
-       the user has already configured axis in a servlet container)
-Step2: Copy addressing-SNAPSHOT.jar that can be found in the lib directory of the binary
-       distribution of Sandesha to the same location.
-
-If you need to test with samples then copy the Sandesha-samples.jar that can be found in the 
-samples directory to the webapps/axis/WEB-INF/lib directory as well.
-
-To verify the installation, go to http://localhost:8080/axis/ and
-click on the "List" link. Then if you can see the RMSampleService deployed (this is only
-if the Sandesha-samples.jar is also copied to the webapps/axis/WEB-INF/lib) then
-you have successfully configured Sandesha on the server side.
-
-________________________________________________
-Enabling WS-ReliableMessaging for a Web Service
-================================================
-
-To enable WS-RM for a Web Service, the user has to add two handlers and a provider to the
-server-config.wsdd of axis. Following xml lines shows the required changes
-to enable WS-RM for a Web Service named MyService to its deployment descriptor
-
---------------------------------------------------------------------------------------------
-<deployment xmlns="http://xml.apache.org/axis/wsdd/"
-xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
- <service name="MyService" provider="Handler">
-<requestFlow>
-<handler type="java:org.apache.sandesha.ws.rm.handlers.RMServerRequestHandler"></handler>
-<handler type="java:org.apache.axis.message.addressing.handler.AddressingHandler"></handler>
-</requestFlow>
-<parameter name="handlerClass" value="org.apache.sandesha.ws.rm.providers.RMProvider"/>
-<parameter name="className" value="test.MyService"/>
-<parameter name="allowedMethods" value="*"/>
-<parameter name="scope" value="request"/>
-</service>
-</deployment>
-----------------------------------------------------------------------------------------------
-
-
-To build the Sandesha-1.0.jar file using the source distribution use the
-following command:
-    $ maven
-
-The jar file will be created in the target/ directory.
-
-_______________________________________________________
-Enabling WS-ReliableMessaging for a Web Service Client
-=======================================================
-
-To enable WS-RM for a Web Service client the user has to add few code lines to the existing client
-code. (Currently Sandesha can only use with the DII based clients, for clients that use generated
-stubs, then the user has to manually add these lines to the stubs)
-
-Following code fragment shows these additional lines that are required. A more detailed explanation
-can be found in the User Guide.
-
-----------------------------------------------------------------------------------------------
-Service service = new Service();
-	Call call = (Call) service.createCall();
-	SandeshaContext ctx = new SandeshaContext();
-	ctx.initCall(call, targetUrl,
-	"urn:wsrm:echoString",Constants.ClientProperties.IN_OUT);
-	call.setOperationName(new QName("http://tempuri.org/", "echoString"));
-	call.addParameter("Text", XMLType.XSD_STRING, ParameterMode.IN);
-	call.addParameter("Seq", XMLType.XSD_STRING, ParameterMode.IN);
-	call.setReturnType(org.apache.axis.encoding.XMLType.XSD_STRING);
-
-	ctx.setLastMessage(call);
-	String ret = (String) call.invoke(new Object[]{"Sandesha Echo 1", "abcdef"});
-	System.out.println("The Response for First Messsage is :" + ret);
-
-	ctx.endSequence();
-	} catch (Exception e) { e.printStackTrace();
-	}
-----------------------------------------------------------------------------------------------
-
-___________________
-Support
-===================
-
-Any problem with this release can be reported to sandesha the mailing list
-If you are sending email to the mailing list make sure to add the [Sandesha] prefix to the subject.
-
-Mailing list subscription:
-    sandesha-dev-subscribe@ws.apache.org
-
-
-Thank you for your support on Sandesha!
-
-Apache Sandesha Team.
+Apache Sandesha Team.
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org