Repository: deltaspike Updated Branches: refs/heads/master 5e98888fb -> 0813ac05f
Update build.adoc Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/947ef585 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/947ef585 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/947ef585 Branch: refs/heads/master Commit: 947ef58558637259cade6c3e8293e4ca985f86a8 Parents: 5e98888 Author: Daniel Cunha (soro) <[email protected]> Authored: Tue May 19 15:47:37 2015 -0300 Committer: Daniel Cunha (soro) <[email protected]> Committed: Tue May 19 15:47:37 2015 -0300 ---------------------------------------------------------------------- documentation/src/main/asciidoc/build.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/947ef585/documentation/src/main/asciidoc/build.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/build.adoc b/documentation/src/main/asciidoc/build.adoc index 1a19766..c591f4e 100644 --- a/documentation/src/main/asciidoc/build.adoc +++ b/documentation/src/main/asciidoc/build.adoc @@ -120,6 +120,23 @@ $ mvn clean install -Pwls-remote-12c ---- |=== +== Build and Debug with a Java EE6+ application servers +Tests can be debugged through Java EE 6+ application servers. Configurations are currently provided as details in the table here. + +[cols="2,3a", options="header"] +.Integration Tests with debug +|=== +|Container |Command to Execute Arquillian Tests with remote debugging + +|Apache TomEE +|Use remote debuggig at port 5005 + +[source,shell] +---- +mvn test -Ptomee-build-managed -Dtest=UnitTestName -Dopenejb.server.debug=true +---- + +|=== == Next * For analysis of the DeltaSpike source, see https://analysis.apache.org/dashboard/index/org.apache.deltaspike:deltaspike-project
