/api-testbed

A small project that compares different JAX-WS toolkits.

Primary LanguageJavaMIT LicenseMIT

api-testbed

A test application for testing the API of Mina Meddelanden

Note: This requires JDK 8

Executing integration test

To execute an integration test that generates artifacts from WSDL and deploys a service implementation to a cargo embedded servlet container and runs a test for the service(s) you use Maven.

mvn clean integration-test -P [cxf|metro] -P integration

Tests can be run with CXF or Metro as implementations, these are activated by choosing a maven profile.

CXF

Metro

Changing JDK version

There are several ways to change the JDK, but here are an example

Changing JDK version Mac OS X

export JAVA_HOME="`/usr/libexec/java_home -v 1.8`"