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
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
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/
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