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 ch...@apache.org on 2006/05/04 11:48:22 UTC

svn commit: r399642 - in /webservices/sandesha/trunk: config/client_axis2.xml config/log4j.properties config/module.xml config/server_axis2.xml project.properties project.xml

Author: chamikara
Date: Thu May  4 02:48:21 2006
New Revision: 399642

URL: http://svn.apache.org/viewcvs?rev=399642&view=rev
Log:
Updated configuration files

Modified:
    webservices/sandesha/trunk/config/client_axis2.xml
    webservices/sandesha/trunk/config/log4j.properties
    webservices/sandesha/trunk/config/module.xml
    webservices/sandesha/trunk/config/server_axis2.xml
    webservices/sandesha/trunk/project.properties
    webservices/sandesha/trunk/project.xml

Modified: webservices/sandesha/trunk/config/client_axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/client_axis2.xml?rev=399642&r1=399641&r2=399642&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/client_axis2.xml (original)
+++ webservices/sandesha/trunk/config/client_axis2.xml Thu May  4 02:48:21 2006
@@ -5,12 +5,21 @@
     <parameter name="hotdeployment" locked="false">true</parameter>
     <parameter name="hotupdate" locked="false">false</parameter>
     <parameter name="enableMTOM" locked="false">false</parameter>
+
+    <!--During a fault, stacktrace can be sent with the fault message. The following flag will control -->
+    <!--that behaviour.-->
     <parameter name="sendStacktraceDetailsWithFaults" locked="false">true</parameter>
 
+    <!--If there aren't any information available to find out the fault reason, we set the message of the expcetion-->
+    <!--as the faultreason/Reason. But when a fault is thrown from a service or some where, it will be -->
+    <!--wrapped by different levels. Due to this the initial exception message can be lost. If this flag-->
+    <!--is set then, Axis2 tries to get the first exception and set its message as the faultreason/Reason.-->
+    <parameter name="DrillDownToRootCauseForFaultReason" locked="false">false</parameter>
+
     <!-- Uncomment this to enable REST support -->
     <!--    <parameter name="enableREST" locked="false">true</parameter>-->
 
-
+    <!--This is the user name and password of admin console-->
     <parameter name="userName" locked="false">admin</parameter>
     <parameter name="password" locked="false">axis2</parameter>
 
@@ -67,8 +76,8 @@
         <parameter name="Transfer-Encoding" locked="false">chunked</parameter>
     </transportSender>
 
-   <module ref="addressing" />
-   <module ref="sandesha2" />
+    <module ref="addressing" />
+    <module ref="sandesha2" />
 
     <!-- ================================================= -->
     <!-- Phases  -->
@@ -104,13 +113,13 @@
         </phase>
         <!--  System pre defined phases       -->
         <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
-        <phase name="OperationInPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationInPhase"/>
     </phaseOrder>
     <phaseOrder type="outflow">
         <!--      user can add his own phases to this area  -->
-        <phase name="RMPhase"/>
         <phase name="OperationOutPhase"/>
+        <phase name="RMPhase"/>
         <!--system predefined phase-->
         <!--these phase will run irrespective of the service-->
         <phase name="PolicyDetermination"/>
@@ -144,13 +153,13 @@
             </handler>
         </phase>
         <!--      user can add his own phases to this area  -->
-        <phase name="OperationInFaultPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationInFaultPhase"/>
     </phaseOrder>
     <phaseOrder type="Outfaultflow">
         <!--      user can add his own phases to this area  -->
-        <phase name="RMPhase"/>
         <phase name="OperationOutFaultPhase"/>
+        <phase name="RMPhase"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>
     </phaseOrder>

Modified: webservices/sandesha/trunk/config/log4j.properties
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/log4j.properties?rev=399642&r1=399641&r2=399642&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/log4j.properties (original)
+++ webservices/sandesha/trunk/config/log4j.properties Thu May  4 02:48:21 2006
@@ -8,7 +8,7 @@
 
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
-log4j.appender.CONSOLE.Threshold=DEBUG
+log4j.appender.CONSOLE.Threshold=INFO
 log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
 log4j.appender.CONSOLE.layout.ConversionPattern=- %m%n
 

Modified: webservices/sandesha/trunk/config/module.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/module.xml?rev=399642&r1=399641&r2=399642&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/module.xml (original)
+++ webservices/sandesha/trunk/config/module.xml Thu May  4 02:48:21 2006
@@ -6,8 +6,8 @@
     
     <inflow>
         <handler name="SandeshaGlobalInHandler" class="org.apache.sandesha2.handlers.SandeshaGlobalInHandler">
-            <order phase="PreDispatch" after="AddressingFinalInHandler" />
-            <!-- <order after="addressingSubmissionInHandler" phase="PreDispatch"/>  cant do this-->
+            <!-- Global In handler should come before instance dispatching -->
+            <order phase="Dispatch" before="InstanceDispatcher" />
         </handler> 
         <handler name="SandeshaInHandler" class="org.apache.sandesha2.handlers.SandeshaInHandler">
             <order phase="RMPhase"/>

Modified: webservices/sandesha/trunk/config/server_axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/server_axis2.xml?rev=399642&r1=399641&r2=399642&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/server_axis2.xml (original)
+++ webservices/sandesha/trunk/config/server_axis2.xml Thu May  4 02:48:21 2006
@@ -5,12 +5,21 @@
     <parameter name="hotdeployment" locked="false">true</parameter>
     <parameter name="hotupdate" locked="false">false</parameter>
     <parameter name="enableMTOM" locked="false">false</parameter>
+
+    <!--During a fault, stacktrace can be sent with the fault message. The following flag will control -->
+    <!--that behaviour.-->
     <parameter name="sendStacktraceDetailsWithFaults" locked="false">true</parameter>
 
+    <!--If there aren't any information available to find out the fault reason, we set the message of the expcetion-->
+    <!--as the faultreason/Reason. But when a fault is thrown from a service or some where, it will be -->
+    <!--wrapped by different levels. Due to this the initial exception message can be lost. If this flag-->
+    <!--is set then, Axis2 tries to get the first exception and set its message as the faultreason/Reason.-->
+    <parameter name="DrillDownToRootCauseForFaultReason" locked="false">false</parameter>
+
     <!-- Uncomment this to enable REST support -->
     <!--    <parameter name="enableREST" locked="false">true</parameter>-->
 
-
+    <!--This is the user name and password of admin console-->
     <parameter name="userName" locked="false">admin</parameter>
     <parameter name="password" locked="false">axis2</parameter>
 
@@ -67,7 +76,7 @@
         <parameter name="Transfer-Encoding" locked="false">chunked</parameter>
     </transportSender>
 
-   <module ref="addressing" />
+    <module ref="addressing" />
 
     <!-- ================================================= -->
     <!-- Phases  -->
@@ -103,13 +112,13 @@
         </phase>
         <!--  System pre defined phases       -->
         <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
-        <phase name="OperationInPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationInPhase"/>
     </phaseOrder>
     <phaseOrder type="outflow">
         <!--      user can add his own phases to this area  -->
-        <phase name="RMPhase"/>
         <phase name="OperationOutPhase"/>
+        <phase name="RMPhase"/>
         <!--system predefined phase-->
         <!--these phase will run irrespective of the service-->
         <phase name="PolicyDetermination"/>
@@ -143,13 +152,13 @@
             </handler>
         </phase>
         <!--      user can add his own phases to this area  -->
-        <phase name="OperationInFaultPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationInFaultPhase"/>
     </phaseOrder>
     <phaseOrder type="Outfaultflow">
         <!--      user can add his own phases to this area  -->
-        <phase name="RMPhase"/>
         <phase name="OperationOutFaultPhase"/>
+        <phase name="RMPhase"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>
     </phaseOrder>

Modified: webservices/sandesha/trunk/project.properties
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.properties?rev=399642&r1=399641&r2=399642&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.properties (original)
+++ webservices/sandesha/trunk/project.properties Thu May  4 02:48:21 2006
@@ -17,15 +17,27 @@
 maven.xdoc.date = left
 maven.xdoc.version = ${pom.currentVersion}
 
-
 sandesha2.version=SNAPSHOT
 sandesha2.module.version=SNAPSHOT
 
 maven.html2xdoc.enabled=false
 maven.html2xdoc.dir=./xdocs
-axis2.version=SNAPSHOT
+
+annogen.version=0.1.0
+backport_util_concurrent.version=2.1
 addressing.version=SNAPSHOT
+axiom.version=1.0
+axis2.version=SNAPSHOT
+commons.codec.version=1.3
+commons.httpclient.version=3.0
+commons.logging.version=1.0.4
+log4j.version=1.2.13
+neethi.version=1.0.1
+stax.api.version=1.0
+stax.impl.groupid=woodstox
+stax.impl.artifactid=wstx
+stax.impl.version=asl-2.9.2
+wsdl4j.version=1.5.2
+XmlSchema.version=1.0.2
+
 repo.addressing.mar.name=addressing
-axiom.version=SNAPSHOT
-XmlSchema.version=SNAPSHOT
-policy.version=SNAPSHOT

Modified: webservices/sandesha/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=399642&r1=399641&r2=399642&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Thu May  4 02:48:21 2006
@@ -114,42 +114,42 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
+            <version>${commons.logging.version}</version>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.12</version>
+            <version>${log4j.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
+            <version>${commons.codec.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.0-rc4</version>
+            <version>${commons.httpclient.version}</version>
         </dependency>
         <dependency>
             <groupId>stax</groupId>
             <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <version>${stax.api.version}</version>
         </dependency>
         <dependency>
-            <groupId>woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-            <version>2.8</version>
+            <groupId>${stax.impl.groupid}</groupId>
+            <artifactId>${stax.impl.artifactid}</artifactId>
+            <version>${stax.impl.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-wsdl4j</artifactId>
-            <version>1.2-RC3</version>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>${wsdl4j.version}</version>
         </dependency>
         <dependency>
             <groupId>ws-commons</groupId>
-            <artifactId>policy</artifactId>
-            <version>${policy.version}</version>
+            <artifactId>neethi</artifactId>
+            <version>${neethi.version}</version>
         </dependency>
         <dependency>
             <groupId>ws-commons</groupId>
@@ -167,19 +167,19 @@
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
         <dependency>
             <groupId>annogen</groupId>
             <artifactId>annogen</artifactId>
-            <version>0.1.0</version>
+            <version>${annogen.version}</version>
         </dependency>
         <dependency>
             <groupId>backport-util-concurrent</groupId>
             <artifactId>backport-util-concurrent</artifactId>
-            <version>2.0_01_pd</version>
+            <version>${backport_util_concurrent.version}</version>
         </dependency>                   
     </dependencies>
 



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