136
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preparing the migration of the SOAP 1.2 interoperability tests. More... almost 13 years ago
Added jetty-maven-plugin to pluginManagement. More... almost 13 years ago
Migrated test/wsdl/schema2 to the Maven build. More... almost 13 years ago
Migrated test/wsdl/qnameser to the Maven build. Also renamed the test service from PlanWS to PlanWS2 to avoid conflict with a service deployed by another test. More... almost 13 years ago
Migrated test/wsdl/parameterOrder to the Maven build. More... almost 13 years ago
Removed the generated test cases added in r1299078 (because they needed a manual modification to pick up the HTTP port specified by the test.functional.ServicePort system property) and let maven-wsdl2java-plugin generate these files (maven-wsdl2java-plugin now supports generating customized test cases that read the HTTP port from a system property). More... almost 13 years ago
Added a feature to maven-wsdl2java-plugin that allows to generate test cases in such a way that they get the HTTP port from a system property. More... almost 13 years ago
In the generated test cases, don't attempt to catch exceptions thrown during stub instantiation. Instead, let JUnit (or the IDE or the surefire/failsafe plugin, etc.) report the exception. More... almost 13 years ago
Require Maven 3.0.4 to avoid MINVOKER-107. More... almost 13 years ago
Enabled debug mode in maven-invoker-plugin to investigate build failure in Jenkins. More... almost 13 years ago
Added a writeStubToTestSources option to maven-wsdl2java-plugin for use in projects that don't need to include client-side artifacts in the project output, but still require them in the test cases. More... almost 13 years ago
Migrated test/wsdl/rpcParams (AXIS-928) to the Maven build. Also refactored the test case to use the Call API instead of a manually modified stub. More... almost 13 years ago
Improved the usability of the foreground mode and added documentation. More... almost 13 years ago
Added an explicit test case for the split WSDL feature of the java2wsdl Ant task. Previously this was (partially) tested by test/wsdl/roundtrip. More... about 13 years ago
Migrated test/wsdl/query to the Maven build. More... about 13 years ago
AXIS-2157: The server side of the jaxrpc sample should use ServerHandler instead of ClientHandler. The sample now has the expected output: More... about 13 years ago
Fixed an issue in the migration of the jaxrpc sample: the hello service should use a static WSDD (with a manually configured JAX-RPC handler) instead of the generated WSDD. More... about 13 years ago
Reverted r256500 (AXIS-524) and r348194 (AXIS-2314; fixing a regression caused by r256500). See the comments in AXIS-524 for the rationale of this revert. More... about 13 years ago
Some documentation improvements. More... about 13 years ago
Make generation of client stubs optional in maven-wsdl2java-plugin. More... about 13 years ago
Reverted the change introduced in the Emitter in r1226504 and instead integrate it into our Maven specific customization. More... about 13 years ago
Avoid collisions between the classes passed to java2wsdl and the classes generated later by wsdl2java. More... about 13 years ago
Removed the WSDD file for the wsdl/echo2 test. According to the build file in Axis 1.4, the generated WSDD should be used. More... about 13 years ago
Make the location of the generated deploy.wsdd and undeploy.wsdd files configurable. More... about 13 years ago
Use a reasonable default value for the output directory used by maven-wsdl2java-plugin. More... about 13 years ago
Renamed the goals defined by maven-wsdl2java-plugin. More... about 13 years ago
AXIS-1315: Also fixed the j2w-simplebean target. More... about 13 years ago
AXIS-1315: Fixed the java2wsdl task so that it loads classes specified using <complextype> from the right class loader (i.e. so that it takes into account a nested <classpath> element). More... about 13 years ago
Replaced tabs with spaces and fixed formatting. More... about 13 years ago
AXIS-2877: * Ensure that Wsdl2javaAntTask sets up the class loader before attempting to set the custom GeneratorFactory. * Change the class loader delegation mode to parent-first so that the custom GeneratorFactory can be loaded even if the nested <classpath> contains the Axis JARs. More... about 13 years ago