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 de...@apache.org on 2007/07/06 20:46:49 UTC

svn commit: r553993 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: deepal
Date: Fri Jul  6 11:46:49 2007
New Revision: 553993

URL: http://svn.apache.org/viewvc?view=rev&rev=553993
Log:
we have issues with woden M7 release it giving NPEs so I have to revert my previous changes , so now we have to wait till Woden release to cut Axis2 1.3

We are getting this NPE when we run wsld2java

wsdl2java.bat -uri http://localhost:8080/axis2/services/Version?wsdl2 -wv 2.0 -o .
Using AXIS2_HOME:   C:\Axis2\Axis2-1.3\axis2-1.3-RC1
Using JAVA_HOME:    C:\Program Files\Java\jdk1.5.0_12
A problem was encountered while creating the build in XML schema types: java.lang.RuntimeException:
java.lang.NullPointerException

Modified:
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553993&r1=553992&r2=553993
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Jul  6 11:46:49 2007
@@ -79,10 +79,10 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>SNAPSHOT</version>
-	<addressing.mar.version>1.3</addressing.mar.version>
-	<soapmonitor.mar.version>1.3</soapmonitor.mar.version>
-	<mex.mar.version>1.3</mex.mar.version>
+        <version>SNAPSHOT</version>
+	<addressing.mar.version>1.3</addressing.mar.version>
+	<soapmonitor.mar.version>1.3</soapmonitor.mar.version>
+	<mex.mar.version>1.3</mex.mar.version>
 	<ping.mar.version>1.3</ping.mar.version>
         <annogen.version>0.1.0</annogen.version>
         <ant.version>1.7.0</ant.version>
@@ -130,7 +130,7 @@
         <stax.impl.version>3.2.1</stax.impl.version>
         <stax_utils.version>20060915</stax_utils.version>
         <tomcat.version>6.0.10</tomcat.version>
-        <woden.version>1.0-incubating-M7a</woden.version>
+        <woden.version>1.0-incubating-SNAPSHOT</woden.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xalan.version>2.7.0</xalan.version>
         <xbean.version>2.2.0</xbean.version>



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