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 di...@apache.org on 2005/08/29 05:47:16 UTC

svn commit: r264046 - in /webservices/axis/trunk/java: ./ modules/addressing/ modules/common/ modules/core/ modules/integration/ modules/saaj/ modules/samples/ modules/security/ modules/wsdl/ modules/xml/

Author: dims
Date: Sun Aug 28 20:47:08 2005
New Revision: 264046

URL: http://svn.apache.org/viewcvs?rev=264046&view=rev
Log:
EXPERIMENTAL!!!!!!!!!! TEMPORARY!!!!!!!

Eran and I are facing some problems in AXIOM/STAX. Switching temporarily to the stax parser (sjsxp) in JWSDP 1.5. We'll play with it for a day or two and then decide what to do.


Modified:
    webservices/axis/trunk/java/modules/addressing/project.xml
    webservices/axis/trunk/java/modules/common/project.properties
    webservices/axis/trunk/java/modules/common/project.xml
    webservices/axis/trunk/java/modules/core/project.xml
    webservices/axis/trunk/java/modules/integration/project.xml
    webservices/axis/trunk/java/modules/saaj/project.xml
    webservices/axis/trunk/java/modules/samples/project.xml
    webservices/axis/trunk/java/modules/security/project.xml
    webservices/axis/trunk/java/modules/wsdl/project.properties
    webservices/axis/trunk/java/modules/wsdl/project.xml
    webservices/axis/trunk/java/modules/xml/project.properties
    webservices/axis/trunk/java/modules/xml/project.xml
    webservices/axis/trunk/java/project.properties

Modified: webservices/axis/trunk/java/modules/addressing/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/addressing/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/addressing/project.xml (original)
+++ webservices/axis/trunk/java/modules/addressing/project.xml Sun Aug 28 20:47:08 2005
@@ -57,32 +57,29 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.8</version>
             <properties>
                 <module>true</module>
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
             <groupId>geronimo-spec</groupId>

Modified: webservices/axis/trunk/java/modules/common/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/common/project.properties?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/common/project.properties (original)
+++ webservices/axis/trunk/java/modules/common/project.properties Sun Aug 28 20:47:08 2005
@@ -14,5 +14,5 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-maven.repo.remote=http://cvs.apache.org/repository/, http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/, http://ws.zones.apache.org/~dims/maven/
+maven.repo.remote=http://cvs.apache.org/repository/, http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/, http://people.apache.org/~dims/maven/
 maven.multiproject.type=jar

Modified: webservices/axis/trunk/java/modules/common/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/common/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/common/project.xml (original)
+++ webservices/axis/trunk/java/modules/common/project.xml Sun Aug 28 20:47:08 2005
@@ -46,7 +46,6 @@
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
             <groupId>maven-itest-plugin</groupId>

Modified: webservices/axis/trunk/java/modules/core/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/project.xml (original)
+++ webservices/axis/trunk/java/modules/core/project.xml Sun Aug 28 20:47:08 2005
@@ -53,32 +53,29 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.8</version>
             <properties>
                 <module>true</module>
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
             <groupId>geronimo-spec</groupId>

Modified: webservices/axis/trunk/java/modules/integration/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis/trunk/java/modules/integration/project.xml Sun Aug 28 20:47:08 2005
@@ -76,16 +76,6 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-
-        <dependency>
             <groupId>groovy</groupId>
             <artifactId>groovy-all</artifactId>
             <version>1.0-jsr-01</version>
@@ -119,15 +109,21 @@
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
             <groupId>axis</groupId>

Modified: webservices/axis/trunk/java/modules/saaj/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/saaj/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/saaj/project.xml (original)
+++ webservices/axis/trunk/java/modules/saaj/project.xml Sun Aug 28 20:47:08 2005
@@ -109,27 +109,22 @@
                 <module>true</module>
             </properties>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
         <dependency>
             <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-activation</artifactId>

Modified: webservices/axis/trunk/java/modules/samples/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis/trunk/java/modules/samples/project.xml Sun Aug 28 20:47:08 2005
@@ -69,16 +69,6 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-
-        <dependency>
             <groupId>groovy</groupId>
             <artifactId>groovy-all</artifactId>
             <version>1.0-jsr-01</version>
@@ -112,16 +102,22 @@
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
+        <dependency>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
         <dependency>
             <groupId>axis</groupId>
             <artifactId>axis-wsdl4j</artifactId>

Modified: webservices/axis/trunk/java/modules/security/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/security/project.xml (original)
+++ webservices/axis/trunk/java/modules/security/project.xml Sun Aug 28 20:47:08 2005
@@ -65,32 +65,29 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.8</version>
             <properties>
                 <module>true</module>
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
             <groupId>geronimo-spec</groupId>

Modified: webservices/axis/trunk/java/modules/wsdl/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.properties?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.properties (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.properties Sun Aug 28 20:47:08 2005
@@ -14,6 +14,6 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-maven.repo.remote=http://cvs.apache.org/repository/,http://www.apache.org/dist/java-repository,http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/,http://ws.zones.apache.org/~dims/maven/
+maven.repo.remote=http://cvs.apache.org/repository/,http://www.apache.org/dist/java-repository,http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/,http://people.apache.org/~dims/maven/
 maven.multiproject.type=jar
 maven.jar.XmlSchema=${basedir}/lib/XmlSchema.jar

Modified: webservices/axis/trunk/java/modules/wsdl/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.xml (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.xml Sun Aug 28 20:47:08 2005
@@ -52,31 +52,29 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.8</version>
             <properties>
                 <module>true</module>
             </properties>
             <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
         <dependency>
             <groupId>axis</groupId>

Modified: webservices/axis/trunk/java/modules/xml/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/project.properties?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/project.properties (original)
+++ webservices/axis/trunk/java/modules/xml/project.properties Sun Aug 28 20:47:08 2005
@@ -14,5 +14,5 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-maven.repo.remote=http://cvs.apache.org/repository/, http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/, http://ws.zones.apache.org/~dims/maven/
+maven.repo.remote=http://cvs.apache.org/repository/, http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/, http://people.apache.org/~dims/maven/
 maven.multiproject.type=jar

Modified: webservices/axis/trunk/java/modules/xml/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/project.xml?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/project.xml (original)
+++ webservices/axis/trunk/java/modules/xml/project.xml Sun Aug 28 20:47:08 2005
@@ -94,17 +94,22 @@
                 <module>true</module>
             </properties>
         </dependency>
-
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
+            <groupId>sjsxp</groupId>
+            <artifactId>sjsxp</artifactId>
+            <version>1.5</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>sjsxp</groupId>
+            <artifactId>jsr173_api</artifactId>
+            <version>1.5</version>
             <properties>
                 <module>true</module>
             </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-        
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
@@ -124,17 +129,6 @@
             </properties>
             <url>http://www.ibiblio.org/maven/jaxen/jars/</url>
         </dependency>
-
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
-            <properties>
-                <module>true</module>
-            </properties>
-            <url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-        
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>

Modified: webservices/axis/trunk/java/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/project.properties?rev=264046&r1=264045&r2=264046&view=diff
==============================================================================
--- webservices/axis/trunk/java/project.properties (original)
+++ webservices/axis/trunk/java/project.properties Sun Aug 28 20:47:08 2005
@@ -2,7 +2,7 @@
 ## $Revision: 1.3 $ $Date: 2004/07/28 15:21:22 $
 ##
 maven.multiproject.includes=modules/*/project.xml
-maven.repo.remote=http://www.apache.org/dist/java-repository,http://dist.codehaus.org,http://www.ibiblio.org/maven,http://cvs.apache.org/repository/,http://mirrors.sunsite.dk/maven/,,http://www.openejb.org/maven
+maven.repo.remote=http://www.apache.org/dist/java-repository,http://dist.codehaus.org,http://www.ibiblio.org/maven,http://cvs.apache.org/repository/,http://mirrors.sunsite.dk/maven/,http://www.openejb.org/maven,http://people.apache.org/~dims/maven/
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}