You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ch...@apache.org on 2005/12/05 07:28:34 UTC

svn commit: r353998 [45/49] - in /webservices/site/trunk/targets/sandesha/sandesha2: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/sandesha2/ apidocs/org/apache/sandesha2/class-use/ apidocs/org/apache/sandesha2/handlers/ apidocs/org/a...

Added: webservices/site/trunk/targets/sandesha/sandesha2/samplesGuide.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/samplesGuide.html?rev=353998&view=auto
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/samplesGuide.html (added)
+++ webservices/site/trunk/targets/sandesha/sandesha2/samplesGuide.html Sun Dec  4 22:21:50 2005
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Sandesha2 - Sandesha2 Samples Guide</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/ws-fx/sandesha/sandesha2" id="projectLogo"><img alt="Apache Sandesha2" src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 December 2005
+                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="samplesGuide.html">Samples Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n
 one"><a href="team-list.html">Project Team</a></li></ul></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Sandesha2_Samples_Guide"></a><h2>Sandesha2 Samples Guide</h2><p>This document explains how to run the samples that come with the current
+Sandesha2 distribution.</p><p>Please go through following steps to setup and run the samples.</p><div class="subsection"><a name="Setting_up_the_server"></a><h3>Setting up the server</h3><p>Install tomcat and add the Axis2 web app.</p><p>Add an user phase named RMPhase to both inFlow and outFlow of
+axis2.xml.</p><p>Add the Sandesha2 module (Sandesha2-0.9.mar) to the
+&lt;AXIS2_WEBAPP&gt;\WEB-INF\modules directory.</p><p>Start tomcat.</p></div><div class="subsection"><a name="Setting_up_the_client"></a><h3>Setting up the client</h3><p>We have made a client repo available at the directory samples\clients
+directory of the Sandesha2 binary distribution.</p><p>Add all the jar files that come with the lib directory of Apache Axis2
+binary distrubution to the samples\clients\lib directory.</p><p>Add the addressing.mar module file that comes with Apache Axis2 to the
+samples\clients\modules directory.</p><p>Add the Sandesha2-0.9.mar file that comes with Apache Sandesha2 binary
+distribution to samples\clients\modules directory.</p></div><div class="subsection"><a name="Setting_up_the_tcp_monitor_"></a><h3>Setting up the tcp monitor.</h3><p>start the tcp monitor utility program and map following ports.</p><p>8070 -&gt; 8080 (assuming that you started tomcat in the port 8080)</p><p>9070 -&gt; 6060 (Assuming that the clients listner port of Axis2 is
+6060)</p><p></p><p></p></div><div class="subsection"><a name="Running_the_sample_clients"></a><h3>Running the sample clients</h3><p>Simply double click the the bat files that come in the samples\client
+directory of the Sandesha2 binary distribution to run various samples clients
+and observer tcp monitor to see the message exchange.</p></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005, Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Modified: webservices/site/trunk/targets/sandesha/sandesha2/task-list.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/task-list.html?rev=353998&r1=353997&r2=353998&view=diff
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/task-list.html (original)
+++ webservices/site/trunk/targets/sandesha/sandesha2/task-list.html Sun Dec  4 22:21:50 2005
@@ -1,10 +1,10 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Sandesha2 - Articles</title><style type="text/css" media="all">
           @import url("./style/maven-base.css");
           
-			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Maven"></meta><meta name="email" content="turbine-maven-user@jakarta.apache.org"></meta></head><body class="composite"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/ws-fx/sandesha/" id="projectLogo"><img alt="Apache Sandesha2" src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 30 November 2005
-                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="team-list.html">Project Team</a></li></ul></li></ul><
 /div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="expanded"><a href="maven-reports.html">Project Reports</a><ul><li class="none"><a href="jdepend-report.html">Metrics</a></li><li class="none"><a href="checkstyle-report.html">Checkstyle</a></li><li class="none"><a href="changelog-report.html">Change Log</a></li><li class="none"><a href="developer-activity-report.html">Developer Activity</a></li><li class="none"><a href="file-activity-report.html">File Activity</a></li><li class="none"><a href="license.html">Project License</a></li><li class="none"><a href="apidocs/index.html" class="newWindow" title="New Window" target="_blank">JavaDocs</a></li><li class="none"><a href="javadoc.html">JavaDoc Report</a></li><li class="none"><a href="javadoc-warnings-report.html">JavaDoc Warnings Report</a></li><li class=
 "none"><a href="xref/index.html" class="newWindow" title="New Window" target="_blank">Source Xref</a></li><li class="none"><a href="xref-test/index.html" class="newWindow" title="New Window" target="_blank">Test Xref</a></li><li class="none"><a href="junit-report.html">Unit Tests</a></li><li class="none"><a href="linkcheck.html">Link Check Report</a></li><li class="none"><strong><a href="task-list.html">Task List</a></strong></li></ul></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Todos"></a><h2>Todos</h2><table class="bodyTable"><thead>
-      	<tr class="a"><th>Class</th><th>Class Todos Count</th><th>Method with Todos</th></tr>
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><meta name="author" content="Maven"></meta><meta name="email" content="turbine-maven-user@jakarta.apache.org"></meta></head><body class="composite"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/ws-fx/sandesha/sandesha2" id="projectLogo"><img alt="Apache Sandesha2" src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 December 2005
+                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="samplesGuide.html">Samples Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n
 one"><a href="team-list.html">Project Team</a></li></ul></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="expanded"><a href="maven-reports.html">Project Reports</a><ul><li class="none"><a href="jdepend-report.html">Metrics</a></li><li class="none"><a href="checkstyle-report.html">Checkstyle</a></li><li class="none"><a href="changelog-report.html">Change Log</a></li><li class="none"><a href="developer-activity-report.html">Developer Activity</a></li><li class="none"><a href="file-activity-report.html">File Activity</a></li><li class="none"><a href="license.html">Project License</a></li><li class="none"><a href="apidocs/index.html" class="newWindow" title="New Window" target="_blank">JavaDocs</a></li><li class="none"><a href="javadoc.html">JavaDoc Report</a></li><li class="none"><a href="javad
 oc-warnings-report.html">JavaDoc Warnings Report</a></li><li class="none"><a href="xref/index.html" class="newWindow" title="New Window" target="_blank">Source Xref</a></li><li class="none"><a href="xref-test/index.html" class="newWindow" title="New Window" target="_blank">Test Xref</a></li><li class="none"><a href="junit-report.html">Unit Tests</a></li><li class="none"><a href="linkcheck.html">Link Check Report</a></li><li class="none"><strong><a href="task-list.html">Task List</a></strong></li></ul></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Todos"></a><h2>Todos</h2><table class="bodyTable"><thead>
+      	<tr class="b"><th>Class</th><th>Class Todos Count</th><th>Method with Todos</th></tr>
         </thead><tbody>
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <tr class="b"><td colspan="3"><em>No class or method todo found</em></td></tr>
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <tr class="a"><td colspan="3"><em>No class or method todo found</em></td></tr>
             </tbody></table></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005, Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>

Modified: webservices/site/trunk/targets/sandesha/sandesha2/team-list.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/team-list.html?rev=353998&r1=353997&r2=353998&view=diff
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/team-list.html (original)
+++ webservices/site/trunk/targets/sandesha/sandesha2/team-list.html Sun Dec  4 22:21:50 2005
@@ -15,9 +15,9 @@
   	
   	  function init() {
 	    	       	         	               	       	         	               	       	         	               	       	         	                     }
-    </script></head><body class="composite" onload="init();"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/ws-fx/sandesha/" id="projectLogo"><img alt="Apache Sandesha2" src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 30 November 2005
-                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="team-list.html">Project Team</a></li></ul></li></ul><
 /div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li><li class="none"><a href="cvs-usage.html">Source Repository</a></li><li class="none"><a href="issue-tracking.html">Issue Tracking</a></li></ul></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><d
 iv class="contentBox"><div class="section"><a name="The_Team"></a><h2>The Team</h2><p>
+    </script></head><body class="composite" onload="init();"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/ws-fx/sandesha/sandesha2" id="projectLogo"><img alt="Apache Sandesha2" src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 December 2005
+                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="samplesGuide.html">Samples Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n
 one"><a href="team-list.html">Project Team</a></li></ul></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li><li class="none"><a href="cvs-usage.html">Source Repository</a></li><li class="none"><a href="issue-tracking.html">Issue Tracking</a></li></ul></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logo
 s/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Team"></a><h2>The Team</h2><p>
         A successful project requires many people to play many roles.
         Some members write code or documentation, while others are
         valuable as testers, submitting patches and suggestions.
@@ -34,18 +34,18 @@
         The following is a list of developers with commit privileges that have 
         directly contributed to the project in one way or another.  
       </p><table class="bodyTable"><thead>
-        <tr class="a"><th>Name</th><th>Id</th><th>Email</th><th>Organization</th><th>Roles</th><th>TZ Offset</th><th>Time</th></tr>
+        <tr class="b"><th>Name</th><th>Id</th><th>Email</th><th>Organization</th><th>Roles</th><th>TZ Offset</th><th>Time</th></tr>
         </thead><tbody>
-                <tr class="b"><td>Sanjiva Weerawarana</td><td><a name="sanjiva"></a>sanjiva</td><td><a href="mailto:sanjiva@opensource.lk">sanjiva@opensource.lk</a></td><td>
+                <tr class="a"><td>Sanjiva Weerawarana</td><td><a name="sanjiva"></a>sanjiva</td><td><a href="mailto:sanjiva@opensource.lk">sanjiva@opensource.lk</a></td><td>
             </td><td>
                     </td><td></td><td><span id="developer-sanjiva">Unknown</span></td></tr>
-                <tr class="a"><td>Davanum Srinivas</td><td><a name="dims"></a>dims</td><td><a href="mailto:dims@yahoo.com">dims@yahoo.com</a></td><td>
+                <tr class="b"><td>Davanum Srinivas</td><td><a name="dims"></a>dims</td><td><a href="mailto:dims@yahoo.com">dims@yahoo.com</a></td><td>
             </td><td>
                     </td><td></td><td><span id="developer-dims">Unknown</span></td></tr>
-                <tr class="b"><td>Jaliya Ekanayake</td><td><a name="jaliya"></a>jaliya</td><td><a href="mailto:jaliya@opensource.lk">jaliya@opensource.lk</a></td><td>
+                <tr class="a"><td>Jaliya Ekanayake</td><td><a name="jaliya"></a>jaliya</td><td><a href="mailto:jaliya@opensource.lk">jaliya@opensource.lk</a></td><td>
             </td><td>
                     </td><td></td><td><span id="developer-jaliya">Unknown</span></td></tr>
-                <tr class="a"><td>Chamikara Jayalath</td><td><a name="chamikara"></a>chamikara</td><td><a href="mailto:chamikaramj@gmail.com">chamikaramj@gmail.com</a></td><td>
+                <tr class="b"><td>Chamikara Jayalath</td><td><a name="chamikara"></a>chamikara</td><td><a href="mailto:chamikaramj@gmail.com">chamikaramj@gmail.com</a></td><td>
             </td><td>
                     </td><td></td><td><span id="developer-chamikara">Unknown</span></td></tr>
                 </tbody></table></div><div class="subsection"><a name="Contributors"></a><h3>Contributors</h3><p>

Modified: webservices/site/trunk/targets/sandesha/sandesha2/userGuide.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/userGuide.html?rev=353998&r1=353997&r2=353998&view=diff
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/userGuide.html (original)
+++ webservices/site/trunk/targets/sandesha/sandesha2/userGuide.html Sun Dec  4 22:21:50 2005
@@ -3,7 +3,7 @@
           
 			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/ws-fx/sandesha/sandesha2" id="projectLogo"><img alt="Apache Sandesha2" src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
                 	Last published: 05 December 2005
-                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="team-list.html">Project Team</a></li></ul></li></ul><
 /div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Sandesha2_User_Guide"></a><h2>Sandesha2 User Guide</h2><p>This document introduces you to Apache Sandesha2. Sandesha2 is the
+                  | Doc for 0.9</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li class="none"><a href="index.html">Home</a></li><li class="expanded"><a href="">Downloads</a><ul><li class="none"><a href="releases.html">Releases</a></li><li class="none"><a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk" class="externalLink" title="External Link">Source Code</a></li></ul></li><li class="expanded"><a href="">Documentation</a><ul><li class="none"><a href="userGuide.html">User Guide</a></li><li class="none"><a href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a href="samplesGuide.html">Samples Guide</a></li><li class="none"><a href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a href="">Project Information</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="n
 one"><a href="team-list.html">Project Team</a></li></ul></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache Sandesha2</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Sandesha2_User_Guide"></a><h2>Sandesha2 User Guide</h2><p>This document introduces you to Apache Sandesha2. Sandesha2 is the
 WS-ReliableMessaging implementation for Axis2. With Sandesha2 you can host
 some reliable web services or interact with reliable web services hosted by
 others.</p><p></p><div class="subsection"><a name="Using_Sandesha2_in_the_server_side"></a><h3>Using Sandesha2 in the server side</h3><p>First lets look at how to use Sandesha2 in the server side.</p><p>You can set up Sandesha2 for the server side with following steps.</p><ol>

Modified: webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/SandeshaTestCase.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/SandeshaTestCase.html?rev=353998&r1=353997&r2=353998&view=diff
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/SandeshaTestCase.html (original)
+++ webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/SandeshaTestCase.html Sun Dec  4 22:21:50 2005
@@ -13,87 +13,86 @@
 <a name="4" href="#4">4</a>   <strong>import</strong> org.apache.axis2.context.MessageContext;
 <a name="5" href="#5">5</a>   <strong>import</strong> org.apache.axis2.context.ConfigurationContext;
 <a name="6" href="#6">6</a>   <strong>import</strong> org.apache.axis2.engine.AxisConfiguration;
-<a name="7" href="#7">7</a>   <strong>import</strong> org.apache.axis2.engine.AxisConfigurationImpl;
-<a name="8" href="#8">8</a>   <strong>import</strong> org.apache.axis2.soap.SOAPEnvelope;
-<a name="9" href="#9">9</a>   <strong>import</strong> org.apache.axis2.om.OMAbstractFactory;
-<a name="10" href="#10">10</a>  <strong>import</strong> org.apache.axis2.om.OMXMLParserWrapper;
-<a name="11" href="#11">11</a>  <strong>import</strong> org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
-<a name="12" href="#12">12</a>  
-<a name="13" href="#13">13</a>  <strong>import</strong> javax.xml.stream.XMLStreamReader;
-<a name="14" href="#14">14</a>  <strong>import</strong> javax.xml.stream.XMLInputFactory;
-<a name="15" href="#15">15</a>  <strong>import</strong> javax.xml.stream.XMLStreamException;
-<a name="16" href="#16">16</a>  <strong>import</strong> java.io.*;
-<a name="17" href="#17">17</a>  <em class="comment">/*</em>
-<a name="18" href="#18">18</a>  <em class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</em>
-<a name="19" href="#19">19</a>  <em class="comment"> *</em>
-<a name="20" href="#20">20</a>  <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a name="21" href="#21">21</a>  <em class="comment"> * you may not use this file except in compliance with the License.</em>
-<a name="22" href="#22">22</a>  <em class="comment"> * You may obtain a copy of the License at</em>
-<a name="23" href="#23">23</a>  <em class="comment"> *</em>
-<a name="24" href="#24">24</a>  <em class="comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
-<a name="25" href="#25">25</a>  <em class="comment"> *</em>
-<a name="26" href="#26">26</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a name="27" href="#27">27</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a name="28" href="#28">28</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a name="29" href="#29">29</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
-<a name="30" href="#30">30</a>  <em class="comment"> * limitations under the License.</em>
-<a name="31" href="#31">31</a>  <em class="comment"> */</em>
-<a name="32" href="#32">32</a>  
-<a name="33" href="#33">33</a>  <strong>public</strong> <strong>class</strong> <a href="../../../org/apache/sandesha2/SandeshaTestCase.html">SandeshaTestCase</a> <strong>extends</strong> TestCase {
-<a name="34" href="#34">34</a>      String resourceDir = <span class="string">"test-resources"</span>;
-<a name="35" href="#35">35</a>  
-<a name="36" href="#36">36</a>      <strong>public</strong> <a href="../../../org/apache/sandesha2/SandeshaTestCase.html">SandeshaTestCase</a>(String name) {
-<a name="37" href="#37">37</a>          <strong>super</strong>(name);
-<a name="38" href="#38">38</a>          File baseDir = <strong>new</strong> File(<span class="string">""</span>);
-<a name="39" href="#39">39</a>          String testRource = baseDir.getAbsolutePath() + File.separator + <span class="string">"test-resources"</span>;
-<a name="40" href="#40">40</a>          resourceDir = <strong>new</strong> File(testRource).getPath();
-<a name="41" href="#41">41</a>  
-<a name="42" href="#42">42</a>      }
-<a name="43" href="#43">43</a>  
-<a name="44" href="#44">44</a>      <strong>protected</strong> InputStreamReader getResource(String relativePath, String resourceName) {
-<a name="45" href="#45">45</a>          String resourceFile = resourceDir + relativePath + File.separator + resourceName;
-<a name="46" href="#46">46</a>          String file = <strong>new</strong> File(<span class="string">"/home/sanka/sandesha2-src/trunk/test-resources/CreateSequence.xml"</span>).getPath();
-<a name="47" href="#47">47</a>  
-<a name="48" href="#48">48</a>          <strong>try</strong> {
-<a name="49" href="#49">49</a>              FileReader reader = <strong>new</strong> FileReader(resourceFile);
-<a name="50" href="#50">50</a>              <strong>return</strong> reader;
-<a name="51" href="#51">51</a>          } <strong>catch</strong> (FileNotFoundException e) {
-<a name="52" href="#52">52</a>              <strong>throw</strong> <strong>new</strong> RuntimeException(<span class="string">"cannot load the test-resource"</span>, e);
-<a name="53" href="#53">53</a>          }
-<a name="54" href="#54">54</a>      }
-<a name="55" href="#55">55</a>  
-<a name="56" href="#56">56</a>      <strong>protected</strong> SOAPEnvelope getSOAPEnvelope() {
-<a name="57" href="#57">57</a>          <strong>return</strong> OMAbstractFactory.getSOAP11Factory().getDefaultEnvelope();
-<a name="58" href="#58">58</a>      }
-<a name="59" href="#59">59</a>  
-<a name="60" href="#60">60</a>      <strong>protected</strong> SOAPEnvelope getSOAPEnvelope(String relativePath, String resourceName) {
-<a name="61" href="#61">61</a>          <strong>try</strong> {
-<a name="62" href="#62">62</a>              XMLStreamReader reader = XMLInputFactory.newInstance().createXMLStreamReader(
-<a name="63" href="#63">63</a>                      getResource(relativePath, resourceName));
-<a name="64" href="#64">64</a>              OMXMLParserWrapper wrapper = OMXMLBuilderFactory.createStAXSOAPModelBuilder(
-<a name="65" href="#65">65</a>                      OMAbstractFactory.getSOAP11Factory(), reader);
-<a name="66" href="#66">66</a>              <strong>return</strong> (SOAPEnvelope) wrapper.getDocumentElement();
-<a name="67" href="#67">67</a>  
-<a name="68" href="#68">68</a>          } <strong>catch</strong> (XMLStreamException e) {
-<a name="69" href="#69">69</a>              <strong>throw</strong> <strong>new</strong> RuntimeException(e);
-<a name="70" href="#70">70</a>          }
-<a name="71" href="#71">71</a>      }
-<a name="72" href="#72">72</a>  
-<a name="73" href="#73">73</a>      <strong>protected</strong> SOAPEnvelope getEmptySOAPEnvelope() {
-<a name="74" href="#74">74</a>          <strong>return</strong> OMAbstractFactory.getSOAP11Factory().getDefaultEnvelope();
-<a name="75" href="#75">75</a>      }
+<a name="7" href="#7">7</a>   <strong>import</strong> org.apache.axis2.soap.SOAPEnvelope;
+<a name="8" href="#8">8</a>   <strong>import</strong> org.apache.axis2.om.OMAbstractFactory;
+<a name="9" href="#9">9</a>   <strong>import</strong> org.apache.axis2.om.OMXMLParserWrapper;
+<a name="10" href="#10">10</a>  <strong>import</strong> org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+<a name="11" href="#11">11</a>  
+<a name="12" href="#12">12</a>  <strong>import</strong> javax.xml.stream.XMLStreamReader;
+<a name="13" href="#13">13</a>  <strong>import</strong> javax.xml.stream.XMLInputFactory;
+<a name="14" href="#14">14</a>  <strong>import</strong> javax.xml.stream.XMLStreamException;
+<a name="15" href="#15">15</a>  <strong>import</strong> java.io.*;
+<a name="16" href="#16">16</a>  <em class="comment">/*</em>
+<a name="17" href="#17">17</a>  <em class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</em>
+<a name="18" href="#18">18</a>  <em class="comment"> *</em>
+<a name="19" href="#19">19</a>  <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="20" href="#20">20</a>  <em class="comment"> * you may not use this file except in compliance with the License.</em>
+<a name="21" href="#21">21</a>  <em class="comment"> * You may obtain a copy of the License at</em>
+<a name="22" href="#22">22</a>  <em class="comment"> *</em>
+<a name="23" href="#23">23</a>  <em class="comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="24" href="#24">24</a>  <em class="comment"> *</em>
+<a name="25" href="#25">25</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="26" href="#26">26</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="27" href="#27">27</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="28" href="#28">28</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
+<a name="29" href="#29">29</a>  <em class="comment"> * limitations under the License.</em>
+<a name="30" href="#30">30</a>  <em class="comment"> */</em>
+<a name="31" href="#31">31</a>  
+<a name="32" href="#32">32</a>  <strong>public</strong> <strong>class</strong> <a href="../../../org/apache/sandesha2/SandeshaTestCase.html">SandeshaTestCase</a> <strong>extends</strong> TestCase {
+<a name="33" href="#33">33</a>      String resourceDir = <span class="string">"test-resources"</span>;
+<a name="34" href="#34">34</a>  
+<a name="35" href="#35">35</a>      <strong>public</strong> <a href="../../../org/apache/sandesha2/SandeshaTestCase.html">SandeshaTestCase</a>(String name) {
+<a name="36" href="#36">36</a>          <strong>super</strong>(name);
+<a name="37" href="#37">37</a>          File baseDir = <strong>new</strong> File(<span class="string">""</span>);
+<a name="38" href="#38">38</a>          String testRource = baseDir.getAbsolutePath() + File.separator + <span class="string">"test-resources"</span>;
+<a name="39" href="#39">39</a>          resourceDir = <strong>new</strong> File(testRource).getPath();
+<a name="40" href="#40">40</a>  
+<a name="41" href="#41">41</a>      }
+<a name="42" href="#42">42</a>  
+<a name="43" href="#43">43</a>      <strong>protected</strong> InputStreamReader getResource(String relativePath, String resourceName) {
+<a name="44" href="#44">44</a>          String resourceFile = resourceDir + relativePath + File.separator + resourceName;
+<a name="45" href="#45">45</a>          String file = <strong>new</strong> File(<span class="string">"/home/sanka/sandesha2-src/trunk/test-resources/CreateSequence.xml"</span>).getPath();
+<a name="46" href="#46">46</a>  
+<a name="47" href="#47">47</a>          <strong>try</strong> {
+<a name="48" href="#48">48</a>              FileReader reader = <strong>new</strong> FileReader(resourceFile);
+<a name="49" href="#49">49</a>              <strong>return</strong> reader;
+<a name="50" href="#50">50</a>          } <strong>catch</strong> (FileNotFoundException e) {
+<a name="51" href="#51">51</a>              <strong>throw</strong> <strong>new</strong> RuntimeException(<span class="string">"cannot load the test-resource"</span>, e);
+<a name="52" href="#52">52</a>          }
+<a name="53" href="#53">53</a>      }
+<a name="54" href="#54">54</a>  
+<a name="55" href="#55">55</a>      <strong>protected</strong> SOAPEnvelope getSOAPEnvelope() {
+<a name="56" href="#56">56</a>          <strong>return</strong> OMAbstractFactory.getSOAP11Factory().getDefaultEnvelope();
+<a name="57" href="#57">57</a>      }
+<a name="58" href="#58">58</a>  
+<a name="59" href="#59">59</a>      <strong>protected</strong> SOAPEnvelope getSOAPEnvelope(String relativePath, String resourceName) {
+<a name="60" href="#60">60</a>          <strong>try</strong> {
+<a name="61" href="#61">61</a>              XMLStreamReader reader = XMLInputFactory.newInstance().createXMLStreamReader(
+<a name="62" href="#62">62</a>                      getResource(relativePath, resourceName));
+<a name="63" href="#63">63</a>              OMXMLParserWrapper wrapper = OMXMLBuilderFactory.createStAXSOAPModelBuilder(
+<a name="64" href="#64">64</a>                      OMAbstractFactory.getSOAP11Factory(), reader);
+<a name="65" href="#65">65</a>              <strong>return</strong> (SOAPEnvelope) wrapper.getDocumentElement();
+<a name="66" href="#66">66</a>  
+<a name="67" href="#67">67</a>          } <strong>catch</strong> (XMLStreamException e) {
+<a name="68" href="#68">68</a>              <strong>throw</strong> <strong>new</strong> RuntimeException(e);
+<a name="69" href="#69">69</a>          }
+<a name="70" href="#70">70</a>      }
+<a name="71" href="#71">71</a>  
+<a name="72" href="#72">72</a>      <strong>protected</strong> SOAPEnvelope getEmptySOAPEnvelope() {
+<a name="73" href="#73">73</a>          <strong>return</strong> OMAbstractFactory.getSOAP11Factory().getDefaultEnvelope();
+<a name="74" href="#74">74</a>      }
+<a name="75" href="#75">75</a>  
 <a name="76" href="#76">76</a>  
-<a name="77" href="#77">77</a>  
-<a name="78" href="#78">78</a>      <strong>private</strong> MessageContext getMessageContext() throws Exception{
-<a name="79" href="#79">79</a>          AxisConfiguration axisConfig = <strong>new</strong> AxisConfigurationImpl();
-<a name="80" href="#80">80</a>          ConfigurationContext configCtx = <strong>new</strong> ConfigurationContext(axisConfig);
-<a name="81" href="#81">81</a>          MessageContext msgCtx = <strong>new</strong> MessageContext(configCtx);
-<a name="82" href="#82">82</a>          <strong>return</strong> msgCtx;
-<a name="83" href="#83">83</a>  
-<a name="84" href="#84">84</a>      }
+<a name="77" href="#77">77</a>      <strong>private</strong> MessageContext getMessageContext() throws Exception{
+<a name="78" href="#78">78</a>          AxisConfiguration axisConfig = <strong>new</strong> AxisConfiguration ();
+<a name="79" href="#79">79</a>          ConfigurationContext configCtx = <strong>new</strong> ConfigurationContext(axisConfig);
+<a name="80" href="#80">80</a>          MessageContext msgCtx = <strong>new</strong> MessageContext(configCtx);
+<a name="81" href="#81">81</a>          <strong>return</strong> msgCtx;
+<a name="82" href="#82">82</a>  
+<a name="83" href="#83">83</a>      }
+<a name="84" href="#84">84</a>  
 <a name="85" href="#85">85</a>  
-<a name="86" href="#86">86</a>  
-<a name="87" href="#87">87</a>  }
+<a name="86" href="#86">86</a>  }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>

Modified: webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html?rev=353998&r1=353997&r2=353998&view=diff
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html (original)
+++ webservices/site/trunk/targets/sandesha/sandesha2/xref-test/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html Sun Dec  4 22:21:50 2005
@@ -14,95 +14,94 @@
 <a name="5" href="#5">5</a>   <strong>import</strong> org.apache.sandesha2.util.SandeshaUtil;
 <a name="6" href="#6">6</a>   <strong>import</strong> org.apache.sandesha2.SandeshaTestCase;
 <a name="7" href="#7">7</a>   <strong>import</strong> org.apache.axis2.engine.AxisConfiguration;
-<a name="8" href="#8">8</a>   <strong>import</strong> org.apache.axis2.engine.AxisConfigurationImpl;
-<a name="9" href="#9">9</a>   <strong>import</strong> org.apache.axis2.context.ConfigurationContext;
-<a name="10" href="#10">10</a>  
-<a name="11" href="#11">11</a>  <strong>import</strong> java.util.Iterator;
-<a name="12" href="#12">12</a>  <em class="comment">/*</em>
-<a name="13" href="#13">13</a>  <em class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</em>
-<a name="14" href="#14">14</a>  <em class="comment"> *</em>
-<a name="15" href="#15">15</a>  <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a name="16" href="#16">16</a>  <em class="comment"> * you may not use this file except in compliance with the License.</em>
-<a name="17" href="#17">17</a>  <em class="comment"> * You may obtain a copy of the License at</em>
-<a name="18" href="#18">18</a>  <em class="comment"> *</em>
-<a name="19" href="#19">19</a>  <em class="comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
-<a name="20" href="#20">20</a>  <em class="comment"> *</em>
-<a name="21" href="#21">21</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a name="22" href="#22">22</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a name="23" href="#23">23</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a name="24" href="#24">24</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
-<a name="25" href="#25">25</a>  <em class="comment"> * limitations under the License.</em>
-<a name="26" href="#26">26</a>  <em class="comment"> */</em>
-<a name="27" href="#27">27</a>  
-<a name="28" href="#28">28</a>  <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html">CreateSeqBeanMgrTest</a> <strong>extends</strong> <a href="../../../../org/apache/sandesha2/SandeshaTestCase.html">SandeshaTestCase</a> {
-<a name="29" href="#29">29</a>      <strong>private</strong> CreateSeqBeanMgr mgr;
-<a name="30" href="#30">30</a>  
-<a name="31" href="#31">31</a>      <strong>public</strong> <a href="../../../../org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html">CreateSeqBeanMgrTest</a>() {
-<a name="32" href="#32">32</a>          <strong>super</strong>(<span class="string">"CreateSeqBeanMgrTest"</span>);
-<a name="33" href="#33">33</a>      }
-<a name="34" href="#34">34</a>  
-<a name="35" href="#35">35</a>      <strong>public</strong> <strong>void</strong> setUp() throws Exception {
-<a name="36" href="#36">36</a>          AxisConfiguration axisConfig =  <strong>new</strong> AxisConfigurationImpl();
-<a name="37" href="#37">37</a>          ConfigurationContext configCtx = <strong>new</strong> ConfigurationContext(axisConfig);
-<a name="38" href="#38">38</a>  
-<a name="39" href="#39">39</a>          StorageManager storageManager = SandeshaUtil.getSandeshaStorageManager(configCtx);
-<a name="40" href="#40">40</a>          mgr = storageManager.getCreateSeqBeanMgr();
-<a name="41" href="#41">41</a>      }
-<a name="42" href="#42">42</a>  
-<a name="43" href="#43">43</a>      <strong>public</strong> <strong>void</strong> testDelete() {
-<a name="44" href="#44">44</a>          mgr.insert(<strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId1"</span>, <span class="string">"CreateSeqMsgId1"</span>, <span class="string">"SeqId1"</span>));
-<a name="45" href="#45">45</a>          mgr.delete(<span class="string">"CreateSeqMsgId1"</span>);
-<a name="46" href="#46">46</a>          assertNull(mgr.retrieve(<span class="string">"CreateSeqMsgId1"</span>));
-<a name="47" href="#47">47</a>      }
-<a name="48" href="#48">48</a>  
-<a name="49" href="#49">49</a>      <strong>public</strong> <strong>void</strong> testFind() {
-<a name="50" href="#50">50</a>          mgr.insert(<strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId2"</span>, <span class="string">"CreateSeqMsgId2"</span>, <span class="string">"SeqId2"</span>));
-<a name="51" href="#51">51</a>          mgr.insert(<strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId2"</span>, <span class="string">"CreateSeqMsgId3"</span>, <span class="string">"SeqId3"</span>));
-<a name="52" href="#52">52</a>  
-<a name="53" href="#53">53</a>          CreateSeqBean target = <strong>new</strong> CreateSeqBean();
-<a name="54" href="#54">54</a>          target.setInternalSequenceId(<span class="string">"TmpSeqId2"</span>);
-<a name="55" href="#55">55</a>  
-<a name="56" href="#56">56</a>          Iterator iter = mgr.find(target).iterator();
-<a name="57" href="#57">57</a>          CreateSeqBean tmp = (CreateSeqBean) iter.next();
-<a name="58" href="#58">58</a>          <strong>if</strong> (tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId1"</span>)) {
-<a name="59" href="#59">59</a>              tmp = (CreateSeqBean) iter.next();
-<a name="60" href="#60">60</a>              assertTrue(tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId2"</span>));
-<a name="61" href="#61">61</a>  
-<a name="62" href="#62">62</a>          }   <strong>else</strong> {
-<a name="63" href="#63">63</a>              tmp = (CreateSeqBean) iter.next();
-<a name="64" href="#64">64</a>              assertTrue(tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId3"</span>));
-<a name="65" href="#65">65</a>          }
-<a name="66" href="#66">66</a>      }
-<a name="67" href="#67">67</a>  
-<a name="68" href="#68">68</a>      <strong>public</strong> <strong>void</strong> testInsert() {
-<a name="69" href="#69">69</a>          CreateSeqBean bean = <strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId4"</span>, <span class="string">"CreateSeqMsgId4"</span>, <span class="string">"SeqId4"</span>);
-<a name="70" href="#70">70</a>          mgr.insert(bean);
-<a name="71" href="#71">71</a>          CreateSeqBean tmpbean = mgr.retrieve(<span class="string">"CreateSeqMsgId4"</span>);
-<a name="72" href="#72">72</a>          assertTrue(tmpbean.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId4"</span>));
-<a name="73" href="#73">73</a>          assertTrue(tmpbean.getSequenceId().equals(<span class="string">"SeqId4"</span>));
-<a name="74" href="#74">74</a>          assertTrue(tmpbean.getInternalSequenceId().equals(<span class="string">"TmpSeqId4"</span>));
-<a name="75" href="#75">75</a>      }
+<a name="8" href="#8">8</a>   <strong>import</strong> org.apache.axis2.context.ConfigurationContext;
+<a name="9" href="#9">9</a>   
+<a name="10" href="#10">10</a>  <strong>import</strong> java.util.Iterator;
+<a name="11" href="#11">11</a>  <em class="comment">/*</em>
+<a name="12" href="#12">12</a>  <em class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</em>
+<a name="13" href="#13">13</a>  <em class="comment"> *</em>
+<a name="14" href="#14">14</a>  <em class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a name="15" href="#15">15</a>  <em class="comment"> * you may not use this file except in compliance with the License.</em>
+<a name="16" href="#16">16</a>  <em class="comment"> * You may obtain a copy of the License at</em>
+<a name="17" href="#17">17</a>  <em class="comment"> *</em>
+<a name="18" href="#18">18</a>  <em class="comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="19" href="#19">19</a>  <em class="comment"> *</em>
+<a name="20" href="#20">20</a>  <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a name="21" href="#21">21</a>  <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a name="22" href="#22">22</a>  <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a name="23" href="#23">23</a>  <em class="comment"> * See the License for the specific language governing permissions and</em>
+<a name="24" href="#24">24</a>  <em class="comment"> * limitations under the License.</em>
+<a name="25" href="#25">25</a>  <em class="comment"> */</em>
+<a name="26" href="#26">26</a>  
+<a name="27" href="#27">27</a>  <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html">CreateSeqBeanMgrTest</a> <strong>extends</strong> <a href="../../../../org/apache/sandesha2/SandeshaTestCase.html">SandeshaTestCase</a> {
+<a name="28" href="#28">28</a>      <strong>private</strong> CreateSeqBeanMgr mgr;
+<a name="29" href="#29">29</a>  
+<a name="30" href="#30">30</a>      <strong>public</strong> <a href="../../../../org/apache/sandesha2/storage/CreateSeqBeanMgrTest.html">CreateSeqBeanMgrTest</a>() {
+<a name="31" href="#31">31</a>          <strong>super</strong>(<span class="string">"CreateSeqBeanMgrTest"</span>);
+<a name="32" href="#32">32</a>      }
+<a name="33" href="#33">33</a>  
+<a name="34" href="#34">34</a>      <strong>public</strong> <strong>void</strong> setUp() throws Exception {
+<a name="35" href="#35">35</a>          AxisConfiguration axisConfig =  <strong>new</strong> AxisConfiguration();
+<a name="36" href="#36">36</a>          ConfigurationContext configCtx = <strong>new</strong> ConfigurationContext(axisConfig);
+<a name="37" href="#37">37</a>  
+<a name="38" href="#38">38</a>          StorageManager storageManager = SandeshaUtil.getSandeshaStorageManager(configCtx);
+<a name="39" href="#39">39</a>          mgr = storageManager.getCreateSeqBeanMgr();
+<a name="40" href="#40">40</a>      }
+<a name="41" href="#41">41</a>  
+<a name="42" href="#42">42</a>      <strong>public</strong> <strong>void</strong> testDelete() {
+<a name="43" href="#43">43</a>          mgr.insert(<strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId1"</span>, <span class="string">"CreateSeqMsgId1"</span>, <span class="string">"SeqId1"</span>));
+<a name="44" href="#44">44</a>          mgr.delete(<span class="string">"CreateSeqMsgId1"</span>);
+<a name="45" href="#45">45</a>          assertNull(mgr.retrieve(<span class="string">"CreateSeqMsgId1"</span>));
+<a name="46" href="#46">46</a>      }
+<a name="47" href="#47">47</a>  
+<a name="48" href="#48">48</a>      <strong>public</strong> <strong>void</strong> testFind() {
+<a name="49" href="#49">49</a>          mgr.insert(<strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId2"</span>, <span class="string">"CreateSeqMsgId2"</span>, <span class="string">"SeqId2"</span>));
+<a name="50" href="#50">50</a>          mgr.insert(<strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId2"</span>, <span class="string">"CreateSeqMsgId3"</span>, <span class="string">"SeqId3"</span>));
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>          CreateSeqBean target = <strong>new</strong> CreateSeqBean();
+<a name="53" href="#53">53</a>          target.setInternalSequenceId(<span class="string">"TmpSeqId2"</span>);
+<a name="54" href="#54">54</a>  
+<a name="55" href="#55">55</a>          Iterator iter = mgr.find(target).iterator();
+<a name="56" href="#56">56</a>          CreateSeqBean tmp = (CreateSeqBean) iter.next();
+<a name="57" href="#57">57</a>          <strong>if</strong> (tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId1"</span>)) {
+<a name="58" href="#58">58</a>              tmp = (CreateSeqBean) iter.next();
+<a name="59" href="#59">59</a>              assertTrue(tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId2"</span>));
+<a name="60" href="#60">60</a>  
+<a name="61" href="#61">61</a>          }   <strong>else</strong> {
+<a name="62" href="#62">62</a>              tmp = (CreateSeqBean) iter.next();
+<a name="63" href="#63">63</a>              assertTrue(tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId3"</span>));
+<a name="64" href="#64">64</a>          }
+<a name="65" href="#65">65</a>      }
+<a name="66" href="#66">66</a>  
+<a name="67" href="#67">67</a>      <strong>public</strong> <strong>void</strong> testInsert() {
+<a name="68" href="#68">68</a>          CreateSeqBean bean = <strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId4"</span>, <span class="string">"CreateSeqMsgId4"</span>, <span class="string">"SeqId4"</span>);
+<a name="69" href="#69">69</a>          mgr.insert(bean);
+<a name="70" href="#70">70</a>          CreateSeqBean tmpbean = mgr.retrieve(<span class="string">"CreateSeqMsgId4"</span>);
+<a name="71" href="#71">71</a>          assertTrue(tmpbean.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId4"</span>));
+<a name="72" href="#72">72</a>          assertTrue(tmpbean.getSequenceId().equals(<span class="string">"SeqId4"</span>));
+<a name="73" href="#73">73</a>          assertTrue(tmpbean.getInternalSequenceId().equals(<span class="string">"TmpSeqId4"</span>));
+<a name="74" href="#74">74</a>      }
+<a name="75" href="#75">75</a>  
 <a name="76" href="#76">76</a>  
-<a name="77" href="#77">77</a>  
-<a name="78" href="#78">78</a>      <strong>public</strong> <strong>void</strong> testRetrieve() {
-<a name="79" href="#79">79</a>          assertNull(mgr.retrieve(<span class="string">"CreateSeqMsgId5"</span>));
-<a name="80" href="#80">80</a>  
-<a name="81" href="#81">81</a>          CreateSeqBean bean = <strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId5"</span>, <span class="string">"CreateSeqMsgId5"</span>, <span class="string">"SeqId5"</span>);
-<a name="82" href="#82">82</a>          mgr.insert(bean);
-<a name="83" href="#83">83</a>          CreateSeqBean tmp = mgr.retrieve(<span class="string">"CreateSeqMsgId5"</span>);
-<a name="84" href="#84">84</a>          assertTrue(tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId5"</span>));
-<a name="85" href="#85">85</a>      }
-<a name="86" href="#86">86</a>  
-<a name="87" href="#87">87</a>      <strong>public</strong> <strong>void</strong> testUpdate() {
-<a name="88" href="#88">88</a>  
-<a name="89" href="#89">89</a>          CreateSeqBean bean = <strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId6"</span>, <span class="string">"CreateSeqMsgId6"</span>, <span class="string">"SeqId6"</span>);
-<a name="90" href="#90">90</a>          mgr.insert(bean);
-<a name="91" href="#91">91</a>          bean.setInternalSequenceId(<span class="string">"TmpSeqId7"</span>);
-<a name="92" href="#92">92</a>          mgr.update(bean);
-<a name="93" href="#93">93</a>          CreateSeqBean tmp = mgr.retrieve(<span class="string">"CreateSeqMsgId6"</span>);
-<a name="94" href="#94">94</a>          assertTrue(tmp.getInternalSequenceId().equals(<span class="string">"TmpSeqId7"</span>));
-<a name="95" href="#95">95</a>      }
-<a name="96" href="#96">96</a>  }
+<a name="77" href="#77">77</a>      <strong>public</strong> <strong>void</strong> testRetrieve() {
+<a name="78" href="#78">78</a>          assertNull(mgr.retrieve(<span class="string">"CreateSeqMsgId5"</span>));
+<a name="79" href="#79">79</a>  
+<a name="80" href="#80">80</a>          CreateSeqBean bean = <strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId5"</span>, <span class="string">"CreateSeqMsgId5"</span>, <span class="string">"SeqId5"</span>);
+<a name="81" href="#81">81</a>          mgr.insert(bean);
+<a name="82" href="#82">82</a>          CreateSeqBean tmp = mgr.retrieve(<span class="string">"CreateSeqMsgId5"</span>);
+<a name="83" href="#83">83</a>          assertTrue(tmp.getCreateSeqMsgId().equals(<span class="string">"CreateSeqMsgId5"</span>));
+<a name="84" href="#84">84</a>      }
+<a name="85" href="#85">85</a>  
+<a name="86" href="#86">86</a>      <strong>public</strong> <strong>void</strong> testUpdate() {
+<a name="87" href="#87">87</a>  
+<a name="88" href="#88">88</a>          CreateSeqBean bean = <strong>new</strong> CreateSeqBean(<span class="string">"TmpSeqId6"</span>, <span class="string">"CreateSeqMsgId6"</span>, <span class="string">"SeqId6"</span>);
+<a name="89" href="#89">89</a>          mgr.insert(bean);
+<a name="90" href="#90">90</a>          bean.setInternalSequenceId(<span class="string">"TmpSeqId7"</span>);
+<a name="91" href="#91">91</a>          mgr.update(bean);
+<a name="92" href="#92">92</a>          CreateSeqBean tmp = mgr.retrieve(<span class="string">"CreateSeqMsgId6"</span>);
+<a name="93" href="#93">93</a>          assertTrue(tmp.getInternalSequenceId().equals(<span class="string">"TmpSeqId7"</span>));
+<a name="94" href="#94">94</a>      }
+<a name="95" href="#95">95</a>  }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>