svn commit: r980242 - in /axis/axis2/java/core/trunk: ./ modules/distribution/src/main/assembly/ modules/documentation/src/site/ modules/integration/ modules/jaxws-integration/ modules/jaxws/ modules/

2010-07-28 Thread veithen
Author: veithen Date: Wed Jul 28 21:45:31 2010 New Revision: 980242 URL: http://svn.apache.org/viewvc?rev=980242&view=rev Log: 1. Moved the site from the documentation module to the root project. This has different advantages: * It conforms to the standard Maven project layout. * Generating the

svn commit: r980169 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/pom.xml jaxws/pom.xml metadata/pom.xml

2010-07-28 Thread veithen
Author: veithen Date: Wed Jul 28 19:14:23 2010 New Revision: 980169 URL: http://svn.apache.org/viewvc?rev=980169&view=rev Log: Postpone the execution of maven-dependency-plugin from the generate-sources to the generate-resources phase. We don't need to execute this to generate the Javadocs. Mod

svn commit: r980160 - /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/util/impl/SAAJConverterImpl.java

2010-07-28 Thread scheu
Author: scheu Date: Wed Jul 28 19:02:26 2010 New Revision: 980160 URL: http://svn.apache.org/viewvc?rev=980160&view=rev Log: Added trace to help determine when/why message is converted from OM to SAAJ Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/util/

svn commit: r980149 - /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java

2010-07-28 Thread scheu
Author: scheu Date: Wed Jul 28 18:41:51 2010 New Revision: 980149 URL: http://svn.apache.org/viewvc?rev=980149&view=rev Log: Quick fix to avoid toString when not monitoring Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBUtils.java Modif