You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2007/08/09 17:15:50 UTC

svn commit: r564235 [9/9] - in /webservices/axis2/branches/java/jaxws21: ./ legal/ modules/adb-codegen/src/org/apache/axis2/schema/template/ modules/adb/src/org/apache/axis2/databinding/utils/ modules/addressing/src/org/apache/axis2/handlers/addressing...

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/pom.xml?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/pom.xml (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/pom.xml Thu Aug  9 08:14:52 2007
@@ -33,52 +33,167 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-jibx</artifactId>
+            <version>${version}</version>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${version}</version>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-spring</artifactId>
+            <version>${version}</version>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-fastinfoset</artifactId>
+            <version>${version}</version>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>
             <version>${version}</version>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -86,46 +201,23 @@
             <artifactId>axis2-jaxbri</artifactId>
             <version>${version}</version>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -133,46 +225,23 @@
             <artifactId>axis2-xmlbeans</artifactId>
             <version>${version}</version>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -180,46 +249,23 @@
             <artifactId>axis2-json</artifactId>
             <version>${version}</version>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -228,46 +274,23 @@
             <version>${version}</version>
             <type>mar</type>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -276,46 +299,98 @@
             <version>${version}</version>
             <type>mar</type>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>ping</artifactId>
+            <version>${version}</version>
+            <type>mar</type>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>mex</artifactId>
+            <version>${version}</version>
+            <type>mar</type>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-scripting</artifactId>
+            <version>${version}</version>
+            <type>mar</type>
+            <exclusions>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -324,46 +399,23 @@
             <version>${version}</version>
             <type>aar</type>
             <exclusions>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant-launcher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.ant</groupId>
-                    <artifactId>ant</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.mail</groupId>
-                    <artifactId>mail</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-io</groupId>
-                    <artifactId>commons-io</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jsr173_api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant</artifactId></exclusion>
+                <exclusion><groupId>org.apache.ant</groupId><artifactId>ant-launcher</artifactId></exclusion>
+                <exclusion><groupId>aopalliance</groupId><artifactId>aopalliance</artifactId></exclusion>
+                <exclusion><groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId></exclusion>
+                <exclusion><groupId>com.sun.xml.fastinfoset</groupId><artifactId>FastInfoset</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-activation_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-javamail_1.4_spec</artifactId></exclusion>
+                <exclusion><groupId>org.apache.geronimo.specs</groupId><artifactId>geronimo-jms_1.1_spec</artifactId></exclusion>
+                <exclusion><groupId>jakarta-regexp</groupId><artifactId>jakarta-regexp</artifactId></exclusion>
+                <exclusion><groupId>javax.xml.bind</groupId><artifactId>jsr173_api</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-context</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-core</artifactId></exclusion>
+                <exclusion><groupId>org.springframework</groupId><artifactId>spring-web</artifactId></exclusion>
+                <exclusion><groupId>xerces</groupId><artifactId>xmlParserAPIs</artifactId></exclusion>
+                <exclusion><groupId>rhino</groupId><artifactId>js</artifactId></exclusion>
+                <exclusion><groupId>bsf</groupId><artifactId>bsf</artifactId></exclusion>
             </exclusions>
         </dependency>
     </dependencies>
@@ -393,6 +445,34 @@
                             <targetPath>WEB-INF/modules</targetPath>
                             <includes>
                                 <include>soapmonitor*.mar</include>
+                            </includes>
+                        </resource>
+                        <resource>
+                            <directory>${basedir}/../soapmonitor/target</directory>
+                            <targetPath>WEB-INF/lib</targetPath>
+                            <includes>
+                                <include>soapmonitor*.jar</include>
+                            </includes>
+                        </resource>
+                        <resource>
+                            <directory>${basedir}/../mex-mar/target</directory>
+                            <targetPath>WEB-INF/modules</targetPath>
+                            <includes>
+                                <include>mex*.mar</include>
+                            </includes>
+                        </resource>
+                        <resource>
+                            <directory>${basedir}/../ping/target</directory>
+                            <targetPath>WEB-INF/modules</targetPath>
+                            <includes>
+                                <include>ping*.mar</include>
+                            </includes>
+                        </resource>
+                        <resource>
+                            <directory>${basedir}/../scripting/target</directory>
+                            <targetPath>WEB-INF/modules</targetPath>
+                            <includes>
+                                <include>*scripting*.mar</include>
                             </includes>
                         </resource>
                         <resource>

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/scripts/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/scripts/build.xml?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/scripts/build.xml (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/scripts/build.xml Thu Aug  9 08:14:52 2007
@@ -73,6 +73,9 @@
 				<include name="**" />
 				<exclude name="**servlet**" />
 				<exclude name="ant*.jar" />
+				<exclude name="axis2-adb-codegen*.jar"/>
+				<exclude name="axis2-codegen*.jar"/>
+				<exclude name="jibx-bind*.jar"/>
 			</lib>
 			<webinf dir="${temp}/WEB-INF" />
 			<fileset dir="${temp}">

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminfooter.inc Thu Aug  9 08:14:52 2007
@@ -1,3 +1,21 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 </td></tr>
 </table>
 <jsp:include page="footer.inc"></jsp:include>

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/adminheader.inc Thu Aug  9 08:14:52 2007
@@ -1,10 +1,28 @@
-<table width="100%">
-  <tr>
-    <td align="left"><img src="axis2-web/images/asf-logo.gif"/><h1>Axis 2</h1></td>
-    <td align="right"><img src="axis2-web/images/axis.jpg"/></td>
-    </tr>
-    <tr>
-    <td>.</td>
-   <td align="right"><a href="logout" target="_parent" >Log out</a></td>
-   </tr>
-</table>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<table width="100%">
+  <tr>
+    <td align="left"><img src="axis2-web/images/asf-logo.gif"/><h1>Axis 2</h1></td>
+    <td align="right"><img src="axis2-web/images/axis.jpg"/></td>
+    </tr>
+    <tr>
+    <td>.</td>
+   <td align="right"><a href="logout" target="_parent" >Log out</a></td>
+   </tr>
+</table>

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/footer.inc
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/footer.inc?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/footer.inc (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/footer.inc Thu Aug  9 08:14:52 2007
@@ -1,19 +1,37 @@
-</td>
-</tr>
-<tr height="20px">
-	<td>
-	<table width="100%">
-		<tr><td>
-			<table width="950px">
-				<tr><td><hr size="1" noshade="" /></td></tr>
-				<tr>
-					<td align="center">Copyright &#169; 1999-2006, The Apache Software Foundation<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</td>
-				</tr>
-			</table>
-		</td>
-		<td>&nbsp;</td>
-		</tr>
-	</table>
-	</td>
-</tr>
-</table>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+</td>
+</tr>
+<tr height="20px">
+	<td>
+	<table width="100%">
+		<tr><td>
+			<table width="950px">
+				<tr><td><hr size="1" noshade="" /></td></tr>
+				<tr>
+					<td align="center">Copyright &#169; 1999-2006, The Apache Software Foundation<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</td>
+				</tr>
+			</table>
+		</td>
+		<td>&nbsp;</td>
+		</tr>
+	</table>
+	</td>
+</tr>
+</table>

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/header.inc
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/header.inc?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/header.inc (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/header.inc Thu Aug  9 08:14:52 2007
@@ -1,11 +1,29 @@
-<table class="FULL_BLANK"><tr height="100%"><td valign="top">
-<table width="100%">
-<tr><td>
-<table width="950px">
-  <tr>
-    <td align="left"><img src="axis2-web/images/asf-logo.gif"/></td>
-    <td align="right"><img src="axis2-web/images/axis_l.jpg"/></td>
-    </tr>
-</table>
-</td>
-<td>&nbsp;</td></tr></table>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<table class="FULL_BLANK"><tr height="100%"><td valign="top">
+<table width="100%">
+<tr><td>
+<table width="950px">
+  <tr>
+    <td align="left"><img src="axis2-web/images/asf-logo.gif"/></td>
+    <td align="right"><img src="axis2-web/images/axis_l.jpg"/></td>
+    </tr>
+</table>
+</td>
+<td>&nbsp;</td></tr></table>

Modified: webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc (original)
+++ webservices/axis2/branches/java/jaxws21/modules/webapp/src/main/webapp/axis2-web/include/link-footer.inc Thu Aug  9 08:14:52 2007
@@ -1,5 +1,23 @@
-<table width="100%">
- <tr>
-   <td align="center"><a href="index.jsp">Back Home</a></td>
-   </tr>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<table width="100%">
+ <tr>
+   <td align="center"><a href="index.jsp">Back Home</a></td>
+   </tr>
 </table>

Modified: webservices/axis2/branches/java/jaxws21/modules/xmlbeans/src/org/apache/axis2/xmlbeans/CodeGenerationUtility.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/xmlbeans/src/org/apache/axis2/xmlbeans/CodeGenerationUtility.java?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/modules/xmlbeans/src/org/apache/axis2/xmlbeans/CodeGenerationUtility.java (original)
+++ webservices/axis2/branches/java/jaxws21/modules/xmlbeans/src/org/apache/axis2/xmlbeans/CodeGenerationUtility.java Thu Aug  9 08:14:52 2007
@@ -61,6 +61,9 @@
 import java.io.StringReader;
 import java.io.StringWriter;
 import java.io.Writer;
+import java.io.InputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.ByteArrayInputStream;
 import java.net.URL;
 import java.util.ArrayList;
 import java.util.Arrays;
@@ -619,11 +622,7 @@
                             source.setSystemId(schema.getSourceURI());
                             return source;
                         } else {
-                            try {
-                                return new InputSource(getSchemaAsReader(schemas[i]));
-                            } catch (IOException e) {
-                                throw new RuntimeException(e);
-                            }
+                            return new InputSource(getSchemaAsInputStream(schemas[i]));
                         }
                     }
 
@@ -632,11 +631,7 @@
                     XmlSchema schema = schemas[i];
                     if (schema.getTargetNamespace() != null &&
                             schema.getTargetNamespace().equals(publicId)) {
-                        try {
-                            return new InputSource(getSchemaAsReader(schemas[i]));
-                        } catch (IOException e) {
-                            throw new RuntimeException(e);
-                        }
+                        return new InputSource(getSchemaAsInputStream(schemas[i]));
                     }
                 }
                 if (systemId.indexOf(':') == -1) {
@@ -687,11 +682,10 @@
          *
          * @param schema
          */
-        private StringReader getSchemaAsReader(XmlSchema schema) throws IOException {
-            StringWriter writer = new StringWriter();
-            schema.write(writer);
-            writer.flush();
-            return new StringReader(writer.toString());
+        private InputStream getSchemaAsInputStream(XmlSchema schema){
+         ByteArrayOutputStream baos = new ByteArrayOutputStream();
+         schema.write(baos);
+         return new ByteArrayInputStream(baos.toByteArray());
         }
     }
 

Modified: webservices/axis2/branches/java/jaxws21/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/pom.xml?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/pom.xml (original)
+++ webservices/axis2/branches/java/jaxws21/pom.xml Thu Aug  9 08:14:52 2007
@@ -69,6 +69,7 @@
 		  </property>
 		</activation>
 			<modules>
+				<module>modules/documentation</module>
 				<module>modules/distribution</module>
 			</modules>
 	    </profile>	
@@ -264,37 +265,4 @@
 			</plugin>
 		</plugins>
 	</build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <xdocDirectory>${basedir}/xdocs</xdocDirectory>
-                    <resourcesDirectory>${basedir}/xdocs/resources</resourcesDirectory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <aggregate>true</aggregate>
-                    <links>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api</link>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                        <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
-                        <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
-                        <link>http://www.junit.org/junit/javadoc/</link>
-                        <link>http://logging.apache.org/log4j/docs/api/</link>
-                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
-                        <link>http://jakarta.apache.org/velocity/api/</link>
-                    </links>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>

Modified: webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-bin.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-bin.txt?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-bin.txt (original)
+++ webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-bin.txt Thu Aug  9 08:14:52 2007
@@ -11,22 +11,30 @@
 
 1. axis2-adb-@axisVersion@.jar
 2. axis2-adb-codegen-@axisVersion@.jar
-3. axis2-codegen-@axisVersion@.jar
-4. axis2-java2wsdl-@axisVersion@.jar
-5. axis2-jibx-@axisVersion@.jar
-6. axis2-kernel-@axisVersion@.jar
-7. axis2-spring-@axisVersion@.jar
-8. axis2-tools-@axisVersion@.jar
-9. axis2-xmlbeans-@axisVersion@.jar
-10. axis2-saaj-@axisVersion@.jar
-11. axis2-soapmonitor-1.1-RC2.jar
+3. axis2-ant-plugin-@axisVersion@.jar
+4. axis2-codegen-@axisVersion@.jar
+5. axis2-fastinfoset-@axisVersion@.jar
+6. axis2-java2wsdl-@axisVersion@.jar
+7. axis2-jaxbri-@axisVersion@.jar
+8. axis2-jaxws-@axisVersion@.jar
+9. axis2-jaxws-api-@axisVersion@.jar
+10. axis2-jibx-@axisVersion@.jar
+11. axis2-json-@axisVersion@.jar
+12. axis2-jws-api-@axisVersion@.jar
+13. axis2-kernel-@axisVersion@.jar
+14. axis2-metadata-@axisVersion@.jar
+15. axis2-saaj-@axisVersion@.jar
+16. axis2-saaj-api-@axisVersion@.jar
+17. axis2-soapmonitor-@axisVersion@.jar
+18. axis2-spring-@axisVersion@.jar
+19. axis2-xmlbeans-@axisVersion@.jar
 
 and all 3rd party distributable dependencies of the above jars.
 
 The repository/modules directory contains the deployable addressing module.
 
 The webapp folder contains an ant build script to generate the axis2.war out of this distribution.
-(This requires Ant 1.6.5)
+(This requires Ant 1.6.5 or later)
 
 The samples directory contains all the Axis2 samples which demonstrates some of the key features of
 Axis2. It also contains a few samples relevant to documents found in Axis2's Docs Distribution.

Modified: webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-src.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-src.txt?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-src.txt (original)
+++ webservices/axis2/branches/java/jaxws21/release-docs/readme-files/README-std-src.txt Thu Aug  9 08:14:52 2007
@@ -10,24 +10,40 @@
 The modules directory contains source code of the following 
 Axis2 modules:
 
-1. kernel
-2. java2wsdl
+1. adb
+2. adb-codegen
 3. addressing
-4. adb
-5. adb-codegen
-6. codegen
-7. webapp
-8. jibx
-9. samples
-10. xmlbeans
-11. saaj
-12. spring
-13. tool
-14. jaxbri
-15. soapmonitor
+4. clustering
+5. codegen
+6. distribution
+7. fastinfoset
+8. integration
+9. java2wsdl
+10. jaxbri
+11. jaxws
+12. jaxws-api
+13. jibx
+14. json
+15. jws-api
+16. kernel
+17. metadata
+18. mex
+19. mex-mar
+20. mtompolicy
+21. parent
+22. ping
+23. saaj
+24. saaj-api
+25. samples
+26. scripting
+27. soapmonitor
+28. spring
+29. tool
+30. webapp
+31. xmlbeans
 
-One can use maven 1.x to create the Standard Binary Distribution from this, 
-by typing "$maven dist-bin".
+One can use maven 2.x to create the Standard Binary Distribution from this, 
+by typing "mvn clean install".
 
 (Please note that this does not include the other WS-* implementation modules, 
 like WS-Security, that are being developed within Axis2. Those can be downloaded

Modified: webservices/axis2/branches/java/jaxws21/release-docs/readme-files/installation-std-bin.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/release-docs/readme-files/installation-std-bin.txt?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/release-docs/readme-files/installation-std-bin.txt (original)
+++ webservices/axis2/branches/java/jaxws21/release-docs/readme-files/installation-std-bin.txt Thu Aug  9 08:14:52 2007
@@ -1,119 +1,137 @@
-                 
-                 Axis2 Binary Distribution Installation Guide
-                 =====================================================
-
-1. Download and Install the Apache Axis2 Binary Distribution
-
-  Download and install a Java Development Kit (JDK) release (version 1.4 or
-  later) from http://java.sun.com/j2se/. Install the JDK according to the
-  instructions included with the release. Set an environment variable JAVA_HOME 
-  to the pathname of the directory into which you installed the JDK release.
-
-  Download and unpack the Axis2 Binary Distribution into a convenient
-  location so that the distribution resides in its own directory. Set an 
-  environment variables AXIS2_HOME to the pathname of the extracted directory 
-  of Axis2 (Eg: /opt/axis2-1.3).
-
-
-2. Starting up Axis2 Standalone Server
-
-  Standalone Axis2 server can be started by executing the following commands:
-  			$AXIS2_HOME\bin\axis2server.bat (Windows)
-  			$AXIS2_HOME/bin/axis2server.sh (Unix)
-
-  After startup, the default web services included with Axis2 will be available 
-  by visiting http://localhost:8080/axis2/services/
-
-
-3. Building the Axis2 Web Application (axis2.war) Using Standard Binary 
-Distribution
-
-  Download and install Apache Ant (version 1.6.5 or later) from http://
-  ant.apache.org. Install the Apache Ant according to the instructions included 
-  with the Ant release.
-
-  Locate the ant build file (build.xml) inside the webapp directory which 
-  resides in your Axis2 home directory (i.e:- $AXIS_HOME/webapp)". Run the Ant 
-  build by executing "ant create.war" inside the $AXIS2_HOME/webapps folder. 
-  
-  You can find the generated axis2.war inside the $AXIS2_HOME/dist directory. 
-  All the services and modules that are present in the AXIS2_HOME/repository 
-  will be packed in to the created axis2.war together with the Axis2 
-  configuration file found at $AXIS2_HOME/conf/axis2.xml.
-
-  Drop the war in the webapps folder of the servlet container. Most servlet 
-  containers will automatically install war. (some servlet containers may 
-  require a restart in order to capture the new Web application. Refer your 
-  servlet container documentation for more information about this.) Once the 
-  WAR is successfully installed, test it by pointing the Web browser to the 
-  http://<host :port>/axis2. It should produce the the Axis2 Web Application 
-  Home Page.
-  
-  Use the link "Validate" to ensure that everything is fine and smooth. If the 
-  validation fails then the war has failed to install properly or some 
-  essential jars are missing. At such a situation the documentation of the 
-  particular servlet container should be consulted to find the problem. 
-  
-  Read http://ws.apache.org/axis2/1_3/installationguide.html#servlet_container
-  for more information.
-  
-   
-4. Getting Familiar with the Axis2 Convenient Scripts
-
-   It is advised to add the $AXIS2_HOME/bin to the PATH, so that you'll be able 
-   to run the following scripts from any where.
-
-   * axis2.{bat|sh} 	
-   
-   You can use this script to run Web service clients written using Axis2. This 
-   script calls the "java" command after adding the classpath for Axis2 
-   dependent libraries (*.jar files present in your AXIS2_HOME/lib), setting 
-   the Axis2 repository location (AXIS2_HOME/repository) and setting the Axis2 
-   configuration file location(AXIS2_HOME/conf/axis2.xml) for you. With this 
-   you can be relieved from setting all the above Axis2 specific parameters.
-   
-    Usage : axis2.{sh.bat} [-options] class [args...]
-  
-
-   * axis2server.{bat|sh} 
-   
-   This script will start an standalone Axis2 server using the AXIS2_HOME/
-   repository directory as the Axis2 repository and the AXIS2_HOME/conf/
-   axis2.xml as the Axis2 configuration file. This will start all the 
-   transport listeners listed in the AXIS2_HOME/conf/axis2.xml.
-
-   For an example, if you want to deploy a service using standalone Axis2 
-   server,then copy your service archive to the AXIS2_HOME/repository/services 
-   directory. After that go to the "Transport Ins" section of the AXIS2_HOME/
-   conf/axis2.xml and configure the tranport receivers (simpleHttpServer in 
-   port 8080 is listed by default). Then invoke this script.
-   
-   
-   * wsdl2java.{bat|sh} 	
-   
-   This script generates Java code according to a given WSDL file to handle Web 
-   service invocations (Client side Stubs). This script also has the ability to 
-   generate service skeletons according to the given wsdl.
-   
-     Usage: WSDL2Java.{sh|bat} [OPTION]... -uri <Location of WSDL>
-        Eg: WSDL2Java.sh -uri ../wsdl/Axis2Sample.wsdl
-        
-   A more detailed reference about this script can be found http://
-   ws.apache.org/axis2/1_3/reference.html.
-   
-   
-   * java2wsdl.{bat|sh} 	
-   
-   This script generates the appropriate WSDL file for a given java class.
-     Usage: Java2WSDL.{sh|bat} [OPTION]... -cn <fully qualified class name>
-        Eg: Java2WSDL.sh -cn ../samples/test/searchTool.Search
-        
-   A more detailed reference about this script can be found in http://
-   ws.apache.org/axis2/1_3/reference.html
-
-Complete Installation Guide
-===========================
-A complete Installation Guide on Apache Axis2 is available at
-http://ws.apache.org/axis2/1_3/installationguide.html
-   
-   
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+                 
+                 Axis2 Binary Distribution Installation Guide
+                 =====================================================
+
+1. Download and Install the Apache Axis2 Binary Distribution
+
+  Download and install a Java Development Kit (JDK) release (version 1.4 or
+  later) from http://java.sun.com/j2se/. Install the JDK according to the
+  instructions included with the release. Set an environment variable JAVA_HOME 
+  to the pathname of the directory into which you installed the JDK release.
+
+  Download and unpack the Axis2 Binary Distribution into a convenient
+  location so that the distribution resides in its own directory. Set an 
+  environment variables AXIS2_HOME to the pathname of the extracted directory 
+  of Axis2 (Eg: /opt/axis2-1.3).
+
+
+2. Starting up Axis2 Standalone Server
+
+  Standalone Axis2 server can be started by executing the following commands:
+  			$AXIS2_HOME\bin\axis2server.bat (Windows)
+  			$AXIS2_HOME/bin/axis2server.sh (Unix)
+
+  After startup, the default web services included with Axis2 will be available 
+  by visiting http://localhost:8080/axis2/services/
+
+
+3. Building the Axis2 Web Application (axis2.war) Using Standard Binary 
+Distribution
+
+  Download and install Apache Ant (version 1.6.5 or later) from http://
+  ant.apache.org. Install the Apache Ant according to the instructions included 
+  with the Ant release.
+
+  Locate the ant build file (build.xml) inside the webapp directory which 
+  resides in your Axis2 home directory (i.e:- $AXIS_HOME/webapp)". Run the Ant 
+  build by executing "ant create.war" inside the $AXIS2_HOME/webapps folder. 
+  
+  You can find the generated axis2.war inside the $AXIS2_HOME/dist directory. 
+  All the services and modules that are present in the AXIS2_HOME/repository 
+  will be packed in to the created axis2.war together with the Axis2 
+  configuration file found at $AXIS2_HOME/conf/axis2.xml.
+
+  Drop the war in the webapps folder of the servlet container. Most servlet 
+  containers will automatically install war. (some servlet containers may 
+  require a restart in order to capture the new Web application. Refer your 
+  servlet container documentation for more information about this.) Once the 
+  WAR is successfully installed, test it by pointing the Web browser to the 
+  http://<host :port>/axis2. It should produce the the Axis2 Web Application 
+  Home Page.
+  
+  Use the link "Validate" to ensure that everything is fine and smooth. If the 
+  validation fails then the war has failed to install properly or some 
+  essential jars are missing. At such a situation the documentation of the 
+  particular servlet container should be consulted to find the problem. 
+  
+  Read http://ws.apache.org/axis2/1_3/installationguide.html#servlet_container
+  for more information.
+  
+   
+4. Getting Familiar with the Axis2 Convenient Scripts
+
+   It is advised to add the $AXIS2_HOME/bin to the PATH, so that you'll be able 
+   to run the following scripts from any where.
+
+   * axis2.{bat|sh} 	
+   
+   You can use this script to run Web service clients written using Axis2. This 
+   script calls the "java" command after adding the classpath for Axis2 
+   dependent libraries (*.jar files present in your AXIS2_HOME/lib), setting 
+   the Axis2 repository location (AXIS2_HOME/repository) and setting the Axis2 
+   configuration file location(AXIS2_HOME/conf/axis2.xml) for you. With this 
+   you can be relieved from setting all the above Axis2 specific parameters.
+   
+    Usage : axis2.{sh.bat} [-options] class [args...]
+  
+
+   * axis2server.{bat|sh} 
+   
+   This script will start an standalone Axis2 server using the AXIS2_HOME/
+   repository directory as the Axis2 repository and the AXIS2_HOME/conf/
+   axis2.xml as the Axis2 configuration file. This will start all the 
+   transport listeners listed in the AXIS2_HOME/conf/axis2.xml.
+
+   For an example, if you want to deploy a service using standalone Axis2 
+   server,then copy your service archive to the AXIS2_HOME/repository/services 
+   directory. After that go to the "Transport Ins" section of the AXIS2_HOME/
+   conf/axis2.xml and configure the tranport receivers (simpleHttpServer in 
+   port 8080 is listed by default). Then invoke this script.
+   
+   
+   * wsdl2java.{bat|sh} 	
+   
+   This script generates Java code according to a given WSDL file to handle Web 
+   service invocations (Client side Stubs). This script also has the ability to 
+   generate service skeletons according to the given wsdl.
+   
+     Usage: WSDL2Java.{sh|bat} [OPTION]... -uri <Location of WSDL>
+        Eg: WSDL2Java.sh -uri ../wsdl/Axis2Sample.wsdl
+        
+   A more detailed reference about this script can be found http://
+   ws.apache.org/axis2/1_3/reference.html.
+   
+   
+   * java2wsdl.{bat|sh} 	
+   
+   This script generates the appropriate WSDL file for a given java class.
+     Usage: Java2WSDL.{sh|bat} [OPTION]... -cn <fully qualified class name>
+        Eg: Java2WSDL.sh -cn ../samples/test/searchTool.Search
+        
+   A more detailed reference about this script can be found in http://
+   ws.apache.org/axis2/1_3/reference.html
+
+Complete Installation Guide
+===========================
+A complete Installation Guide on Apache Axis2 is available at
+http://ws.apache.org/axis2/1_3/installationguide.html
+   
+   

Modified: webservices/axis2/branches/java/jaxws21/release-notes.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/release-notes.html?view=diff&rev=564235&r1=564234&r2=564235
==============================================================================
--- webservices/axis2/branches/java/jaxws21/release-notes.html (original)
+++ webservices/axis2/branches/java/jaxws21/release-notes.html Thu Aug  9 08:14:52 2007
@@ -19,16 +19,16 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title>Welcome to Apache Axis2 version 1.1</title>
+  <title>Welcome to Apache Axis2 version @axisVersion@</title>
 </head>
 
 <body lang="en">
-<h1>Welcome to Apache Axis2 version 1.1</h1>
+<h1>Welcome to Apache Axis2 version @axisVersion@</h1>
 
 <h3>@TODAY@</h3>
 
 <pre>Just over 6 months since the original 1.0 release, we are very proud to
-announce the release of Apache Axis2 version 1.1.
+announce the release of Apache Axis2 version @axisVersion@.
 
 Downloads are available at:
     http://ws.apache.org/axis2/download.cgi
@@ -42,7 +42,7 @@
 Modules supporting WS-Security/Secure-Conversation (Apache Rampart),
 WS-Trust (Apache Rahas), WS-Reliable Messaging (Apache Sandesha) and
 WS-Eventing (Apache Savan) will be available soon after the Apache Axis2
-1.1 release. Please see these projects' own sites for further information.
+@axisVersion@ release. Please see these projects' own sites for further information.
 
 Major Changes Since 1.0:
 - Significantly improved documentation
@@ -60,9 +60,9 @@
 - Fixed tons of small and not-so-small bugs
 - Major refactoring of release structure to make usage easy
 
-Known Issues and Limitations in 1.1 Release:
+Known Issues and Limitations in @axisVersion@ Release:
 - Unwrapping of response messages (coming in 1.2)
-- JSR 181/183 Annotation support (coming in 1.2)
+- JSR @axisVersion@/183 Annotation support (coming in 1.2)
 - JaxMe and JAXBRI data binding support is experimental
 - Simple Axis Server does not support POX/REST
 



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