Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions documentation/src/main/asciidoc/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down