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/03/02 15:26:04 UTC

cvs commit: ws-fx/sandesha/xdocs navigation.xml userguide.html

jaliya      2005/03/02 06:26:04

  Modified:    sandesha/interop DeployClient.bat DeployService.bat
                        RunSimpleAxisServer.bat build.xml
                        server-config.wsdd
               sandesha maven.xml project.xml
  Added:       sandesha/interop RunTCPMon.bat sandesha.log
               sandesha Sandesha.iml Sandesha.ipr Sandesha.iws velocity.log
               sandesha/lib log4j-1.2.8.jar
               sandesha/xdocs navigation.xml userguide.html
  Log:
  Modified the build files and added the userguide
  
  Revision  Changes    Path
  1.4       +2 -0      ws-fx/sandesha/interop/DeployClient.bat
  
  Index: DeployClient.bat
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/interop/DeployClient.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeployClient.bat	2 Mar 2005 03:16:30 -0000	1.3
  +++ DeployClient.bat	2 Mar 2005 14:26:03 -0000	1.4
  @@ -1,4 +1,5 @@
   @echo off
  +set CLASSPATH=%CLASSPATH%;..\lib\addressing-SNAPSHOT.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-1.2-RC2.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-ant-SNAPSHOT.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-jaxrpc-1.2-RC2.jar
  @@ -7,6 +8,7 @@
   set CLASSPATH=%CLASSPATH%;..\lib\commons-logging-1.0.3.jar
   set CLASSPATH=%CLASSPATH%;..\lib\junit-3.8.1.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-wsdl4j-1.2-RC1.jar
  +set CLASSPATH=%CLASSPATH%;..\lib\log4j-1.2.8.jar
   set CLASSPATH=%CLASSPATH%;..\lib\xerces.jar
   set CLASSPATH=%CLASSPATH%;..\target\classes
   java org.apache.axis.utils.Admin client ClientDeploy.wsdd
  
  
  
  1.4       +2 -0      ws-fx/sandesha/interop/DeployService.bat
  
  Index: DeployService.bat
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/interop/DeployService.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeployService.bat	2 Mar 2005 03:16:30 -0000	1.3
  +++ DeployService.bat	2 Mar 2005 14:26:03 -0000	1.4
  @@ -1,4 +1,5 @@
   @echo off
  +set CLASSPATH=%CLASSPATH%;..\lib\addressing-SNAPSHOT.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-1.2-RC2.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-ant-SNAPSHOT.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-jaxrpc-1.2-RC2.jar
  @@ -7,6 +8,7 @@
   set CLASSPATH=%CLASSPATH%;..\lib\commons-logging-1.0.3.jar
   set CLASSPATH=%CLASSPATH%;..\lib\junit-3.8.1.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-wsdl4j-1.2-RC1.jar
  +set CLASSPATH=%CLASSPATH%;..\lib\log4j-1.2.8.jar
   set CLASSPATH=%CLASSPATH%;..\lib\xerces.jar
   set CLASSPATH=%CLASSPATH%;..\target\classes
   java org.apache.axis.client.AdminClient RMInteropServiceDeploy.wsdd
  \ No newline at end of file
  
  
  
  1.4       +2 -0      ws-fx/sandesha/interop/RunSimpleAxisServer.bat
  
  Index: RunSimpleAxisServer.bat
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/interop/RunSimpleAxisServer.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RunSimpleAxisServer.bat	2 Mar 2005 03:16:30 -0000	1.3
  +++ RunSimpleAxisServer.bat	2 Mar 2005 14:26:03 -0000	1.4
  @@ -8,7 +8,9 @@
   set CLASSPATH=%CLASSPATH%;..\lib\commons-logging-1.0.3.jar
   set CLASSPATH=%CLASSPATH%;..\lib\junit-3.8.1.jar
   set CLASSPATH=%CLASSPATH%;..\lib\axis-wsdl4j-1.2-RC1.jar
  +set CLASSPATH=%CLASSPATH%;..\lib\log4j-1.2.8.jar
   set CLASSPATH=%CLASSPATH%;..\lib\xerces.jar
   set CLASSPATH=%CLASSPATH%;..\target\classes
  +set CLASSPATH=%CLASSPATH%;..\target\interop-classes
    
   java org.apache.axis.transport.http.SimpleAxisServer
  \ No newline at end of file
  
  
  
  1.3       +2 -2      ws-fx/sandesha/interop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/interop/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2 Mar 2005 06:09:05 -0000	1.2
  +++ build.xml	2 Mar 2005 14:26:03 -0000	1.3
  @@ -359,8 +359,8 @@
           </java>
       </target>
   
  -    <target name="run_async_ping" depends="run_interop_sync_ping,shutdown_server"> </target>
  -     <target name="run_sync_ping" depends="run_interop_async_ping,shutdown_server"> </target>
  +    <target name="run_sync_ping" depends="run_interop_sync_ping,shutdown_server"> </target>
  +     <target name="run_async_ping" depends="run_interop_async_ping,shutdown_server"> </target>
        <target name="run_echo_string" depends="run_interop_echo_string,shutdown_server"> </target>
   
   </project>
  
  
  
  1.3       +2 -2      ws-fx/sandesha/interop/server-config.wsdd
  
  Index: server-config.wsdd
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/interop/server-config.wsdd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- server-config.wsdd	2 Mar 2005 06:09:05 -0000	1.2
  +++ server-config.wsdd	2 Mar 2005 14:26:03 -0000	1.3
  @@ -3,9 +3,9 @@
    <globalConfiguration>
     <parameter name="adminPassword" value="admin"/>
     <parameter name="disablePrettyXML" value="true"/>
  -  <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
  -  <parameter name="sendXsiTypes" value="true"/>
     <parameter name="sendMultiRefs" value="true"/>
  +  <parameter name="sendXsiTypes" value="true"/>
  +  <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
     <parameter name="sendXMLDeclaration" value="true"/>
     <requestFlow>
      <handler type="java:org.apache.axis.handlers.JWSHandler">
  
  
  
  1.1                  ws-fx/sandesha/interop/RunTCPMon.bat
  
  Index: RunTCPMon.bat
  ===================================================================
  @echo off
  set CLASSPATH=%CLASSPATH%;..\lib\addressing-SNAPSHOT.jar
  set CLASSPATH=%CLASSPATH%;..\lib\axis-1.2-RC2.jar
  set CLASSPATH=%CLASSPATH%;..\lib\axis-ant-SNAPSHOT.jar
  set CLASSPATH=%CLASSPATH%;..\lib\axis-jaxrpc-1.2-RC2.jar
  set CLASSPATH=%CLASSPATH%;..\lib\axis-saaj-1.2-RC2.jar
  set CLASSPATH=%CLASSPATH%;..\lib\commons-discovery-SNAPSHOT.jar
  set CLASSPATH=%CLASSPATH%;..\lib\commons-logging-1.0.3.jar
  set CLASSPATH=%CLASSPATH%;..\lib\junit-3.8.1.jar
  set CLASSPATH=%CLASSPATH%;..\lib\axis-wsdl4j-1.2-RC1.jar
  set CLASSPATH=%CLASSPATH%;..\lib\log4j-1.2.8.jar
  set CLASSPATH=%CLASSPATH%;..\lib\xerces.jar
  set CLASSPATH=%CLASSPATH%;..\target\classes
  java org.apache.axis.utils.tcpmon
   
  
  
  1.1                  ws-fx/sandesha/interop/sandesha.log
  
  Index: sandesha.log
  ===================================================================
       0 ERROR [main] (Admin.java:89) - Administration service requested to quit, quitting.
       0 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
     500 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    1001 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    1502 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    2003 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    2513 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    3014 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    3515 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    4016 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    4526 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
       0 ERROR [main] (SandeshaQueue.java:781) - Sequence id does not exist
    5027 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    5528 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    6028 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    6529 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    7030 ERROR [main] (SandeshaQueue.java:575) - Sequence id does not exist
    7120 ERROR [Thread-13] (SandeshaQueue.java:781) - Sequence id does not exist
   12467 ERROR [main] (Admin.java:89) - Administration service requested to quit, quitting.
  
  
  
  1.4       +2 -1      ws-fx/sandesha/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	2 Mar 2005 06:09:05 -0000	1.3
  +++ maven.xml	2 Mar 2005 14:26:03 -0000	1.4
  @@ -52,5 +52,6 @@
     <preGoal name="xdoc:jelly-transform">
       <attainGoal name="html2xdoc"/>
     </preGoal>
  +      
   
   </project>
  
  
  
  1.4       +2 -3      ws-fx/sandesha/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	2 Mar 2005 06:09:05 -0000	1.3
  +++ project.xml	2 Mar 2005 14:26:03 -0000	1.4
  @@ -35,7 +35,6 @@
       <url>http://ws.apache.org/ws-fx/sandesha/</url>
   
       <issueTrackingUrl>http://nagoya.apache.org/jira/browse/WSFX</issueTrackingUrl>
  -
       <siteAddress>ws.apache.org</siteAddress>
   
       <siteDirectory>/ws-fx/sandesha/</siteDirectory>
  @@ -113,9 +112,10 @@
   
           <resources>
               <resource>
  -                <directory>conf</directory>
  +                <directory>${basedir}/config</directory>
                   <includes>
                       <include>*.properties</include>
  +			  <include>*.wsdd</include>
                   </includes>
               </resource>
           </resources>
  @@ -240,7 +240,6 @@
                   <module>true</module>
               </properties>
              </dependency> 
  -              
               
       </dependencies>
   
  
  
  
  1.1                  ws-fx/sandesha/Sandesha.iml
  
  Index: Sandesha.iml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <module version="4" relativePaths="false" type="JAVA_MODULE">
    <component name="ModuleRootManager" />
    <component name="NewModuleRootManager">
      <output url="file://$MODULE_DIR$/target/classes" />
      <output-test url="file://$MODULE_DIR$/target/test-classes" />
      <content url="file://$MODULE_DIR$">
        <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
      </content>
      <orderEntry type="jdk" jdkName="java version &quot;1.4.2_01&quot;" />
      <orderEntry type="sourceFolder" forTests="false" />
      <orderEntry type="module-library">
        <library name="junit">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/junit/jars/junit-3.8.1.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="axis">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/axis/jars/axis-1.2-RC2.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="axis-jaxrpc">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/axis/jars/axis-jaxrpc-1.2-RC2.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="axis-saaj">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/axis/jars/axis-saaj-1.2-RC2.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="commons-logging">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/commons-logging/jars/commons-logging-1.0.3.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="commons-discovery">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/axis/jars/commons-discovery-SNAPSHOT.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="axis-ant">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/axis/jars/axis-ant-SNAPSHOT.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="axis-wsdl4j">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/axis/jars/axis-wsdl4j-1.2-RC1.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntry type="module-library">
        <library name="addressing">
          <CLASSES>
            <root url="jar://C:/Documents and Settings/Jaliya/.maven/repository/addressing/jars/addressing-SNAPSHOT.jar!/" />
          </CLASSES>
          <JAVADOC />
          <SOURCES />
        </library>
      </orderEntry>
      <orderEntryProperties />
    </component>
  </module>
  
  
  
  
  1.1                  ws-fx/sandesha/Sandesha.ipr
  
  Index: Sandesha.ipr
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project version="4" relativePaths="false">
    <component name="AntConfiguration">
      <defaultAnt bundledAnt="true" />
    </component>
    <component name="CodeStyleManager">
      <option name="USE_DEFAULT_CODE_STYLE_SCHEME" value="true" />
      <option name="CODE_STYLE_SCHEME" value="" />
    </component>
    <component name="CodeStyleSettingsManager">
      <option name="PER_PROJECT_SETTINGS" />
      <option name="USE_PER_PROJECT_SETTINGS" value="false" />
    </component>
    <component name="CompilerConfiguration">
      <option name="DEFAULT_COMPILER" value="Javac" />
      <option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
      <option name="DEPLOY_AFTER_MAKE" value="0" />
      <resourceExtensions>
        <entry name=".+\.(properties|xml|html)" />
        <entry name=".+\.(gif|png|jpeg)" />
      </resourceExtensions>
      <wildcardResourcePatterns>
        <entry name="?*.properties" />
        <entry name="?*.xml" />
        <entry name="?*.html" />
        <entry name="?*.gif" />
        <entry name="?*.png" />
        <entry name="?*.jpeg" />
      </wildcardResourcePatterns>
    </component>
    <component name="DataSourceManager" />
    <component name="DataSourceManagerImpl" />
    <component name="DependencyValidationManager" />
    <component name="EjbActionsConfiguration">
      <option name="NEW_MESSAGE_BEAN_LAST_PACKAGE" value="" />
      <option name="NEW_ENTITY_BEAN_LAST_PACKAGE" value="" />
      <option name="NEW_SESSION_BEAN_LAST_PACKAGE" value="" />
    </component>
    <component enabled="false" name="EjbManager" />
    <component name="EntryPointsManager">
      <entry_points />
    </component>
    <component name="ExportToHTMLSettings">
      <option name="PRINT_LINE_NUMBERS" value="false" />
      <option name="OPEN_IN_BROWSER" value="false" />
      <option name="OUTPUT_DIRECTORY" />
    </component>
    <component name="GUI Designer component loader factory" />
    <component name="ImportConfiguration">
      <option name="VENDOR" />
      <option name="RELEASE_TAG" />
      <option name="LOG_MESSAGE" />
      <option name="CHECKOUT_AFTER_IMPORT" value="true" />
    </component>
    <component name="JUnitProjectSettings">
      <option name="TEST_RUNNER" value="UI" />
    </component>
    <component name="JavacSettings">
      <option name="DEBUGGING_INFO" value="true" />
      <option name="GENERATE_NO_WARNINGS" value="false" />
      <option name="DEPRECATION" value="true" />
      <option name="ADDITIONAL_OPTIONS_STRING" value="" />
      <option name="MAXIMUM_HEAP_SIZE" value="128" />
      <option name="USE_GENERICS_COMPILER" value="false" />
    </component>
    <component name="JavadocGenerationManager">
      <option name="OUTPUT_DIRECTORY" />
      <option name="OPTION_SCOPE" value="protected" />
      <option name="OPTION_HIERARCHY" value="false" />
      <option name="OPTION_NAVIGATOR" value="false" />
      <option name="OPTION_INDEX" value="false" />
      <option name="OPTION_SEPARATE_INDEX" value="false" />
      <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
      <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
      <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
      <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="false" />
      <option name="OPTION_DEPRECATED_LIST" value="false" />
      <option name="OTHER_OPTIONS" />
      <option name="HEAP_SIZE" />
      <option name="OPEN_IN_BROWSER" value="false" />
    </component>
    <component name="JikesSettings">
      <option name="JIKES_PATH" value="" />
      <option name="DEBUGGING_INFO" value="true" />
      <option name="DEPRECATION" value="true" />
      <option name="GENERATE_NO_WARNINGS" value="false" />
      <option name="IS_EMACS_ERRORS_MODE" value="true" />
      <option name="ADDITIONAL_OPTIONS_STRING" value="" />
    </component>
    <component name="Palette2">
      <group name="Swing">
        <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false">
          <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
        </item>
        <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
        </item>
        <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false">
          <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
        </item>
        <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false">
          <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
        </item>
        <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
          <initial-values>
            <property name="text" value="Button" />
          </initial-values>
        </item>
        <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
          <initial-values>
            <property name="text" value="RadioButton" />
          </initial-values>
        </item>
        <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
          <initial-values>
            <property name="text" value="CheckBox" />
          </initial-values>
        </item>
        <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
          <initial-values>
            <property name="text" value="Label" />
          </initial-values>
        </item>
        <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
            <preferred-size width="150" height="-1" />
          </default-constraints>
        </item>
        <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
            <preferred-size width="150" height="-1" />
          </default-constraints>
        </item>
        <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
            <preferred-size width="150" height="-1" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
        </item>
        <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false">
          <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
            <preferred-size width="150" height="50" />
          </default-constraints>
        </item>
        <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false">
          <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
            <preferred-size width="200" height="200" />
          </default-constraints>
        </item>
        <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false">
          <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
            <preferred-size width="200" height="200" />
          </default-constraints>
        </item>
        <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
        </item>
        <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false">
          <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
        </item>
      </group>
    </component>
    <component name="ProjectModuleManager">
      <modules>
        <module fileurl="file://$PROJECT_DIR$/Sandesha.iml" filepath="$PROJECT_DIR$/Sandesha.iml" />
      </modules>
    </component>
    <component name="ProjectRootManager" version="2" assert-keyword="false" jdk-15="false" />
    <component name="RmicSettings">
      <option name="IS_EANABLED" value="false" />
      <option name="DEBUGGING_INFO" value="true" />
      <option name="GENERATE_NO_WARNINGS" value="false" />
      <option name="GENERATE_IIOP_STUBS" value="false" />
      <option name="ADDITIONAL_OPTIONS_STRING" value="" />
    </component>
    <component name="WebManager">
      <OPTION enabled="false" />
    </component>
    <component name="WebRootContainer" />
    <component name="libraryTable" />
    <component name="uidesigner-configuration">
      <option name="INSTRUMENT_CLASSES" value="true" />
      <option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
    </component>
  </project>
  
  
  
  
  1.1                  ws-fx/sandesha/Sandesha.iws
  
  Index: Sandesha.iws
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project version="4" relativePaths="false">
    <component name="AppServerRunManager" />
    <component name="AspectsView" />
    <component name="BookmarkManager" />
    <component name="CheckinPanelState" />
    <component name="Commander">
      <leftPanel />
      <rightPanel />
      <splitter proportion="0.5" />
    </component>
    <component name="CompilerWorkspaceConfiguration">
      <option name="COMPILE_IN_BACKGROUND" value="false" />
      <option name="AUTO_SHOW_ERRORS_IN_EDITOR" value="true" />
      <option name="CLOSE_MESSAGE_VIEW_IF_SUCCESS" value="true" />
    </component>
    <component name="Cvs2Configuration">
      <option name="ON_FILE_ADDING" value="0" />
      <option name="ON_FILE_REMOVING" value="0" />
      <option name="PRUNE_EMPTY_DIRECTORIES" value="true" />
      <option name="SHOW_UPDATE_OPTIONS" value="true" />
      <option name="SHOW_ADD_OPTIONS" value="true" />
      <option name="SHOW_REMOVE_OPTIONS" value="true" />
      <option name="MERGING_MODE" value="0" />
      <option name="MERGE_WITH_BRANCH1_NAME" value="HEAD" />
      <option name="MERGE_WITH_BRANCH2_NAME" value="HEAD" />
      <option name="RESET_STICKY" value="false" />
      <option name="CREATE_NEW_DIRECTORIES" value="true" />
      <option name="DEFAULT_TEXT_FILE_SUBSTITUTION" value="kv" />
      <option name="PROCESS_UNKNOWN_FILES" value="false" />
      <option name="PROCESS_DELETED_FILES" value="false" />
      <option name="SHOW_EDIT_DIALOG" value="true" />
      <option name="RESERVED_EDIT" value="false" />
      <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
      <option name="SHOW_CHECKOUT_OPTIONS" value="true" />
      <option name="CHECKOUT_DATE_OR_REVISION_SETTINGS">
        <value>
          <option name="BRANCH" value="" />
          <option name="DATE" value="" />
          <option name="USE_BRANCH" value="false" />
          <option name="USE_DATE" value="false" />
        </value>
      </option>
      <option name="UPDATE_DATE_OR_REVISION_SETTINGS">
        <value>
          <option name="BRANCH" value="" />
          <option name="DATE" value="" />
          <option name="USE_BRANCH" value="false" />
          <option name="USE_DATE" value="false" />
        </value>
      </option>
      <option name="SHOW_CHANGES_REVISION_SETTINGS">
        <value>
          <option name="BRANCH" value="" />
          <option name="DATE" value="" />
          <option name="USE_BRANCH" value="false" />
          <option name="USE_DATE" value="false" />
        </value>
      </option>
      <option name="SHOW_OUTPUT" value="false" />
      <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
      <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
      <option name="ADD_WATCH_INDEX" value="0" />
      <option name="REMOVE_WATCH_INDEX" value="0" />
      <option name="UPDATE_KEYWORD_SUBSTITUTION" />
      <option name="MAKE_NEW_FILES_READONLY" value="false" />
      <option name="SHOW_CORRUPTED_PROJECT_FILES" value="0" />
      <option name="TAG_AFTER_FILE_COMMIT" value="false" />
      <option name="TAG_AFTER_FILE_COMMIT_NAME" value="" />
      <option name="TAG_AFTER_PROJECT_COMMIT" value="false" />
      <option name="TAG_AFTER_PROJECT_COMMIT_NAME" value="" />
      <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
      <option name="SHOW_CHECKIN_OPTIONS" value="true" />
      <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
      <option name="LAST_COMMIT_MESSAGE" value="" />
      <option name="SAVE_LAST_COMMIT_MESSAGE" value="true" />
      <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
      <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
      <option name="OPTIMIZE_IMPORTS_BEFORE_FILE_COMMIT" value="false" />
      <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
      <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
      <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
      <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
    </component>
    <component name="CvsTabbedWindow" />
    <component name="DaemonCodeAnalyzer">
      <disable_hints />
    </component>
    <component name="DebuggerManager">
      <line_breakpoints />
      <exception_breakpoints>
        <breakpoint_any>
          <option name="NOTIFY_CAUGHT" value="true" />
          <option name="NOTIFY_UNCAUGHT" value="true" />
          <option name="ENABLED" value="false" />
          <option name="SUSPEND_VM" value="true" />
          <option name="LOG_ENABLED" value="false" />
          <option name="LOG_EXPRESSION_ENABLED" value="false" />
          <option name="COUNT_FILTER_ENABLED" value="false" />
          <option name="COUNT_FILTER" value="0" />
          <option name="CONDITION_ENABLED" value="false" />
          <option name="CLASS_FILTERS_ENABLED" value="false" />
          <option name="INSTANCE_FILTERS_ENABLED" value="false" />
          <option name="myCondition" value="" />
          <option name="myLogMessage" value="" />
        </breakpoint_any>
      </exception_breakpoints>
      <field_breakpoints />
      <method_breakpoints />
    </component>
    <component name="DebuggerSettings">
      <option name="TRACING_FILTERS_ENABLED" value="true" />
      <option name="TOSTRING_CLASSES_ENABLED" value="false" />
      <option name="VALUE_LOOKUP_DELAY" value="700" />
      <option name="DEBUGGER_TRANSPORT" value="0" />
      <option name="FORCE_CLASSIC_VM" value="true" />
      <option name="HIDE_DEBUGGER_ON_PROCESS_TERMINATION" value="false" />
      <option name="SKIP_SYNTHETIC_METHODS" value="true" />
      <option name="SKIP_CONSTRUCTORS" value="false" />
      <option name="STEP_THREAD_SUSPEND_POLICY" value="SuspendThread" />
      <default_breakpoint_settings>
        <option name="NOTIFY_CAUGHT" value="true" />
        <option name="NOTIFY_UNCAUGHT" value="true" />
        <option name="WATCH_MODIFICATION" value="true" />
        <option name="WATCH_ACCESS" value="true" />
        <option name="WATCH_ENTRY" value="true" />
        <option name="WATCH_EXIT" value="true" />
        <option name="ENABLED" value="true" />
        <option name="SUSPEND_VM" value="true" />
        <option name="COUNT_FILTER_ENABLED" value="false" />
        <option name="COUNT_FILTER" value="0" />
        <option name="CONDITION_ENABLED" value="false" />
        <option name="CONDITION" />
        <option name="LOG_ENABLED" value="false" />
        <option name="LOG_EXPRESSION_ENABLED" value="false" />
        <option name="LOG_MESSAGE" />
        <option name="CLASS_FILTERS_ENABLED" value="false" />
        <option name="INVERSE_CLASS_FILLTERS" value="false" />
        <option name="SUSPEND_POLICY" value="SuspendAll" />
      </default_breakpoint_settings>
      <filter>
        <option name="PATTERN" value="com.sun.*" />
        <option name="ENABLED" value="true" />
      </filter>
      <filter>
        <option name="PATTERN" value="java.*" />
        <option name="ENABLED" value="true" />
      </filter>
      <filter>
        <option name="PATTERN" value="javax.*" />
        <option name="ENABLED" value="true" />
      </filter>
      <filter>
        <option name="PATTERN" value="org.omg.*" />
        <option name="ENABLED" value="true" />
      </filter>
      <filter>
        <option name="PATTERN" value="sun.*" />
        <option name="ENABLED" value="true" />
      </filter>
      <filter>
        <option name="PATTERN" value="junit.*" />
        <option name="ENABLED" value="true" />
      </filter>
    </component>
    <component name="EjbViewSettings">
      <EjbView autoscrollToSource="false" showMembers="false" />
    </component>
    <component name="ErrorTreeViewConfiguration">
      <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="HIDE_WARNINGS" value="false" />
    </component>
    <component name="FileEditorManager" split-orientation="vertical" split-proportion="0.5">
      <first-group selected-file="file://$PROJECT_DIR$/interop/build.xml">
        <entry file="file://$PROJECT_DIR$/interop/build.xml" pinned="false">
          <provider selected="true" editor-type-id="text-editor">
            <state line="360" column="35" selection-start="15343" selection-end="15343" vertical-scroll-proportion="0.9772296">
              <folding />
            </state>
          </provider>
        </entry>
      </first-group>
      <second-group />
    </component>
    <component name="HierarchyBrowserManager">
      <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="SORT_ALPHABETICALLY" value="false" />
      <option name="HIDE_CLASSES_WHERE_METHOD_NOT_IMPLEMENTED" value="false" />
    </component>
    <component name="InspectionManager">
      <option name="AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="SPLITTER_PROPORTION" value="0.5" />
      <profile name="Default" />
    </component>
    <component name="J2EEProjectPane" />
    <component name="LvcsProjectConfiguration">
      <option name="ADD_LABEL_ON_PROJECT_OPEN" value="true" />
      <option name="ADD_LABEL_ON_PROJECT_COMPILATION" value="true" />
      <option name="ADD_LABEL_ON_FILE_PACKAGE_COMPILATION" value="true" />
      <option name="ADD_LABEL_ON_PROJECT_MAKE" value="true" />
      <option name="ADD_LABEL_ON_RUNNING" value="true" />
      <option name="ADD_LABEL_ON_DEBUGGING" value="true" />
      <option name="ADD_LABEL_ON_UNIT_TEST_PASSED" value="true" />
      <option name="ADD_LABEL_ON_UNIT_TEST_FAILED" value="true" />
    </component>
    <component name="NamedScopeManager" />
    <component name="PackagesPane">
      <expanded_node url="" module="Sandesha" type="module" />
    </component>
    <component name="ProjectPane">
      <expanded_node url="file://$PROJECT_DIR$" module="Sandesha" type="directory" />
      <expanded_node url="file://$PROJECT_DIR$/interop" module="Sandesha" type="directory" />
      <expanded_node url="" module="Sandesha" type="module" />
    </component>
    <component name="ProjectView">
      <navigator currentView="ProjectPane" splitterProportion="0.5">
        <flattenPackages />
        <showMembers />
        <showModules />
        <showLibraryContents />
        <hideEmptyPackages />
        <showStructure ProjectPane="false" />
        <autoscrollToSource />
        <autoscrollFromSource />
      </navigator>
    </component>
    <component name="ProjectViewSettings">
      <navigator flattenPackages="false" splitterProportion="0.5" autoscrollToSource="false" showMembers="false" showStructure="false" currentView="ProjectPane" />
      <view id="ProjectPane">
        <expanded_node url="file://$PROJECT_DIR$" type="directory" />
      </view>
      <view id="SourcepathPane" />
      <view id="ClasspathPane" />
    </component>
    <component name="PropertiesComponent">
      <property name="MemberChooser.copyJavadoc" value="false" />
      <property name="GoToClass.includeLibraries" value="false" />
      <property name="MemberChooser.showClasses" value="true" />
      <property name="MemberChooser.sorted" value="false" />
      <property name="GoToFile.includeJavaFiles" value="false" />
      <property name="GoToClass.toSaveIncludeLibraries" value="false" />
    </component>
    <component name="RunManager">
      <activeType name="Application" />
      <configuration selected="false" default="true" type="Remote" factoryName="Remote">
        <option name="USE_SOCKET_TRANSPORT" value="true" />
        <option name="SERVER_MODE" value="false" />
        <option name="SHMEM_ADDRESS" value="javadebug" />
        <option name="HOST" value="localhost" />
        <option name="PORT" value="5005" />
      </configuration>
      <configuration selected="false" default="true" type="Applet" factoryName="Applet">
        <module name="" />
        <option name="MAIN_CLASS_NAME" />
        <option name="HTML_FILE_NAME" />
        <option name="HTML_USED" value="false" />
        <option name="WIDTH" value="400" />
        <option name="HEIGHT" value="300" />
        <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
        <option name="VM_PARAMETERS" />
      </configuration>
      <configuration selected="false" default="true" type="Application" factoryName="Application">
        <option name="MAIN_CLASS_NAME" />
        <option name="VM_PARAMETERS" />
        <option name="PROGRAM_PARAMETERS" />
        <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
        <module name="" />
      </configuration>
      <configuration selected="false" default="true" type="JUnit" factoryName="JUnit">
        <module name="" />
        <option name="PACKAGE_NAME" />
        <option name="MAIN_CLASS_NAME" />
        <option name="METHOD_NAME" />
        <option name="TEST_OBJECT" />
        <option name="VM_PARAMETERS" />
        <option name="PARAMETERS" />
        <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
        <option name="ADDITIONAL_CLASS_PATH" />
        <option name="TEST_SEARCH_SCOPE">
          <value defaultName="wholeProject" />
        </option>
      </configuration>
    </component>
    <component name="SelectInManager" />
    <component name="StarteamConfiguration">
      <option name="SERVER" value="" />
      <option name="PORT" value="49201" />
      <option name="USER" value="" />
      <option name="PASSWORD" value="" />
      <option name="PROJECT" value="" />
      <option name="VIEW" value="" />
      <option name="ALTERNATIVE_WORKING_PATH" value="" />
      <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
      <option name="SHOW_CHECKIN_OPTIONS" value="true" />
      <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
      <option name="LAST_COMMIT_MESSAGE" value="" />
      <option name="SAVE_LAST_COMMIT_MESSAGE" value="true" />
      <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
      <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
      <option name="OPTIMIZE_IMPORTS_BEFORE_FILE_COMMIT" value="false" />
      <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
      <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
      <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
      <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
    </component>
    <component name="StructuralSearchPlugin" />
    <component name="StructureViewFactory">
      <option name="SORT_MODE" value="0" />
      <option name="GROUP_INHERITED" value="true" />
      <option name="AUTOSCROLL_MODE" value="true" />
      <option name="SHOW_FIELDS" value="true" />
      <option name="AUTOSCROLL_FROM_SOURCE" value="false" />
      <option name="GROUP_GETTERS_AND_SETTERS" value="true" />
      <option name="SHOW_INHERITED" value="false" />
      <option name="HIDE_NOT_PUBLIC" value="false" />
    </component>
    <component name="TodoView" selected-index="0">
      <todo-panel id="selected-file">
        <are-packages-shown value="false" />
        <flatten-packages value="false" />
        <is-autoscroll-to-source value="true" />
      </todo-panel>
      <todo-panel id="all">
        <are-packages-shown value="true" />
        <flatten-packages value="false" />
        <is-autoscroll-to-source value="true" />
      </todo-panel>
    </component>
    <component name="ToolWindowManager">
      <frame x="-4" y="-4" width="1032" height="712" extended-state="6" />
      <editor active="true" />
      <layout>
        <window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
        <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="7" />
        <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="true" weight="0.22551021" order="0" />
        <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4760274" order="1" />
        <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="1" />
        <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
        <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="6" />
        <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="8" />
        <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="1" />
        <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="2" />
        <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="2" />
        <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.4" order="4" />
        <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="sliding" type="sliding" visible="false" weight="0.4" order="0" />
        <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="2" />
        <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="0" />
        <window_info id="Aspects" active="false" anchor="right" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.33" order="3" />
        <window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="3" />
        <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="docked" type="docked" visible="false" weight="0.25" order="5" />
      </layout>
    </component>
    <component name="VCS.FileViewConfiguration">
      <option name="SELECTED_STATUSES" value="DEFAULT" />
      <option name="SELECTED_COLUMNS" value="DEFAULT" />
      <option name="SHOW_FILTERS" value="true" />
      <option name="CUSTOMIZE_VIEW" value="true" />
      <option name="SHOW_FILE_HISTORY_AS_TREE" value="true" />
    </component>
    <component name="VcsManagerConfiguration">
      <option name="ACTIVE_VCS_NAME" value="" />
      <option name="STATE" value="0" />
    </component>
    <component name="VssConfiguration">
      <CheckoutOptions>
        <option name="COMMENT" value="" />
        <option name="DO_NOT_GET_LATEST_VERSION" value="false" />
        <option name="REPLACE_WRITABLE" value="false" />
        <option name="RECURSIVE" value="false" />
      </CheckoutOptions>
      <CheckinOptions>
        <option name="COMMENT" value="" />
        <option name="KEEP_CHECKED_OUT" value="false" />
        <option name="RECURSIVE" value="false" />
      </CheckinOptions>
      <AddOptions>
        <option name="COMMENT" value="" />
        <option name="STORE_ONLY_LATEST_VERSION" value="false" />
        <option name="CHECK_OUT_IMMEDIATELY" value="false" />
        <option name="FILE_TYPE" value="0" />
      </AddOptions>
      <UndocheckoutOptions>
        <option name="MAKE_WRITABLE" value="false" />
        <option name="REPLACE_LOCAL_COPY" value="0" />
        <option name="RECURSIVE" value="false" />
      </UndocheckoutOptions>
      <GetOptions>
        <option name="REPLACE_WRITABLE" value="0" />
        <option name="MAKE_WRITABLE" value="false" />
        <option name="RECURSIVE" value="false" />
      </GetOptions>
      <option name="CLIENT_PATH" value="" />
      <option name="SRCSAFEINI_PATH" value="" />
      <option name="USER_NAME" value="" />
      <option name="PWD" value="" />
      <option name="SHOW_CHECKOUT_OPTIONS" value="true" />
      <option name="SHOW_ADD_OPTIONS" value="true" />
      <option name="VSS_IS_INITIALIZED" value="false" />
      <option name="SHOW_UNDOCHECKOUT_OPTIONS" value="true" />
      <option name="SHOW_DIFF_OPTIONS" value="true" />
      <option name="SHOW_GET_OPTIONS" value="true" />
      <option name="REUSE_LAST_COMMENT" value="false" />
      <option name="PUT_FOCUS_INTO_COMMENT" value="false" />
      <option name="SHOW_CHECKIN_OPTIONS" value="true" />
      <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
      <option name="LAST_COMMIT_MESSAGE" value="" />
      <option name="SAVE_LAST_COMMIT_MESSAGE" value="true" />
      <option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
      <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
      <option name="OPTIMIZE_IMPORTS_BEFORE_FILE_COMMIT" value="false" />
      <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
      <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
      <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
      <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
    </component>
    <component name="WebViewSettings">
      <webview flattenPackages="false" autoscrollToSource="false" showMembers="false" />
    </component>
    <component name="antWorkspaceConfiguration">
      <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
      <option name="FILTER_TARGETS" value="false" />
    </component>
    <component name="editorHistoryManager">
      <entry file="file://$PROJECT_DIR$/src/org/apache/sandesha/storage/queue/SandeshaQueue.java">
        <provider selected="true" editor-type-id="text-editor">
          <state line="241" column="39" selection-start="8007" selection-end="8007" vertical-scroll-proportion="0.64136624">
            <folding />
          </state>
        </provider>
      </entry>
      <entry file="file://$PROJECT_DIR$/interop/build.xml">
        <provider selected="true" editor-type-id="text-editor">
          <state line="360" column="35" selection-start="15343" selection-end="15343" vertical-scroll-proportion="0.9772296">
            <folding />
          </state>
        </provider>
      </entry>
    </component>
    <component name="editorManager" />
  </project>
  
  
  
  
  1.1                  ws-fx/sandesha/velocity.log
  
  Index: velocity.log
  ===================================================================
  Wed Mar 02 20:22:37 LKT 2005  [debug] AvalonLogSystem initialized using logfile 'velocity.log'
  Wed Mar 02 20:22:37 LKT 2005   [info] ************************************************************** 
  Wed Mar 02 20:22:37 LKT 2005   [info] Starting Jakarta Velocity v1.4-dev
  Wed Mar 02 20:22:37 LKT 2005   [info] RuntimeInstance initializing.
  Wed Mar 02 20:22:37 LKT 2005   [info] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  Wed Mar 02 20:22:37 LKT 2005   [info] Trying to use logger class org.apache.velocity.runtime.log.AvalonLogSystem
  Wed Mar 02 20:22:37 LKT 2005   [info] Using logger class org.apache.velocity.runtime.log.AvalonLogSystem
  Wed Mar 02 20:22:37 LKT 2005   [info] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
  Wed Mar 02 20:22:37 LKT 2005   [info] Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] FileResourceLoader : initialization starting.
  Wed Mar 02 20:22:37 LKT 2005   [info] FileResourceLoader : adding path 'C:\Documents and Settings\Jaliya\.maven\cache\maven-xdoc-plugin-1.8\plugin-resources/templates'
  Wed Mar 02 20:22:37 LKT 2005   [info] FileResourceLoader : initialization complete.
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
  Wed Mar 02 20:22:37 LKT 2005   [info] Default ResourceManager initialization complete.
  Wed Mar 02 20:22:37 LKT 2005   [info] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  Wed Mar 02 20:22:37 LKT 2005   [info] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  Wed Mar 02 20:22:37 LKT 2005   [info] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  Wed Mar 02 20:22:37 LKT 2005   [info] Loaded System Directive: org.apache.velocity.runtime.directive.Include
  Wed Mar 02 20:22:37 LKT 2005   [info] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  Wed Mar 02 20:22:37 LKT 2005   [info] Created: 20 parsers.
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : initialization starting.
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : adding VMs from VM library template : VM_global_library.vm
  Wed Mar 02 20:22:37 LKT 2005  [error] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : error using  VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro :  VM library template macro registration complete.
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : allowInline = true : VMs can be defined inline in templates
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : allowInlineLocal = false : VMs defined inline will be  global in scope if allowed.
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : messages on  : VM system will output logging messages
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : autoload off  : VM system will not automatically reload global library macros
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : initialization complete.
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocity successfully started.
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found cvs-usage.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found index.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found maven-reports.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found dependencies.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found issue-tracking.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] Velocimacro : added new VM : #displayLink( label link ) : source = mail-lists.xml
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found mail-lists.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found project-info.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  Wed Mar 02 20:22:37 LKT 2005   [info] ResourceManager : found team-list.xml with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
  
  
  
  1.3       +0 -0      ws-fx/sandesha/lib/log4j-1.2.8.jar
  
  	<<Binary file>>
  
  
  1.1                  ws-fx/sandesha/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <!-- Created By Eran Chinthaka -->
  <project name="Sandesha">
    <title>Sandesha</title>
    <body>
       
      <menu name="Sandesha">
         
        	<item name="Simple User Guide" href="userguide.html"/>
      
         
      </menu>
       
      
    </body>
  </project>
  
  
  1.1                  ws-fx/sandesha/xdocs/userguide.html
  
  Index: userguide.html
  ===================================================================
  <html>
  
  <head>
  <style>
  .style1 {
  	font-family: "Courier New", Courier, mono;
  	font-size: 14px;
  	color: #990000;
  }
  </style>
  
  </head>
  
  <body>
  
  <h1><font size="6">Simple User Guide for Apache Sandesha</font></h1>
  <p>This is the primary version of the user guide for Apache Sandesha. The rest 
  of the document will guide you through the configuration of Sandesha and finally 
  to run the sample scenarios.</p>
  <h2><font size="5">Configuration</font></h2>
  <p>Configuration of Apache Sandesha can be described in three steps.</p>
  <ul type="square">
    <li>Checkout the code</li>
    <li>Run the Maven (Compile)</li>
    <li>use <font color="#FF0000">&nbsp;</font>Sandesha-1.0.jar </li>
  </ul>
  <p>So as the first step let's focus on how to configure Sandesha and run the 
  sample tests. Following steps will guide you through the process.</p>
  <h3><font size="4">Check out Sandesha</font></h3>
  <p>Apache Sandesha is available for download as source. Please follow the cvs 
  instruction to download the code
  <a href="http://ws.apache.org/ws-fx/sandesha/cvs-usage.html">
  http://ws.apache.org/ws-fx/sandesha/cvs-usage.html</a></p>
  <h3><font size="4">Build Using Maven</font></h3>
  <p>Note : Sandesha build process is done using Apache Maven. So assume that the 
  user has already configured Maven in his machine. </p>
  <p>Build process is mainly to run a single Maven command and it is</p>
  <source>maven</source><p>Since we need the samples also to be build we need one more command</p>
  <source>maven interop:compile</source><p>If you need a project to be created for eclipse or Intellij IDEA use the 
  maven commands</p>
  <source>maven eclipse</source>
  <p><source>maven idea</source> </p>
  <h3><font size="4">Run the Inter-op Samples</font></h3>
  <p>Go to the directory, interop under the main directory tree. To run the sample 
  scenarios we only need to type simple ant commands in a command line.</p>
  <p>Followings are the commands to run the samples scenarios.</p>
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <tr>
      <td width="13%">Ant command</td>
      <td width="87%">&nbsp;Description</td>
    </tr>
    <tr>
      <td width="13%">run_sync_ping&nbsp</td>
      <td width="87%">The scenario tests the simple one way Ping operation with 
      acknowledgements coming in same HTTP connection</td>
    </tr>
    <tr>
      <td width="13%">run_async_ping</td>
      <td width="87%">The scenario tests the simple one way Ping operation with 
      acknowledgements coming in a different&nbsp; HTTP connection</td>
    </tr>
    <tr>
      <td width="13%">run_echo_string </td>
      <td width="87%">This scenario tests the simple two way Echo String 
      operation. Here the request, acknowledgement and the response all come in&nbsp; 
  different HTTP Connections.</td>
    </tr>
  </table>
  <p>In all these scenarios the service <b>RMInteropService</b> is deployed in a
  <b>SimpleAxisServer</b> using the ant script and the results will be shown in TCP 
  monitors. Please check whether the java processes that is used to invoke TCP 
  monitors are not running in the back ground, before every test.</p>
  <h2><font size="5">To Use Sandesha in the Client Side</font></h2>
  <p>Following two steps will enable the usage of Sandesha in the Client Side. 
  (Assume that you have build Sandesha using Maven)</p>
  <ul type="square">
    <li>Copy the <b>Sandesha-1.0.jar</b> to your class path</li>
    <li>Copy the <b>config/client-config.wsdd</b> to the class path of your client. This 
    <b>client-config.wsdd</b> is a default configuration file for Sandesha client. If the user needs to 
  modify the client side configuration file, just modify the <b>ClientDeploy.wsdd
    </b>and then use the 
  <b>DeployClient.bat</b> to generate the <b>client-config,wsdd. </b></li>
  </ul>
  <p>To enable Sandesha in the client side, the only requirement is to use 
  <b>RMTransport</b> as the transport in the <b>client-config.wsdd</b></p>
  <p>Note: please add the jars, that are there in the target/lib to your class 
  path</p>
  <h2><font size="5">To Use Sandesha in the Server Side</font></h2>
  <p>This can again be done using two steps.</p>
  <p>Assume that axis is configured in Tomcat Server </p>
  <ul type="square">
    <li>Copy the <b>Sandesha-1.0.jar</b> to the <b>CATALINA_HOME/webapps/axis/WEB-INF/lib</b> along 
  with the other new jars that can be found in <b>target/lib</b> folder of Sandesha.</li>
    <li>To configure Sandesha for a particular service( say MyService) change the 
    <b>deploy.wsdd</b> of <b>MyService</b> according to the following.</li>
  </ul>
  <source>
  <p>&lt;deployment xmlns=&quot;http://xml.apache.org/axis/wsdd/&quot;</p>
  <p>xmlns:java=&quot;http://xml.apache.org/axis/wsdd/providers/java&quot;&gt;</p>
  <p>&lt;service name=&quot;MyService&quot; provider=&quot;Handler&quot;&gt;</p>
  <p>&lt;requestFlow&gt;</p>
  <p>&lt;handler type=&quot;java:org.apache.sandesha.ws.rm.handlers.RMServerRequestHandler&quot;&gt;&lt;/handler&gt;</p>
  <p>&lt;handler type=&quot;java:org.apache.axis.message.addressing.handler.AddressingHandler&quot;&gt;&lt;/handler&gt;</p>
  <p>&lt;/requestFlow&gt;</p>
  <p>&lt;parameter name=&quot;handlerClass&quot; value=&quot;org.apache.sandesha.ws.rm.providers.RMProvider&quot;/&gt;</p>
  <p>&lt;parameter name=&quot;className&quot; value=&quot;test.MyService&quot;/&gt;</p>
  <p>&lt;parameter name=&quot;allowedMethods&quot; value=&quot;*&quot;/&gt;</p>
  <p>&lt;parameter name=&quot;scope&quot; value=&quot;request&quot;/&gt;</p>
  <p>&lt;/service&gt;</p>
  <p>&lt;/deployment&gt;</p></source>
  <p>Note that we have to change the provider to <b>RMProvider</b> and need to add two 
  request handlers. A sample of this <b>deploy.wsdd</b> can be found in the interop 
  directory named <b>RMInteropServiceDeploy</b> with the required bat file to deploy the 
  service. (make sure that the classes for the <b>MyService</b> is copied to 
  <b>CATALINA_HOME/webapps/axis/WEB-INF/classes</b></p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  
  </body>
  
  </html>