Author: asankha
Date: Mon Dec 11 21:42:04 2006
New Revision: 486040

URL: http://svn.apache.org/viewvc?view=rev&rev=486040
Log:
set version to 0.90 for all POMs and axis2.xml for the final release
fix sandesha2 group id
set log4j debug level to INFO and add an entry to the README.txt on this
hide echoing of executed command for synapse.bat

Modified:
    incubator/synapse/branches/0.90RC1/modules/core/pom.xml
    
incubator/synapse/branches/0.90RC1/modules/core/src/main/resources/log4j.properties
    incubator/synapse/branches/0.90RC1/modules/extensions/pom.xml
    incubator/synapse/branches/0.90RC1/modules/mar/pom.xml
    incubator/synapse/branches/0.90RC1/modules/nhttp/pom.xml
    incubator/synapse/branches/0.90RC1/modules/samples/pom.xml
    incubator/synapse/branches/0.90RC1/pom.xml
    incubator/synapse/branches/0.90RC1/repository/conf/axis2.xml
    incubator/synapse/branches/0.90RC1/src/main/assembly/bin.xml
    incubator/synapse/branches/0.90RC1/src/main/bin/synapse.bat
    incubator/synapse/branches/0.90RC1/src/main/release/README.txt

Modified: incubator/synapse/branches/0.90RC1/modules/core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/modules/core/pom.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/modules/core/pom.xml (original)
+++ incubator/synapse/branches/0.90RC1/modules/core/pom.xml Mon Dec 11 21:42:04 
2006
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse-Incubating</artifactId>
-        <version>0.90-RC1</version>
+        <version>0.90</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>

Modified: 
incubator/synapse/branches/0.90RC1/modules/core/src/main/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/modules/core/src/main/resources/log4j.properties?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- 
incubator/synapse/branches/0.90RC1/modules/core/src/main/resources/log4j.properties
 (original)
+++ 
incubator/synapse/branches/0.90RC1/modules/core/src/main/resources/log4j.properties
 Mon Dec 11 21:42:04 2006
@@ -21,7 +21,7 @@
 
 # Set the level to DEBUG if you want to log all Exceptions (some of them 
aren't errors)
 #log4j.category.org.apache.axis2=INFO
-log4j.category.org.apache.synapse=DEBUG
+log4j.category.org.apache.synapse=INFO
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

Modified: incubator/synapse/branches/0.90RC1/modules/extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/modules/extensions/pom.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/modules/extensions/pom.xml (original)
+++ incubator/synapse/branches/0.90RC1/modules/extensions/pom.xml Mon Dec 11 
21:42:04 2006
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse-Incubating</artifactId>
-        <version>0.90-RC1</version>        
+        <version>0.90</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>

Modified: incubator/synapse/branches/0.90RC1/modules/mar/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/modules/mar/pom.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/modules/mar/pom.xml (original)
+++ incubator/synapse/branches/0.90RC1/modules/mar/pom.xml Mon Dec 11 21:42:04 
2006
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse-Incubating</artifactId>
-        <version>0.90-RC1</version>
+        <version>0.90</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>

Modified: incubator/synapse/branches/0.90RC1/modules/nhttp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/modules/nhttp/pom.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/modules/nhttp/pom.xml (original)
+++ incubator/synapse/branches/0.90RC1/modules/nhttp/pom.xml Mon Dec 11 
21:42:04 2006
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse-Incubating</artifactId>
-    <version>0.90-RC1-SNAPSHOT</version>
+    <version>0.90</version>
   </parent>
   
   <artifactId>synapse-nhttp</artifactId>

Modified: incubator/synapse/branches/0.90RC1/modules/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/modules/samples/pom.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/modules/samples/pom.xml (original)
+++ incubator/synapse/branches/0.90RC1/modules/samples/pom.xml Mon Dec 11 
21:42:04 2006
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse-Incubating</artifactId>
-        <version>0.90-RC1</version>
+        <version>0.90</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>

Modified: incubator/synapse/branches/0.90RC1/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/pom.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/pom.xml (original)
+++ incubator/synapse/branches/0.90RC1/pom.xml Mon Dec 11 21:42:04 2006
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse-Incubating</artifactId>
-    <version>0.90-RC1</version>
+    <version>0.90</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -540,7 +540,7 @@
     </modules>
 
     <properties>
-        <synapse.version>0.90-RC1</synapse.version>
+        <synapse.version>0.90</synapse.version>
         <axis2.version>1.1.051</axis2.version>
         <rampart.version>1.1</rampart.version>
         <axiom.version>1.2.1</axiom.version>

Modified: incubator/synapse/branches/0.90RC1/repository/conf/axis2.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/repository/conf/axis2.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/repository/conf/axis2.xml (original)
+++ incubator/synapse/branches/0.90RC1/repository/conf/axis2.xml Mon Dec 11 
21:42:04 2006
@@ -205,7 +205,7 @@
     <!-- ================================================= -->
     <!-- Comment this to disable Addressing -->
     <module ref="addressing"/>
-    <module ref="synapse-incubating-0.90-RC1"/>
+    <module ref="synapse-incubating-0.90"/>
 
     <!--Configuring module , providing parameters for modules whether they 
refer or not-->
     <!--<moduleConfig name="addressing">-->

Modified: incubator/synapse/branches/0.90RC1/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/src/main/assembly/bin.xml?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/src/main/assembly/bin.xml (original)
+++ incubator/synapse/branches/0.90RC1/src/main/assembly/bin.xml Mon Dec 11 
21:42:04 2006
@@ -185,7 +185,7 @@
             <excludes>
                 <exclude>org.apache.axis2:addressing:mar</exclude>
                 <exclude>org.apache.axis2:rampart:mar</exclude>
-                <exclude>sandesha2:sandesha2:mar</exclude>                
+                <exclude>org.apache.sandesha2:sandesha2:mar</exclude>          
      
             </excludes>
         </dependencySet>
         <dependencySet>
@@ -193,7 +193,7 @@
             <includes>
                 <include>org.apache.axis2:addressing:mar</include>
                 <include>org.apache.axis2:rampart:mar</include>
-                <include>sandesha2:sandesha2:mar</include>
+                <include>org.apache.sandesha2:sandesha2:mar</include>
             </includes>
         </dependencySet>
         <dependencySet>
@@ -201,7 +201,7 @@
             <includes>
                 <include>org.apache.axis2:addressing:mar</include>
                 <!--<include>org.apache.axis2:rampart:mar</include>-->
-                <!--<include>sandesha2:sandesha2:mar</include>-->
+                <!--<include>org.apache.sandesha2:sandesha2:mar</include>-->
             </includes>
         </dependencySet>
         <dependencySet>
@@ -209,7 +209,7 @@
             <includes>
                 <include>org.apache.axis2:addressing:mar</include>
                 <!--<include>org.apache.axis2:rampart:mar</include>-->
-                <!--<include>sandesha2:sandesha2:mar</include>-->
+                <!--<include>org.apache.sandesha2:sandesha2:mar</include>-->
             </includes>
         </dependencySet>
 

Modified: incubator/synapse/branches/0.90RC1/src/main/bin/synapse.bat
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/src/main/bin/synapse.bat?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/src/main/bin/synapse.bat (original)
+++ incubator/synapse/branches/0.90RC1/src/main/bin/synapse.bat Mon Dec 11 
21:42:04 2006
@@ -105,7 +105,7 @@
 
 set 
SYNAPSE_ENDORSED="%SYNAPSE_HOME%\lib\endorsed";"%JAVA_ENDORSED_DIRS%";"%JAVA_HOME%\lib\endorsed"
 
[EMAIL PROTECTED] on
[EMAIL PROTECTED] @echo on
 cd %SYNAPSE_HOME%
 "%_JAVACMD%" %_SYNAPSE_XML% 
-Daxis2.xml="%SYNAPSE_HOME%\repository\conf\axis2.xml" 
-Djava.endorsed.dirs=%SYNAPSE_ENDORSED% %_XDEBUG% -cp %SYNAPSE_CLASS_PATH% 
org.apache.synapse.SynapseHTTPServer %SYNAPSE_CMD_LINE_ARGS%
 goto end

Modified: incubator/synapse/branches/0.90RC1/src/main/release/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/branches/0.90RC1/src/main/release/README.txt?view=diff&rev=486040&r1=486039&r2=486040
==============================================================================
--- incubator/synapse/branches/0.90RC1/src/main/release/README.txt (original)
+++ incubator/synapse/branches/0.90RC1/src/main/release/README.txt Mon Dec 11 
21:42:04 2006
@@ -33,6 +33,13 @@
 The resources sub-directory contains the sample XSLT transformations, XSD 
schemas, WS policies
 and all other resources required to demonstrate various aspects of Synapse.
 
+Synapse uses Log4J for its logging, and the default log level on the code is 
set to INFO. If you
+are trying out the samples and is new to Synapse, you may enable DEBUG level 
logging on the 
+log4j.properties found in the lib sub directory as follows. This would help 
you see what actually
+takes place during Synapse mediation.
+
+       e.g. log4j.category.org.apache.synapse=DEBUG
+
 
 Support
 ===================



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to