svn commit: r1082600 - /axis/axis2/java/core/trunk/src/site/xdoc/articles.xml

2011-03-17 Thread deepal
Author: deepal
Date: Thu Mar 17 17:26:50 2011
New Revision: 1082600

URL: http://svn.apache.org/viewvc?rev=1082600&view=rev
Log:
adding new book to the articles 

Modified:
axis/axis2/java/core/trunk/src/site/xdoc/articles.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/articles.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/articles.xml?rev=1082600&r1=1082599&r2=1082600&view=diff
==
--- axis/axis2/java/core/trunk/src/site/xdoc/articles.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/articles.xml Thu Mar 17 17:26:50 
2011
@@ -37,7 +37,14 @@
 question and answers published on various Web sites on the Apache
 Axis2 engine. These references will prove to be a great help in
 boosting your knowledge on Axis2.
-Books:http://www.packtpub.com/article/create-quality-web-services-with-quicktstart-apache-axis2";>
+Books:
+
+https://www.packtpub.com/apache-axis2-web-services/book";>
+Apache Axis2 Web Services
+- By Deepal Jayasinghe and Afkham Azeez
+https://www.packtpub.com/sites/default/files/imagecache/productview/1568_Apache%20Axis2cov.jpg";>
+
+http://www.packtpub.com/article/create-quality-web-services-with-quicktstart-apache-axis2";>
 Quicktstart Apache Axis2
 - By Deepal Jayasinghe
 http://images.packtpub.com/images/100x123/1847192866.png";>




svn commit: r1082702 - in /axis/axis2/java/core/trunk: modules/parent/pom.xml pom.xml

2011-03-17 Thread veithen
Author: veithen
Date: Thu Mar 17 21:16:48 2011
New Revision: 1082702

URL: http://svn.apache.org/viewvc?rev=1082702&view=rev
Log:
Removed uniqueVersion=false because that option will no longer be supported in 
Maven 3.0. This also seems to stabilize the Synapse build, probably because it 
makes sure that snapshots from the ASF repositories take precedence over the 
outdated snapshots that are still hanging around in the WSO2 repo.

Modified:
axis/axis2/java/core/trunk/modules/parent/pom.xml
axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1082702&r1=1082701&r2=1082702&view=diff
==
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Thu Mar 17 21:16:48 2011
@@ -945,14 +945,6 @@
 
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/parent
 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent
 
-
-
-apache.snapshots.https
-${distMgmtSnapshotsName}
-${distMgmtSnapshotsUrl}
-false
-
-
 
 
 

Modified: axis/axis2/java/core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1082702&r1=1082701&r2=1082702&view=diff
==
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Thu Mar 17 21:16:48 2011
@@ -539,14 +539,6 @@
 
scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk
 
-
-
-apache.snapshots.https
-${distMgmtSnapshotsName}
-${distMgmtSnapshotsUrl}
-false
-
-
 
 

svn commit: r1082726 - in /axis/axis2/java/core/trunk/modules: codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl distribution/pom.xml

2011-03-17 Thread veithen
Author: veithen
Date: Thu Mar 17 22:11:25 2011
New Revision: 1082726

URL: http://svn.apache.org/viewvc?rev=1082726&view=rev
Log:
Fixed the "none" databinding. I don't know exactly how this stuff works, but 
the change seems to fix the build failure in the databings sample and is 
consistent with the change done in r1053240 for the jibx databinding.

Modified:

axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
axis/axis2/java/core/trunk/modules/distribution/pom.xml

Modified: 
axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl?rev=1082726&r1=1082725&r2=1082726&view=diff
==
--- 
axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
 (original)
+++ 
axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
 Thu Mar 17 22:11:25 2011
@@ -35,7 +35,7 @@
 return param;
 }
 
-private org.apache.axiom.soap.SOAPEnvelope 
toEnvelope(org.apache.axiom.soap.SOAPFactory factory, 
org.apache.axiom.om.OMElement param, boolean optimizeContent)
+private org.apache.axiom.soap.SOAPEnvelope 
toEnvelope(org.apache.axiom.soap.SOAPFactory factory, 
org.apache.axiom.om.OMElement param, boolean optimizeContent, 
javax.xml.namespace.QName methodQName)
 throws org.apache.axis2.AxisFault {
 org.apache.axiom.soap.SOAPEnvelope envelope = 
factory.getDefaultEnvelope();
 envelope.getBody().addChild(param);

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1082726&r1=1082725&r2=1082726&view=diff
==
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Thu Mar 17 22:11:25 
2011
@@ -342,7 +342,7 @@
 
 
 
-
+
 
 
 




svn commit: r1082738 - in /axis/axis2/java/core/trunk/modules: distribution/pom.xml samples/databinding/build.xml

2011-03-17 Thread veithen
Author: veithen
Date: Thu Mar 17 22:35:04 2011
New Revision: 1082738

URL: http://svn.apache.org/viewvc?rev=1082738&view=rev
Log:
Finalizing the fix for the databinding sample.

Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml
axis/axis2/java/core/trunk/modules/samples/databinding/build.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1082738&r1=1082737&r2=1082738&view=diff
==
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Thu Mar 17 22:35:04 
2011
@@ -293,7 +293,11 @@
 
 
 
-
+
 
 maven-dependency-plugin
 

Modified: axis/axis2/java/core/trunk/modules/samples/databinding/build.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/databinding/build.xml?rev=1082738&r1=1082737&r2=1082738&view=diff
==
--- axis/axis2/java/core/trunk/modules/samples/databinding/build.xml (original)
+++ axis/axis2/java/core/trunk/modules/samples/databinding/build.xml Thu Mar 17 
22:35:04 2011
@@ -182,6 +182,8 @@
  dest="lib/stax-utils-20060915.jar" verbose="true"/>
 http://dist.codehaus.org/castor/1.0.4/castor-1.0.4.jar"; 
dest="lib/castor-1.0.4.jar"
  verbose="true"/>
+http://repo2.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar";
+ dest="lib/xercesImpl-2.9.1.jar" verbose="true"/>
 
 
 




svn commit: r1082747 - in /axis/axis2/java/core/branches/1_6: ./ modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl modules/distribution/pom.xml modules/samples/databi

2011-03-17 Thread veithen
Author: veithen
Date: Thu Mar 17 23:19:29 2011
New Revision: 1082747

URL: http://svn.apache.org/viewvc?rev=1082747&view=rev
Log:
Merged the fixes for the databinding sample to the 1.6 branch.

Modified:
axis/axis2/java/core/branches/1_6/   (props changed)

axis/axis2/java/core/branches/1_6/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/databinding/README.txt
axis/axis2/java/core/branches/1_6/modules/samples/databinding/build.xml

Propchange: axis/axis2/java/core/branches/1_6/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Mar 17 23:19:29 2011
@@ -1 +1 @@
-/axis/axis2/java/core/trunk:1070439,1072077,1072271,1072499,1072510,1078242,1081563,1081587,1081590
+/axis/axis2/java/core/trunk:1070439,1072077,1072271,1072499,1072510,1078242,1081563,1081587,1081590,1082316,1082322,1082726,1082738

Modified: 
axis/axis2/java/core/branches/1_6/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl?rev=1082747&r1=1082746&r2=1082747&view=diff
==
--- 
axis/axis2/java/core/branches/1_6/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
 (original)
+++ 
axis/axis2/java/core/branches/1_6/modules/codegen/src/org/apache/axis2/wsdl/template/java/NoneDatabindingTemplate.xsl
 Thu Mar 17 23:19:29 2011
@@ -35,7 +35,7 @@
 return param;
 }
 
-private org.apache.axiom.soap.SOAPEnvelope 
toEnvelope(org.apache.axiom.soap.SOAPFactory factory, 
org.apache.axiom.om.OMElement param, boolean optimizeContent)
+private org.apache.axiom.soap.SOAPEnvelope 
toEnvelope(org.apache.axiom.soap.SOAPFactory factory, 
org.apache.axiom.om.OMElement param, boolean optimizeContent, 
javax.xml.namespace.QName methodQName)
 throws org.apache.axis2.AxisFault {
 org.apache.axiom.soap.SOAPEnvelope envelope = 
factory.getDefaultEnvelope();
 envelope.getBody().addChild(param);

Modified: axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml?rev=1082747&r1=1082746&r2=1082747&view=diff
==
--- axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml Thu Mar 17 
23:19:29 2011
@@ -292,6 +292,67 @@
 
 
 
+
+
+
+maven-dependency-plugin
+
+
+test-dependencies
+integration-test
+
+copy
+
+
+
+
+org.codehaus.castor
+castor
+1.0.4
+
+
+net.java.dev.stax-utils
+stax-utils
+20060502
+
+
+xerces
+xercesImpl
+2.9.1
+
+
+
${project.build.directory}/axis2-${project.version}/samples/databinding/lib
+false
+
+
+
+
+
+
+maven-antrun-plugin
+
+
+test-samples
+integration-test
+
+run
+
+
+
+
+
+
+
+
+
+
+
+
+