137
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Skip distribution tests is skipTests=true. More... about 13 years ago
Automate the setup of the JWS stuff. More... about 13 years ago
Let maven-axis-server-plugin prepare the server-config.wsdd file before starting the server (instead of deploying the individual WSDD files using AdminClient). More... about 13 years ago
Renamed Flow to Chain to match the naming used in Axis core. More... about 13 years ago
Added support for globally defined type mappings. More... about 13 years ago
Added support for the deprecated languageSpecificType attribute. More... about 13 years ago
Removed the start-process goal and always use a Daemon implementation. This ensures that the process is fully initialized when the integration tests start. More... about 13 years ago
* Use the Daemon interface defined by commons-daemon instead of our own Daemon interface. * Improved the management of the child process lifecycle. More... about 13 years ago
Let maven-axis-server-plugin automatically add axis-standalone-server to the classpath so that it is no longer required to declare it as a dependency. More... about 13 years ago
Fixed some build issues. More... about 13 years ago
Mavenized the JMS sample and added the necessary stuff to perform an integration test with ActiveMQ. More... about 13 years ago
Added a Maven profile to make it easier to generate Eclipse project metadata and to work around an issue that occurs when maven-eclipse-plugin and maven-shade-plugin are used together. More... about 13 years ago
Simplified unit tests. Surefire/failsafe correctly sets the current working directory by default, so that we don't need to check the basedir system property. Ensure that we use the default everywhere. More... about 13 years ago
Prevent the echo-sample tests from creating a server-config.wsdd file in the source tree without changing the working directory. More... about 13 years ago
* Added an EMF model to load/save WSDD files. * Added a Maven plug-in to manipulate WSDD files. * Changed axis-codegen to use the EMF model to generate the (deploy) WSDD file. * Removed manually maintained WSDD file from Spring tests. More... about 13 years ago
Fixed a build failure. More... about 13 years ago
Merged latest changes from trunk. More... about 13 years ago
Fixed a build failure on Windows. More... about 13 years ago
Use the WSDD file produced by maven-wsdd-plugin. More... about 13 years ago
Fixed WSDD serialization. More... about 13 years ago
Reuse the Use and Style classes from the core. More... about 13 years ago
Use javax.xml.namespace.QName to represent QNames in the model. More... about 13 years ago
Added a Maven plug-in to manipulate WSDD files. More... about 13 years ago
Further refined the WSDD model. More... about 13 years ago
Added code to load WSDD files. More... about 13 years ago
Removed references to EMF classes and interfaces. More... about 13 years ago
Fixed some issues to make the build succeed again. More... about 13 years ago
Some code simplifications. More... about 13 years ago
Don't write XML declaration when serializing to a Writer. More... about 13 years ago
Added support for javax.xml.namespace.QName to EMF. More... about 13 years ago